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.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index e485052d4..99b3ee0b1 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -353,6 +353,12 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_WRAP_WORD 1 #define SCI_SETWRAPMODE 2268 #define SCI_GETWRAPMODE 2269 +#define SC_CACHE_NONE 0 +#define SC_CACHE_CARET 1 +#define SC_CACHE_PAGE 2 +#define SC_CACHE_DOCUMENT 3 +#define SCI_SETLAYOUTCACHE 2272 +#define SCI_GETLAYOUTCACHE 2273 #define SCI_LINEDOWN 2300 #define SCI_LINEDOWNEXTEND 2301 #define SCI_LINEUP 2302 -- cgit v1.2.3