From 9fa594e3ebde4d884afe9626be086143cf0adaf8 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 17 Dec 2013 14:16:29 +1100 Subject: Added DropSelectionN API. --- src/Editor.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index 7e1da9e20..f254af4dd 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -9526,6 +9526,11 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { Redraw(); break; + case SCI_DROPSELECTIONN: + sel.DropSelection(wParam); + Redraw(); + break; + case SCI_SETMAINSELECTION: sel.SetMain(wParam); Redraw(); -- cgit v1.2.3