aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-06-02 05:18:13 +0000
committernyamatongwe <devnull@localhost>2007-06-02 05:18:13 +0000
commit54ff7790908e2b31f976ba74ca353bc4507ea70d (patch)
tree22d32a8aeccfda9902240bfca1ffad692136f45c /include/Scintilla.h
parent739e6e3218041c656f62685fd2e19988e37e294f (diff)
downloadscintilla-mirror-54ff7790908e2b31f976ba74ca353bc4507ea70d.tar.gz
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.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 81a7b814d..c50528b72 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -657,6 +657,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_INDICATORVALUEAT 2507
#define SCI_INDICATORSTART 2508
#define SCI_INDICATOREND 2509
+#define SCI_SETPOSITIONCACHE 2514
+#define SCI_GETPOSITIONCACHE 2515
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001