aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-03-25 10:49:07 +0000
committernyamatongwe <devnull@localhost>2005-03-25 10:49:07 +0000
commitbc1f05e523b4ec0c6f087c550312e7150ab46b35 (patch)
tree25825959ca1d40fb05d18fe0895d58b7ae397da4 /include/Scintilla.h
parente5ec943aa33a1c41cb54734152b16d713e530cd1 (diff)
downloadscintilla-mirror-bc1f05e523b4ec0c6f087c550312e7150ab46b35.tar.gz
Patch from Franck Marcia implements sticky caret.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 6267496b0..3b4bbb919 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -597,6 +597,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_SETLENGTHFORENCODE 2448
#define SCI_ENCODEDFROMUTF8 2449
#define SCI_FINDCOLUMN 2456
+#define SCI_GETCARETSTICKY 2457
+#define SCI_SETCARETSTICKY 2458
+#define SCI_TOGGLECARETSTICKY 2459
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001