aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-10-16 10:58:24 +0000
committernyamatongwe <unknown>2000-10-16 10:58:24 +0000
commit4833bbc6ff4ab7ad9987b5ca9226d5fe82fc3929 (patch)
tree5137098751a63a18dcd7a6db8823fa6ed3c9257d /include/Scintilla.h
parent0c1c925897f46545323a1658efe761485efefc1a (diff)
downloadscintilla-mirror-4833bbc6ff4ab7ad9987b5ca9226d5fe82fc3929.tar.gz
Merged Jason's WordPart left and right movement patch.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 38eaa0d43..af6fbdc02 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -376,6 +376,10 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara
#define SC_CURSORWAIT 3
#define SCI_SETCURSOR 2386
#define SCI_GETCURSOR 2387
+#define SCI_WORDPARTLEFT 2390
+#define SCI_WORDPARTLEFTEXTEND 2391
+#define SCI_WORDPARTRIGHT 2392
+#define SCI_WORDPARTRIGHTEXTEND 2393
#define SCI_GRABFOCUS 2400
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002