aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-01-20 12:09:08 +0000
committernyamatongwe <devnull@localhost>2004-01-20 12:09:08 +0000
commit3b4321e0bd6090f1e83bf13111d6f6158e49d667 (patch)
treeb4ae7513d811353fb24759e4674935b05979a2af /include/Scintilla.h
parentf5c3d93ebb9148ff12ea7acbe27f17079a5f62d8 (diff)
downloadscintilla-mirror-3b4321e0bd6090f1e83bf13111d6f6158e49d667.tar.gz
Method to preallocate document space.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 68c5427b6..d39e3b7ed 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -570,6 +570,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_SETWHITESPACECHARS 2443
#define SCI_SETCHARSDEFAULT 2444
#define SCI_AUTOCGETCURRENT 2445
+#define SCI_ALLOCATE 2446
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001