aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-06-19 10:59:15 +1000
committerNeil <nyamatongwe@gmail.com>2015-06-19 10:59:15 +1000
commit2422cd7742cceaddd5b9d3900d974bc65c6b841f (patch)
treee157b881c24940fe865554062869cf29ebc24d20
parentf85a86f72d0f51ba13ecb9445468dbf2a8a89edd (diff)
downloadscintilla-mirror-2422cd7742cceaddd5b9d3900d974bc65c6b841f.tar.gz
Updates for release 3.5.7.
-rw-r--r--doc/ScintillaHistory.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 409245739..9020ee803 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -484,11 +484,11 @@
</li>
</ul>
<h3>
- <a href="http://prdownloads.sourceforge.net/scintilla/scite356.zip?download">Release 3.5.6</a>
+ <a href="http://prdownloads.sourceforge.net/scintilla/scite356.zip?download">Release 3.5.7</a>
</h3>
<ul>
<li>
- Released 26 May 2015.
+ Released 20 June 2015.
</li>
<li>
Added SCI_MULTIPLESELECTADDNEXT to add the next occurrence of the main selection within the
@@ -497,6 +497,9 @@
target to the set of selections.
</li>
<li>
+ SciTE adds "Selection Add Next" and "Selection Add Each" commands to the Search menu.
+ </li>
+ <li>
Added SCI_ISRANGEWORD to determine if the parameters are at the start and end of a word.
</li>
<li>