aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-05-26 15:15:07 +1000
committernyamatongwe <unknown>2012-05-26 15:15:07 +1000
commit00c771cecda620db28cec9e4c50830f542e3a829 (patch)
treeb14ac398aa30f650cf9c38fd43407d13e32384e8 /include/Scintilla.h
parent0af9eecdbfe8e8260ef67316e7208e1385715c73 (diff)
downloadscintilla-mirror-00c771cecda620db28cec9e4c50830f542e3a829.tar.gz
Add GetRangePointer and GetGapPosition methods.
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 d4da54a9d..e5d545349 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -728,6 +728,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETPOSITIONCACHE 2515
#define SCI_COPYALLOWLINE 2519
#define SCI_GETCHARACTERPOINTER 2520
+#define SCI_GETRANGEPOINTER 2643
+#define SCI_GETGAPPOSITION 2644
#define SCI_SETKEYSUNICODE 2521
#define SCI_GETKEYSUNICODE 2522
#define SCI_INDICSETALPHA 2523