From 3baaa70160d6cc63b907597d2523a79fe168c0ff Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 11 Jun 2015 22:24:33 +1000 Subject: Added explanation of SCI_MULTIPLESELECTADDEACH. --- doc/ScintillaDoc.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 3e40adab2..080cea361 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1636,6 +1636,7 @@ struct Sci_TextToFind { SCI_SWAPMAINANCHORCARET
SCI_ROTATESELECTION
SCI_MULTIPLESELECTADDNEXT
+ SCI_MULTIPLESELECTADDEACH

@@ -1802,13 +1803,16 @@ struct Sci_TextToFind { SCI_SWAPMAINANCHORCARET
SCI_ROTATESELECTION
SCI_MULTIPLESELECTADDNEXT
+ SCI_MULTIPLESELECTADDEACH
These commands may be assigned to keys to make it possible to manipulate multiple selections. SCI_SWAPMAINANCHORCARET moves the caret to the opposite end of the main selection. SCI_ROTATESELECTION makes the next selection be the main selection.
- SCI_MULTIPLESELECTADDNEXT adds the next occurrence of the main selection to - the set of selections as main. If the current selection is empty then select word around caret. + SCI_MULTIPLESELECTADDNEXT adds the next occurrence of the main selection + within the target to the set of selections as main. If the current selection is empty then select word around caret. The current searchFlags - are used so the application may choose case sensitivity and word search options. + are used so the application may choose case sensitivity and word search options.
+ SCI_MULTIPLESELECTADDEACH is similar to + SCI_MULTIPLESELECTADDNEXT but adds multiple occurrences instead of just one.

Scrolling and automatic scrolling

-- cgit v1.2.3