aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-07-16 14:06:12 +1000
committernyamatongwe <devnull@localhost>2012-07-16 14:06:12 +1000
commit28359bf31e4f696901245bc955df74fd8bdda4bf (patch)
tree2746673017edb8885bdb9f1cd1951cc8ef61e0e6 /include/Scintilla.h
parentb0e22b26c6466160870dc6d0c4acb634bd27b943 (diff)
downloadscintilla-mirror-28359bf31e4f696901245bc955df74fd8bdda4bf.tar.gz
Implement SCI_GETSELECTIONEMPTY API. Bug #3543121.
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 3cacd5310..52d6eed15 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -787,6 +787,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_SETADDITIONALCARETSVISIBLE 2608
#define SCI_GETADDITIONALCARETSVISIBLE 2609
#define SCI_GETSELECTIONS 2570
+#define SCI_GETSELECTIONEMPTY 2650
#define SCI_CLEARSELECTIONS 2571
#define SCI_SETSELECTION 2572
#define SCI_ADDSELECTION 2573