diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 57 |
1 files changed, 55 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f647a5d4f..6d3ef6fcf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -241,12 +241,65 @@ </h3> <ul> <li> - Released on 13 January 2007. + Released on 15 January 2007. + </li> + <li> + Performance of per-line data improved. + </li> + <li> + SC_STARTACTION flag set on the first modification notification in an undo + transaction to help synchronize the container's undo stack with Scintilla's. </li> <li> On GTK+ drag and drop defaults to move rather than copy. </li> - <ul> + <li> + Scintilla supports extending appearance of selection to right hand margin. + </li> + <li> + Incremental search available on GTK+. + </li> + <li> + Find in Files can optionally ignore binary files or directories that start with ".". + </li> + <li> + Export as HTML shows folding with underline lines and +/- symbols. + </li> + <li> + Ruby lexer interprets interpolated strings as expressions. + </li> + <li> + Lua lexer fixes some cases of numeric literals. + </li> + <li> + NSIS folder handles !if and related commands. + </li> + <li> + Inno setup lexer adds styling for single and double quoted strings. + </li> + <li> + Matlab lexer handles backslashes in string literals correctly. + </li> + <li> + HTML lexer fixed to allow "?>" in comments in Basic script. + </li> + <li> + SciTE on GTK+, fixed loop that occurred with automatic loading for an unreadable file. + </li> + <li> + Fixed infinite loop for SCI_GETCOLUMN for position beyond end of document. + </li> + <li> + Fixed failure to accept typing on Solaris/GTK+ when using default ISO-8859-1 encoding. + </li> + <li> + Fixed warning from Lua in SciTE when creating a new buffer when already have + maximum number of buffers open. + </li> + <li> + Crash fixed with "%%" at end of batch file. + </li> + </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite171.zip?download">Release 1.71</a> </h3> |