diff options
author | Neil <nyamatongwe@gmail.com> | 2015-06-11 21:58:21 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-06-11 21:58:21 +1000 |
commit | c232fb50fc2cb0f30e3440bc61dbe7c5efacef35 (patch) | |
tree | 4f43a38a60b712a7eeefe4b025efd1f57173bca6 /doc/ScintillaHistory.html | |
parent | 30d76df9409b32a53fedbea53eda2d4849e4f91c (diff) | |
download | scintilla-mirror-c232fb50fc2cb0f30e3440bc61dbe7c5efacef35.tar.gz |
Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, and
TargetWholeDocument.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 67a5927da..9ffcaaacc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -491,6 +491,18 @@ Released 26 May 2015. </li> <li> + Added SCI_MULTIPLESELECTADDNEXT to add 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. + SCI_MULTIPLESELECTADDNEXT adds each occurrence of the main selection within the + target to the set of selections. + </li> + <li> + Added SCI_ISRANGEWORD to determine if the parameters are at the start and end of a word. + </li> + <li> + Added SCI_TARGETWHOLEDOCUMENT to set the target to the whole document. + </li> + <li> Verilog lexer recognises protected regions and the folder folds protected regions. </li> <li> |