From bd4871d7761828243a5873bd5c0f807d27319d7c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 16 Apr 2003 22:11:57 +0000 Subject: Finished reeading mail messages for 1.52. --- doc/ScintillaHistory.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8aa2be4b8..409142583 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -145,7 +145,7 @@
  • Pango font support on GTK+ 2. - Unicode input improved on GTK+ 2.x. + Unicode input improved on GTK+ 2.
  • Hotspot style implemented in Scintilla. @@ -161,6 +161,7 @@
  • Error message lexer tightened to yield fewer false matches. + Recognition of Lahey and Intel FORTRAN error formats.
  • Scintilla keyboard commands for moving to start and end of @@ -170,12 +171,18 @@
  • Line joining command.
  • +
  • + Lexer for POV-Ray. +
  • Calltips on Windows are no longer clipped by the parent window.
  • Autocompletion lists are cancelled when focus leaves their parent window.
  • +
  • + Move to next/previous empty line delimited paragraph key commands. +
  • SciTE hang fixed with recursive property definitions by placing limit on number of substitutions performed. @@ -186,6 +193,39 @@
  • Added loadsession: command line command to SciTE.
  • +
  • + SciTE option to quit application when last document closed. +
  • +
  • + SciTE option to ask user if it is OK to reload a file that has been + modified outside SciTE. +
  • +
  • + SciTE option to automatically save before running particular command tools + or to ask user or to not save. +
  • +
  • + SciTE on Windows 9x will write a Ctrl+Z to the process input pipe before + closing the pipe when running tool commands that take input. +
  • +
  • + SciTE calltips handle nested calls and other situations better. +
  • +
  • + CSS lexer improved. +
  • +
  • + Interface to platform layer changed - Surface initialisation now requires + a WindowID parameter. +
  • +
  • + Bug fixed with drawing or measuring long ieces of text on Windows 9x + by truncating the pieces. +
  • +
  • + Bug fixed with SciTE on GTK+ where a user shortcut for a visible character + inserted the character as well as executing the command. +
  • Bug fixed where primary selection on GTK+ was reset by Scintilla during creation. @@ -200,6 +240,12 @@
  • Hang fixed when '#' last character in VB file.
  • +
  • + Crash fixed in error message lexer. +
  • +
  • + Crash fixed when searching for long regular expressions. +
  • Pressing return when nothing selected in user list sends notification with empty text rather than random text. -- cgit v1.2.3