aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2008-04-27 07:49:54 +0000
committernyamatongwe <devnull@localhost>2008-04-27 07:49:54 +0000
commit05afdfab73062917988db56f56c09695bef7b0cf (patch)
treef417bd12ca0629aea1894848303450fd0d539757 /include/Scintilla.h
parent3be48e12ea69c4443d7296ad6e00bb77bf9d6f04 (diff)
downloadscintilla-mirror-05afdfab73062917988db56f56c09695bef7b0cf.tar.gz
Implemented GetCharacterPointer feature.
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 ac32f40d8..90e7669ed 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -668,6 +668,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_SETPOSITIONCACHE 2514
#define SCI_GETPOSITIONCACHE 2515
#define SCI_COPYALLOWLINE 2519
+#define SCI_GETCHARACTERPOINTER 2520
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001