aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-05-16 12:37:51 +1000
committerNeil <nyamatongwe@gmail.com>2014-05-16 12:37:51 +1000
commite798951ddb4e40343fa1c78dd26dcd31852a23b0 (patch)
tree61f2ae93ab5172b3bccd6d2c9a177dc54adccb04 /doc/ScintillaHistory.html
parentb50f7fe4aa1e097fac089495f52cf1807d6bf53e (diff)
downloadscintilla-mirror-e798951ddb4e40343fa1c78dd26dcd31852a23b0.tar.gz
Updates for 3.4.2 release.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index dcee1c353..4ce80b1ba 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -464,7 +464,7 @@
</h3>
<ul>
<li>
- Released 1 April 2014.
+ Released 20 May 2014.
</li>
<li>
Insertions can be filtered or modified by calling SCI_CHANGEINSERTION inside a handler for
@@ -496,6 +496,10 @@
<a href="http://sourceforge.net/p/scintilla/feature-requests/1047/">Feature #1047.</a>
</li>
<li>
+ SciTE performs word and search match highlighting as an idle task to improve interactivity
+ and allow use of these features on large files.
+ </li>
+ <li>
Bug fixed on Cocoa where previous caret lines were visible.
<a href="http://sourceforge.net/p/scintilla/bugs/1593/">Bug #1593</a>.
</li>
@@ -504,7 +508,7 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1592/">Bug #1592</a>.
</li>
<li>
- Fixed display flashing when scrolling with Gtk+ 3.10.
+ Fixed display flashing when scrolling with GTK+ 3.10.
<a href="http://sourceforge.net/p/scintilla/bugs/1567/">Bug #1567</a>.
</li>
<li>