http://prdownloads.sourceforge.net/scintilla/wscite158.zip?download Release 1.58
Released on 11 January 2004. Method to discover the currently highlighted element in an autocompletion list.
On GTK+, the lexers are now included in the scintilla.a library file. This will require changes to the make files of dependent projects.
Octave support added alongside related Matlab language and Matlab support improved.
VB lexer gains an unterminated string state and 4 sets of keywords.
Ruby lexer handles $' correctly.
Error line handling improved for FORTRAN compilers from Absoft and Intel.
International input enabled on GTK+ 2 although there is no way to choose an input method.
MultiplexExtension in SciTE allows multiple extensions to be used at once.
Regular expression replace interprets backslash expressions \a, \b, \f, \n, \r, \t, and \v in the replacement value.
SciTE Replace dialog displays number of replacements made when Replace All or Replace in Selection performed.
Localisation files may contain a translation.encoding setting which is used on GTK+ 2 to automatically reencode the translation to UTF-8 so it will be the localised text will be displayed correctly.
SciTE on GTK+ implements check.if.already.open.
Make files for Mac OS X made more robust.
Performance improved in SciTE when switching buffers when there is a rectangular selection.
Fixed failure to display some text when wrapped.
SciTE crashes from Ctrl+Tab buffer cycling fixed. May still be some rare bugs here.
Crash fixed when decoding an error message that appears similar to a Borland error message.
Fix to auto-scrolling allows containers to implement enhanced double click selection.
Hang fixed in idle word wrap.
Crash fixed in hotspot display code..
SciTE on Windows Incremental Search no longer moves caret back.
SciTE hang fixed when performing a replace with a find string that matched zero length strings such as ".*".
SciTE no longer styles the whole file when saving buffer fold state as that was slow.