From 284a7cde23d26ccc5c5b75aaa9c1e69e659a4adc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 2 Jun 2007 05:18:13 +0000 Subject: Addition of PositionCache module which adds cacing of string to position information and segments long pieces of text so they can be handled more efficiently. --- include/Scintilla.iface | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 7d21f41b3..b932a33f6 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1775,6 +1775,12 @@ fun int IndicatorStart=2508(int indicator, int position) # Where does a particular indicator end? fun int IndicatorEnd=2509(int indicator, int position) +# Set number of entries in position cache +set void SetPositionCache=2514(int size,) + +# How many entries are allocated to the position cache? +get int GetPositionCache=2515(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) -- cgit v1.2.3