diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 816a9ef26..0eb02c606 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -95,6 +95,9 @@ <li> Paul Winwood </li> + <li> + Maxim Baranov + </li> </ul> <p> Sponsorship @@ -105,6 +108,61 @@ </li> </ul> <h3> + <a href="scite125.zip">Release 1.25</a> + </h3> + <ul> + <li> + Released on 1 May 2000. + </li> + <li> + Some Unicode support on Windows. Treats buffer and API as UTF-8 and displays + through UCS-2 of Windows. + </li> + <li> + Automatic indentation. + </li> + <li> + Tool bar. + </li> + <li> + Status bar now on Windows as well as GTK+. + </li> + <li> + Auto completion list items may be separated by a chosen character to allow spaces + in items. The selected item may be changed through the API. + </li> + <li> + Horizontal scrollbar can be turned off. + </li> + <li> + Property to remove trailing spaces when saving file. + </li> + <li> + On Windows, changed font size calculation to be more compatible with + other applications. + </li> + <li> + On GTK+, SciTE's global properties files are looked for in the directory specified in the + SCITE_HOME environment variable if it is set. This allows hiding in a dot directory. + </li> + <li> + Keyword lists in SciTE updated for Javascript to include those destined to be used in + the future. IDL includes XPIDL keyords as well as MSIDL keywords. + </li> + <li> + Zoom level can be set and queried through API. + </li> + <li> + New notification sent before insertions and deletions. + </li> + <li> + Fixes to folding including when deletions and additions are performed. + </li> + <li> + Fix for crash with very long lines. + </li> + </ul> + <h3> <a href="scite124.zip">Release 1.24</a> </h3> <ul> |