diff options
author | nyamatongwe <devnull@localhost> | 2004-01-10 05:17:06 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-01-10 05:17:06 +0000 |
commit | 15794bbfd6c38e25ebb024f5fd6900d3031ce310 (patch) | |
tree | f999c807bd5cbcf597d8f6137fe65167347e7ce8 | |
parent | 80072b405978ad69e473d3a91da04c80703dd6db (diff) | |
download | scintilla-mirror-15794bbfd6c38e25ebb024f5fd6900d3031ce310.tar.gz |
Changes for 1.58.
-rw-r--r-- | doc/ScintillaHistory.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index dd69ebb11..e7dce84e9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -173,6 +173,77 @@ <li> Released on 11 January 2004. </li> + <li> + Method to discover the currently highlighted element in an autocompletion list. + </li> + <li> + On GTK+, the lexers are now included in the scintilla.a library file. This + will require changes to the make files of dependent projects. + </li> + <li> + VB lexer gains an unterminated string state and 4 sets of keywords. + </li> + <li> + Error line handling improved for FORTRAN compilers from Absoft and Intel. + </li> + <li> + International input enabled on GTK+ 2 although there is no way to choose an + input method. + </li> + <li> + MultiplexExtension in SciTE allows multiple extensions to be used at once. + </li> + <li> + Regular expression replace interprets backslash expressions \a, \b, \f, \n, \r, \t, + and \v in the replacement value. + </li> + <li> + SciTE Replace dialog displays number of replacements made when Replace All or + Replace in Selection performed. + </li> + <li> + 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. + </li> + <li> + SciTE on GTK+ implements check.if.already.open. + </li> + <li> + Performance improved in SciTE when switching buffers when there + is a rectangular selection. + </li> + <li> + Fixed failure to display some text when wrapped. + </li> + <li> + SciTE crashes from Ctrl+Tab buffer cycling fixed. + May still be some rare bugs here. + </li> + <li> + Crash fixed when decoding an error message that appears similar to a + Borland error message. + </li> + <li> + Fix to auto-scrolling allows containers to implement enhanced double click selection. + </li> + <li> + Hang fixed in idle word wrap. + </li> + <li> + Crash fixed in hotspot display code.. + </li> + <li> + SciTE on Windows Incremental Search no longer moves caret back. + </li> + <li> + SciTE hang fixed when performing a replace with a find string that + matched zero length strings such as ".*". + </li> + <li> + SciTE no longer styles the whole file when saving buffer fold state + as that was slow. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite157.zip?download">Release 1.57</a> |