From 273f2486599617aac4343998bf15dc03f170dbcf Mon Sep 17 00:00:00 2001 From: Mitchell Foral Date: Mon, 20 Nov 2017 12:24:51 +1100 Subject: Add SCI_GETMOVEEXTENDSSELECTION. --- src/Editor.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 163be5c15..d45a8684c 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -7625,6 +7625,8 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { default: // ?! return SC_SEL_STREAM; } + case SCI_GETMOVEEXTENDSSELECTION: + return sel.MoveExtends(); case SCI_GETLINESELSTARTPOSITION: case SCI_GETLINESELENDPOSITION: { SelectionSegment segmentLine( -- cgit v1.2.3