From 514efb365ca8fd82d93cd410dd76d1896fe231ae Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 23 Dec 2001 11:55:17 +0000 Subject: Added Novembers changes. --- doc/ScintillaHistory.html | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index adec70c09..5adadf793 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -113,6 +113,11 @@
  • Released on 24 December 2001.
  • +
  • + Better localisation support including context menus and most messages. + Translations of the SciTE user interface available for Bulgarian, + French, German, Italian and Turkish. +
  • Can specify a character to use to indicate control characters rather than having them displayed as mnemonics. @@ -124,13 +129,56 @@
  • Scintilla method to find start and end of words.
  • +
  • + The output pane of SciTE on Windows is now interactive so command line + utilities that prompt for input or confirmation can be used. +
  • SciTE on Windows can choose directory for a "Find in Files" command like the GTK+ version could.
  • +
  • + SciTE can now load a set of API files rather than just one file. +
  • +
  • + ElapsedTime class added to Platform for accurate measurement of durations. + Used for debugging and for showing the user how long commands take in SciTE. +
  • +
  • + In C++ lexer, document comment keywords no longer have to be at the start + of the line. +
  • +
  • + PHP lexer changed to match keywords case insensitively. +
  • +
  • + SciTE on GTK+ now supports the load.on.activate and save.on.deactivate + properties in an equivalent way to the Windows version. +
  • +
  • + In SciTE the selection is not copied to the find field of the Search and Replace + dialogs if it contains end of line characters. +
  • +
  • + SciTE on Windows has a menu item to decide whether to respond to other + instances which are performing their check.if.already.open check. +
  • + Scintilla on Windows again supports EM_GETSEL and EM_SETSEL. +
  • + Problem fixed in Scintilla on Windows where control ID was cached and it could + be changed by external code, so no longer cached. +
  • +
  • + Problems fixed in SciTE on Windows when finding any other open instances at + start up when check.if.already.open is true. +
  • Bug fixed with caret movement over folded lines.
  • +
  • + Another bug fixed with tracking selection in secondary views when performing + modifications. +
  • -- cgit v1.2.3