From b8a78a71c9d380fdef3228e8f81f2f40579b879e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 1 Aug 2002 06:26:05 +0000 Subject: Updates for 1.47. --- doc/ScintillaHistory.html | 64 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 58 insertions(+), 6 deletions(-) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 62a2321a2..e2c083db9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -125,11 +125,17 @@ Released on 1 August 2002.
  • - Support for GTK+ 2 in Scintilla. International input methods not supported on GTK+2. + Support for GTK+ 2 in Scintilla. International input methods not supported + on GTK+2.
  • Line wrapping performance improved greatly.
  • +
  • + New caret policy implementation that treats horizontal and vertical + positioning equivalently and independently. Old caret policy methods + deprecated and not all options work correctly with old methods. +
  • Extra fold points for C, C++, Java, ... for fold comments //{ .. //} and #if / #ifdef .. #endif and the #region .. #endregion feature of C#. @@ -138,6 +144,12 @@ 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.
  • +
  • + Separate make file, scintilla_vc6.mak, for Scintilla to use Visual C++ + version 6 since main makefile now assumes VS .NET. + VS .NET project files available for combined Scintilla and + SciTE in scite/boundscheck. +
  • SciTE automatically recognises Unicode files based on their Byte Order Marks and switches to Unicode mode. @@ -157,13 +169,34 @@ Regular expressions in JavaScript within hypertext files are lexed better.
  • - The SciTE strip.trailing.spaces setting now works on the buffer so the + On Windows, Scintilla exports a function called Scintilla_DirectFunction + that can be used the same as the function returned by GetDirectFunction. +
  • +
  • + Scintilla converts line endings of text obtained from the clipboard to + the current default line endings. +
  • +
  • + New SciTE property ensure.final.line.end can ensure that saved files + always end with a new line as his is required by some tools. + The ensure.consistent.line.ends property ensures all line ends are the + current default when saving files. + The strip.trailing.spaces property 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 '||'.
  • +
  • + SciTE on Windows can send data to the find tool through standard + input rather than using a command line argument to avoid problems + with quoting command line arguments. +
  • +
  • + The Stop Executing command in SciTE on Windows improved to send + a Ctrl+Z character to the tool. Better messages when stopping a tool. +
  • Autocompletion can automatically "fill up" when one of a set of characters is type with the autocomplete.<lexer>.fillups property. @@ -173,13 +206,19 @@ SelectionEndColumn, SelectionEndLine can be used to integrate with other applications.
  • +
  • + Environment variables are available as properties in SciTE. +
  • SciTE on Windows keeps status line more current.
  • +
  • + Abbreviations work in SciTE on Linux when first opened. +
  • 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. + 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. @@ -190,10 +229,23 @@ to avoid zombies.
  • - + SciTE on Linux has a Print menu command that defaults to invoking a2ps. +
  • +
  • + Fixed incorrect highlighting of indentation guides in SciTE for Python. +
  • +
  • + Crash fixed in Scintilla when calling GetText for 0 characters. +
  • +
  • + Exporting as LaTeX improved when processing backslashes and tabs + and setting up font. +
  • +
  • + Crash fixed in SciTE when exporting or copying as RTF.
  • - + SciTE session loading fixed to handle more than 10 files in session.
  • -- cgit v1.2.3