From 8ed616dd5c1790b52e9a925d556623f0af46fb75 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 10 Feb 2010 07:09:42 +0000 Subject: Preparing for 2.03 --- doc/ScintillaHistory.html | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 35d7301bd..3286cc4bd 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -359,7 +359,7 @@

Release 2.02 @@ -446,7 +460,7 @@ Fixed bug with handling upper-case file extensions SciTE on GTK+.
  • - Fixed SciTE loading files from sessions with folded folds where it would not + Fixed SciTE loading files from sessions with folded folds where it would not be scrolled to the correct location. Bug #2882775.
  • @@ -526,7 +540,7 @@ Fixed SciTE bug where double clicking on a tab closed the file.
  • - Fixed SciTE brace matching commands to only work when the caret is next to the brace, not when + Fixed SciTE brace matching commands to only work when the caret is next to the brace, not when it is in virtual space. Bug #2885560.
  • @@ -606,7 +620,7 @@ Resource leak fixed in SciTE for Windows when printing fails. Bug #2816524.
  • - Bug fixed on Windows where the system caret was destroyed during destruction when another window + Bug fixed on Windows where the system caret was destroyed during destruction when another window was using the system caret. Bug #2830223.
  • @@ -641,9 +655,9 @@
  • Memory exhaustion and other exceptions handled by placing an error value into the - status property rather than crashing. + status property rather than crashing. Scintilla now builds with exception handling enabled and requires exception handling to be enabled.
    - This is a major change and application developers should consider how they will deal with Scintilla exhausting + This is a major change and application developers should consider how they will deal with Scintilla exhausting memory since Scintilla may not be in a stable state.
  • @@ -679,7 +693,7 @@ APIs added for finding the character at a point rather than an inter-character position. Feature #2646738.
  • - A new marker SC_MARK_BACKGROUND_UNDERLINE is drawn in the text area as an underline + A new marker SC_MARK_BACKGROUND_UNDERLINE is drawn in the text area as an underline the full width of the window.
  • @@ -873,7 +887,7 @@ to libraries like regular expression libraries.
  • - Scintilla on Windows can interpret keys as Unicode even when a narrow character + Scintilla on Windows can interpret keys as Unicode even when a narrow character window with SCI_SETKEYSUNICODE.
  • @@ -898,7 +912,7 @@ CSS lexer updated and works with non-ASCII.
  • - Diff lexer adds style for changed lines, handles subversion diffs better and + Diff lexer adds style for changed lines, handles subversion diffs better and fixes styling and folding for lines containing chunk dividers ("---").
  • @@ -908,7 +922,7 @@ Haskell lexer allows hexadecimal literals.
  • - HTML lexer improves PHP and JavaScript folding. + HTML lexer improves PHP and JavaScript folding. PHP heredocs, nowdocs, strings and comments processed more accurately. Internet Explorer's non-standard >comment< tag supported. Script recognition in XML can be controlled with lexer.xml.allow.scripts property. @@ -953,7 +967,7 @@ SciTE bug fixed where eol.mode not used for initial buffer.
  • - SciTE bug fixed where a file could be saved as the same name as another + SciTE bug fixed where a file could be saved as the same name as another buffer leading to confusing behaviour.
  • -- cgit v1.2.3