From 9a24b646f899734342a240964db61bb07ea41648 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 28 Feb 2002 02:52:43 +0000 Subject: Line layout cache feature added. --- include/Scintilla.iface | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f791482af..62c8f59cf 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -921,6 +921,17 @@ set void SetWrapMode=2268(int mode,) # Retrieve whether text is word wrapped get int GetWrapMode=2269(,) +val SC_CACHE_NONE=0 +val SC_CACHE_CARET=1 +val SC_CACHE_PAGE=2 +val SC_CACHE_DOCUMENT=3 + +# Sets the degree of caching of layout information +set void SetLayoutCache=2272(int mode,) + +# Retrieve the degree of caching of layout information +get int GetLayoutCache=2273(,) + ## Start of key messages # Move caret down one line. fun void LineDown=2300(,) -- cgit v1.2.3