From 499682c7b1c9f7ab6f57ecdf7dc7b49460781e21 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 24 Jun 2015 15:27:07 +1000 Subject: Make multiple selection work over most cursor movement and selection, new line, and word and line part deletion commands. --- doc/ScintillaDoc.html | 11 ++++++++++- doc/ScintillaHistory.html | 15 +++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 080cea361..154747cc5 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1646,6 +1646,9 @@ struct Sci_TextToFind { Any selection apart from the main selection is called an additional selection. The calls in the previous section operate on the main selection. There is always at least one selection. + The selection can be simplified down to just the main selection by + SCI_CANCEL + which is normally mapped to the Esc key.

@@ -1673,7 +1676,9 @@ struct Sci_TextToFind {

SCI_SETADDITIONALSELECTIONTYPING(bool additionalSelectionTyping)
SCI_GETADDITIONALSELECTIONTYPING
- Whether typing, backspace, or delete works with multiple selections simultaneously.

+ Whether typing, new line, cursor left/right/up/down, backspace, delete, home, and end work + with multiple selections simultaneously. + Also allows selection and word and line deletion commands.

SCI_SETMULTIPASTE(int multiPaste)
@@ -4967,6 +4972,10 @@ struct Sci_TextToFind { by binding the home and end keys to these commands.

+

The SCI_CANCEL command cancels autocompletion and + calltip display and drops any additional selections. +

+

Key bindings

There is a default binding of keys to commands that is defined in the Scintilla source in diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3529c188b..bf198b900 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -483,6 +483,21 @@ Icons Copyright(C) 1998 by Dean S. Jones
+

+ Release 3.6.0 +

+

Release 3.5.7

-- cgit v1.2.3