diff options
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> |