From d6240c4eb04f72f5e6f26d7acf1927939ede017c Mon Sep 17 00:00:00 2001 From: Mitchell Foral Date: Sat, 24 Feb 2018 15:43:07 +1100 Subject: Fix move-extends-selection mode for rectangular and line selections. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 709adca39..af7586934 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -312,6 +312,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void ThinRectangularRange(); void InvalidateSelection(SelectionRange newMain, bool invalidateWholeSelection=false); void InvalidateWholeSelection(); + SelectionRange LineSelectionRange(SelectionPosition currentPos_, SelectionPosition anchor_) const; void SetSelection(SelectionPosition currentPos_, SelectionPosition anchor_); void SetSelection(Sci::Position currentPos_, Sci::Position anchor_); void SetSelection(SelectionPosition currentPos_); -- cgit v1.2.3