aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-12-17 14:16:29 +1100
committerNeil <nyamatongwe@gmail.com>2013-12-17 14:16:29 +1100
commit07510a6ffd4f5b286c0d39711ddd9a651c4a84e2 (patch)
tree9e8a3b88e8b0cf0f330ce63bfa093a41eb9a1e3c /include/Scintilla.h
parent5d22624b5ff89b8e3fcefeb27c19012c668b247c (diff)
downloadscintilla-mirror-07510a6ffd4f5b286c0d39711ddd9a651c4a84e2.tar.gz
Added DropSelectionN API.
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 77d1097a0..39171bad4 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -817,6 +817,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_CLEARSELECTIONS 2571
#define SCI_SETSELECTION 2572
#define SCI_ADDSELECTION 2573
+#define SCI_DROPSELECTIONN 2671
#define SCI_SETMAINSELECTION 2574
#define SCI_GETMAINSELECTION 2575
#define SCI_SETSELECTIONNCARET 2576