diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e7d7356a5..18da014ca 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -230,6 +230,89 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite169.zip?download">Release 1.69</a> + </h3> + <ul> + <li> + Released on 26 May 2006. + </li> + <li> + SciTE supports z-order based buffer switching on Ctrl+Tab. + </li> + <li> + Translucent support for selection and whole line markers. + </li> + <li> + SciTE may have per-language abbreviations files. + </li> + <li> + Support for Spice language. + </li> + <li> + On GTK+ autocompletion lists are optimised and use correct selection colours. + </li> + <li> + On GTK+ the URI data type is preferred in drag and drop so that applications + will see files dragged from the shell rather than dragging the text of the file name + into the document. + </li> + <li> + Basic lexer allows include directive $include: "file name". + </li> + <li> + SQL lexer no longer bases folding on indentation. + </li> + <li> + Line ends are transformed when copied to clipboard on + Windows/GTK+2 as well as Windows/GTK+ 1. + </li> + <li> + Lexing code masks off the indicator bits on the start style before calling the lexer + to avoid confusing the lexer when an application has used an indicator. + </li> + <li> + SciTE savebefore:yes only saves the file when it has been changed. + </li> + <li> + SciTE adds output.initial.hide setting to allow setting the size of the output pane + without it showing initially. + </li> + <li> + SciTE on Windows Go To dialog allows line number with more digits. + </li> + <li> + Bug in HTML lexer fixed where a segment of PHP could switch scripting language + based on earlier text on that line. + </li> + <li> + Memory bug fixed when freeing regions on GTK+. + Other minor bugs fixed on GTK+. + </li> + <li> + Deprecated GTK+ calls in Scintilla replaced with current calls. + </li> + <li> + Fixed a SciTE bug where closing the final buffer, if read-only, left the text present in an + untitled buffer. + </li> + <li> + Bug fixed in bash lexer that prevented folding. + </li> + <li> + Crash fixed in bash lexer when backslash at end of file. + </li> + <li> + Fix for SciTE properties files where multiline properties continued over completely blank lines. + </li> + <li> + Bug fixed in SciTE/GTK+ director interface where more data available than + buffer size. + </li> + <li> + Minor visual fixes to SciTE splitter on GTK+. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite168.zip?download">Release 1.68</a> </h3> <ul> |