diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 98176f1ae..d50b8740b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -162,6 +162,63 @@ </li> </ul> <h3> + <a href="scite134.zip">Release 1.34</a> + </h3> + <ul> + <li> + Released on 28 November 2000. + </li> + <li> + Pascal lexer. + </li> + <li> + Export as PDF in SciTE. + </li> + <li> + Support for the OpenVMS operating system in SciTE. + </li> + <li> + SciTE for GTK+ can check for another instance of SciTE + editing a file and switch to it rather than open a second instance + on one file. + </li> + <li> + Fixes to quoting and here documents in the Perl lexer. + </li> + <li> + SciTE on Windows can give extra visual and audio cues when a + warning is shown or find restarts from beginning of file. + </li> + <li> + Open Selected Filename command in SciTE. Also understands some + warning message formats and Exuberant Ctags files. + </li> + <li> + Wider area for line numbers when printing. + </li> + <li> + Better scrolling performance on GTK+. + </li> + <li> + Fixed problem where rectangles with negative coordinates were + invalidated leading to trouble with platforms that use + unsigned coordinates. + </li> + <li> + GTK+ Scintilla uses more compliant signalling code so that keyboard + events should propagate to containers. + </li> + <li> + Bug fixed with opening full or partial paths. + </li> + <li> + Improved handling of paths in error messages in SciTE. + </li> + <li> + Better handling of F6 in SciTE. + </li> + </ul> + <h3> <a href="scite133.zip">Release 1.33</a> </h3> <ul> |