diff options
author | nyamatongwe <devnull@localhost> | 2002-01-19 01:29:51 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-01-19 01:29:51 +0000 |
commit | 7b55ff9d4cebb4075f1a0309f12b6275dc1a1e7a (patch) | |
tree | ea4378f2d436bd8667dfb784e112d47caa98610f | |
parent | 951a57c8e1739575f1797c9b4d3bd33fbb277659 (diff) | |
download | scintilla-mirror-rel-1-43.tar.gz |
Added items from mail records to history.rel-1-43
-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 fbf69fb42..32c1c05c2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -126,6 +126,64 @@ Static linking on Windows handles cursor resource better. Documentation of static linking improved. </li> + <li> + Autocompletion has an option to delete any word characters after the caret + upon selecting an item. + </li> + <li> + FOX version identified by PLAT_FOX in Platform.h. + </li> + <li> + Calltips in SciTE use the calltip.<lexer>.word.characters setting to + correctly find calltips for functions that include characters like '$' which + is not normally considered a word character. + </li> + <li> + SciTE has a command to show help on itself which gets hooked up to displaying + SciTEDoc.html. + </li> + <li> + SciTE option calltip.<lexer>.end.definition to display help text on a + second line of calltip. + </li> + <li> + Fixed the handling of the Buffers menu on GTK+ to ensure current buffer + indicated and no warnings occur. + Changed some menu items on GTK+ version to be same as Windows version. + </li> + <li> + use.monospaced property for SciTE determines initial state of Use Monospaced Font + setting. + </li> + <li> + The SciTE Complete Symbol command now works when there are no word + characters before the caret, even though it is slow to display the whole set of + symbols. + </li> + <li> + Function names removed from SciTE's list of PHP keywords. The full list of + predefined functions is available from another web site mentioned on the + Extras page. + </li> + <li> + Crashing bug at startup on GTK+ for some configurations fixed. + </li> + <li> + Crashing bug on GTK+ on 64 bit platforms fixed. + </li> + <li> + Compilation problem with some compilers fixed in GTK+. + </li> + <li> + Japanese text entry improved on Windows 9x. + </li> + <li> + SciTE recent files directory problem on Windows when HOME and SciTE_HOME + environment variables not set is now the directory of the executable. + </li> + <li> + Session files no longer include untitled buffers. + </li> </ul> <h3> <a href="scite142.zip">Release 1.42</a> |