From c232fb50fc2cb0f30e3440bc61dbe7c5efacef35 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 11 Jun 2015 21:58:21 +1000 Subject: Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, and TargetWholeDocument. --- doc/ScintillaHistory.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/ScintillaHistory.html') 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.
  • + 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. +
  • +
  • + Added SCI_ISRANGEWORD to determine if the parameters are at the start and end of a word. +
  • +
  • + Added SCI_TARGETWHOLEDOCUMENT to set the target to the whole document. +
  • +
  • Verilog lexer recognises protected regions and the folder folds protected regions.
  • -- cgit v1.2.3