aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-11-08 00:29:33 +0000
committernyamatongwe <devnull@localhost>2001-11-08 00:29:33 +0000
commita851038db5c58b0b0a58fda0cf09d9c898dc1c71 (patch)
tree44fa308a79139cc84491c744dad914ff1f8a5f17 /include/Scintilla.h
parent491d9a811acfe8468c5d0e9da27cfb6e98ffa344 (diff)
downloadscintilla-mirror-a851038db5c58b0b0a58fda0cf09d9c898dc1c71.tar.gz
Added methods for finding the start and end of words.
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 fc6369ee4..ceb7cc7e4 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -342,6 +342,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_TIME_FOREVER 10000000
#define SCI_SETMOUSEDWELLTIME 2264
#define SCI_GETMOUSEDWELLTIME 2265
+#define SCI_WORDSTARTPOSITION 2266
+#define SCI_WORDENDPOSITION 2267
#define SCI_LINEDOWN 2300
#define SCI_LINEDOWNEXTEND 2301
#define SCI_LINEUP 2302