diff options
Diffstat (limited to 'development/scite/config/README.Slackware')
-rw-r--r-- | development/scite/config/README.Slackware | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/development/scite/config/README.Slackware b/development/scite/config/README.Slackware index 3fe0fc1f79eb8..51697f80e2d1c 100644 --- a/development/scite/config/README.Slackware +++ b/development/scite/config/README.Slackware @@ -7,20 +7,15 @@ The SciTE.SlackBuild is now also available from git: git://github.com/schiffsrat For a detailed history go to http://www.scintilla.org/ScintillaHistory.html -Version 3.5.2 makes minor improvements and fixes bugs. - -Version 3.5.1 fixes minor bugs. - -Version 3.5.0 is more power efficient. It can display text with extreme ascenders and descenders without cutting them off. - +Version 3.5.4 improves indicators to be able to change appearance on mouse-over and to use a wide variety of colours together. +Version 3.5.3 removes support for Windows 95, 98, and ME. +Version 3.5.2 only supports 64-bit builds for OS X 10.7+ Cocoa. Provisional support of C++11 <regex>. +Version 3.5.1 fixes minor bugs and includes a lexer for BibTeX. +Version 3.5.0 can share space vertically so that extreme ascenders and descenders are not cut off. Separate timers are used to minimize wake ups and thus power use. Version 3.4.1 fixes a regression in 3.4.0 that stopped the caret moving when lines were wrapped. - Version 3.4.0 (not available from SBo) defaults to using strips for find and replace and allows incremental searching in the find and replace strips afer setting the find.strip.incremental or replace.strip.incremental settings. Set find.use.strip=0 and replace.use.strip=0 to return to using dialogs. - Version 3.3.9 (not available from SBo) fixes a bug in 3.3.8 that caused external lexers to fail. - Version 3.3.8 (not available from SBo) improves scaling for high resolutions, fixes bugs, and improves some lexers. - Version 3.3.7 (not available from SBo) enhances some lexers, with the C++ lexer adding user defined literals and digit grouping from C++11/14. |