From 832c9610a8d0cbca9146e4b325de95456854dd04 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 1 Aug 2002 00:27:51 +0000 Subject: Updated for 1.47. --- doc/ScintillaHistory.html | 56 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 50 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 536c8f973..62a2321a2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -124,26 +124,70 @@
  • Released on 1 August 2002.
  • +
  • + Support for GTK+ 2 in Scintilla. International input methods not supported on GTK+2. +
  • Line wrapping performance improved greatly.
  • - + Extra fold points for C, C++, Java, ... for fold comments //{ .. //} and + #if / #ifdef .. #endif and the #region .. #endregion feature of C#.
  • - + Scintilla method to find the height in pixels of a lin. Currently returns the + same result for every line as all lines are same height.
  • - + SciTE automatically recognises Unicode files based + on their Byte Order Marks and switches to Unicode mode. + On Windows, where SciTE supports Unicode display, this + allows display of non European characters. + The file is saved back into the same character encoding unless + the user decides to switch using the File | Encoding menu.
  • - + Handling of character input changed so that a fillup character, typically '(' + displays a calltip when an autocompletion list was being displayed.
  • - + Multiline strings lexed better for C++ and Lua.
  • - + Regular expressions in JavaScript within hypertext files are lexed better. +
  • +
  • + The SciTE strip.trailing.spaces setting now works on the buffer so the + buffer in memory and the file on disk are the same after a save is performed. +
  • +
  • + The SciTE expand abbreviation command again allows '|' characters + in expansions to be quoted by using '||'. +
  • +
  • + Autocompletion can automatically "fill up" when one of a set of characters is + type with the autocomplete.<lexer>.fillups property. +
  • +
  • + New predefined properties in SciTE, SelectionStartColumn, SelectionStartLine, + SelectionEndColumn, SelectionEndLine can be used to integrate with other + applications. +
  • +
  • + SciTE on Windows keeps status line more current. +
  • +
  • + File saving fixed in SciTE to ensure files are not closed when they can not be + saved because of file permissions. Also fixed a problem with buffers that caused + files to not be saved. +
  • +
  • + SciTE bug fixed where monospace mode not remembered when saving files. + Some searching options now remembered when switching files. +
  • +
  • + SciTE on Linux now waits on child termination when it shuts a child down + to avoid zombies.
  • -- cgit v1.2.3