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. --- doc/ScintillaDoc.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 723ddb025..57550bfe6 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@

Scintilla Documentation

-

Last edited 29/June/2013 NH

+

Last edited 14/August/2013 NH

There is an overview of the internal design of Scintilla.
@@ -1167,6 +1167,9 @@ struct Sci_TextToFind { SCI_CHOOSECARETX
SCI_MOVESELECTEDLINESUP
SCI_MOVESELECTEDLINESDOWN
+ SCI_SETMOUSESELECTIONRECTANGULARSWITCH(bool + mouseSelectionRectangularSwitch)
+ SCI_GETMOUSESELECTIONRECTANGULARSWITCH

SCI_GETTEXTLENGTH
@@ -1527,6 +1530,15 @@ struct Sci_TextToFind { The selection will be automatically extended to the beginning of the selection's first line and the end of the seletion's last line. If nothing was selected, the line the cursor is currently at will be selected.

+

SCI_SETMOUSESELECTIONRECTANGULARSWITCH(bool + mouseSelectionRectangularSwitch)
+ SCI_GETMOUSESELECTIONRECTANGULARSWITCH
+ Enable or disable the ability to switch to rectangular selection mode while making a selection with the mouse. + When this option is turned on, mouse selections in stream mode can be switched to rectangular mode by pressing + the corresponding modifier key. They then stick to rectangular mode even when the modifier key is released again. + When this option is turned off, mouse selections will always stick to the mode the selection was started in. It + is off by default.

+

Multiple Selection and Virtual Space

-- cgit v1.2.3