diff options
author | nyamatongwe <devnull@localhost> | 2003-09-26 13:25:50 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-09-26 13:25:50 +0000 |
commit | f005d19023ee222da863e4d242ed3ee1d5f8397b (patch) | |
tree | 000410b4280ec6593e441b481a1891ab51f7f884 | |
parent | 3bb94b00e2725c56c630849a701533012f4c281b (diff) | |
download | scintilla-mirror-f005d19023ee222da863e4d242ed3ee1d5f8397b.tar.gz |
Updated with all items from mail.
-rw-r--r-- | doc/ScintillaHistory.html | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8c1935b3a..f26770efb 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -178,8 +178,9 @@ Incremental line wrap on GTK+. </li> <li> - International text entry works much better on GTK+, with particular + International text entry works much better on GTK+ with particular improvements for Baltic languages and languages that use 'dead' accents. + NUL key events such as those generated by some function keys, ignored. </li> <li> Unicode clipboard support on GTK+. @@ -197,7 +198,8 @@ MPT LOG language support. </li> <li> - On Windows, SciTE can switch based on activation order rather than buffer number. + On Windows, SciTE can switch buffers based on activation order rather + than buffer number. </li> <li> SciTE save.on.deactivate saves all buffers rather than just the current buffer. @@ -206,12 +208,37 @@ Lua lexer handles non-ASCII characters correctly. </li> <li> + Error lexer understands Borland errors with pathnames that contain space. + </li> + <li> On GTK+ 2, autocompletion uses TreeView rather than deprecated CList. </li> <li> + SciTE autocompletion removed when expand abbreviation command used. + </li> + <li> + SciTE calltips support overloaded functions. + </li> + <li> + When Save fails in SciTE, choice offered to Save As. + </li> + <li> + SciTE message boxes on Windows may be moved to front when needed. + </li> + <li> Indicators drawn correctly on wrapped lines. </li> <li> + Regular expression search no longer matches characters with high bit + set to characters without high bit set. + </li> + <li> + Hang fixed in backwards search in multi byte character documents. + </li> + <li> + Hang fixed in SciTE Mark All command when wrap around turned off. + </li> + <li> SciTE Incremental Search no longer uses hot keys on Windows. </li> <li> |