From 767e31bb1fb118e8a58da4fd9f1fa133e066caa1 Mon Sep 17 00:00:00 2001 From: Mitchell Foral Date: Mon, 20 Nov 2017 12:24:51 +1100 Subject: Backport: Add SCI_GETMOVEEXTENDSSELECTION. Backport of changeset 6418:85205da6ec1b. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3