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. --- src/Editor.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index 80b1d7ad3..8125d322b 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -7623,6 +7623,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