From d396f66bf0bc8d4c777c744efe77ccb5b28b385f Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 15 Aug 2013 15:13:15 +1000 Subject: Feature: [feature-requests:#1007]. Option to allow mouse selection to switch to rectangular by pressing Alt after start of gesture. From Neomi. --- include/Scintilla.iface | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f0b47d519..f7880a035 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2127,6 +2127,12 @@ fun position CharPositionFromPoint=2561(int x, int y) # Return INVALID_POSITION if not close to text. fun position CharPositionFromPointClose=2562(int x, int y) +# Set whether switching to rectangular mode while selecting with the mouse is allowed. +set void SetMouseSelectionRectangularSwitch=2668(bool mouseSelectionRectangularSwitch,) + +# Whether switching to rectangular mode while selecting with the mouse is allowed. +get bool GetMouseSelectionRectangularSwitch=2669(,) + # Set whether multiple selections can be made set void SetMultipleSelection=2563(bool multipleSelection,) -- cgit v1.2.3