From 71060a3ec650a841aa075f454edf8b2f3b100eaf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 26 Sep 2003 13:25:50 +0000 Subject: Updated with all items from mail. --- doc/ScintillaHistory.html | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'doc') 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+.
  • - 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.
  • Unicode clipboard support on GTK+. @@ -197,7 +198,8 @@ MPT LOG language support.
  • - 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.
  • SciTE save.on.deactivate saves all buffers rather than just the current buffer. @@ -205,12 +207,37 @@
  • Lua lexer handles non-ASCII characters correctly.
  • +
  • + Error lexer understands Borland errors with pathnames that contain space. +
  • On GTK+ 2, autocompletion uses TreeView rather than deprecated CList.
  • +
  • + SciTE autocompletion removed when expand abbreviation command used. +
  • +
  • + SciTE calltips support overloaded functions. +
  • +
  • + When Save fails in SciTE, choice offered to Save As. +
  • +
  • + SciTE message boxes on Windows may be moved to front when needed. +
  • Indicators drawn correctly on wrapped lines.
  • +
  • + Regular expression search no longer matches characters with high bit + set to characters without high bit set. +
  • +
  • + Hang fixed in backwards search in multi byte character documents. +
  • +
  • + Hang fixed in SciTE Mark All command when wrap around turned off. +
  • SciTE Incremental Search no longer uses hot keys on Windows.
  • -- cgit v1.2.3