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 | 8a9e9058908951c059710e514a01f1c17f80eea8 (patch) | |
| tree | 0f4bd36a0e42165a93e19126029540d2b8a2ce65 /doc/ScintillaHistory.html | |
| parent | 8adf04897051234ab9274a5156e1cc148aa4b401 (diff) | |
| download | scintilla-mirror-8a9e9058908951c059710e514a01f1c17f80eea8.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> |
