aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorMitchell Foral <unknown>2017-11-20 12:24:51 +1100
committerMitchell Foral <unknown>2017-11-20 12:24:51 +1100
commit767e31bb1fb118e8a58da4fd9f1fa133e066caa1 (patch)
tree776b987950ac1cc427fb5418fb44022dd89e73ad /include/Scintilla.h
parent7d91d5d928acc050a0aca92ed1a20753b43449d7 (diff)
downloadscintilla-mirror-767e31bb1fb118e8a58da4fd9f1fa133e066caa1.tar.gz
Backport: Add SCI_GETMOVEEXTENDSSELECTION.
Backport of changeset 6418:85205da6ec1b.
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 be858af7c..6039f30d8 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -760,6 +760,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_SEL_THIN 3
#define SCI_SETSELECTIONMODE 2422
#define SCI_GETSELECTIONMODE 2423
+#define SCI_GETMOVEEXTENDSSELECTION 2706
#define SCI_GETLINESELSTARTPOSITION 2424
#define SCI_GETLINESELENDPOSITION 2425
#define SCI_LINEDOWNRECTEXTEND 2426