diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
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> |