From 40d6f6f94a77f4891632c47509f41cbfba3edc83 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 3 Apr 2005 04:07:16 +0000 Subject: All elements in for 1.63. --- doc/ScintillaHistory.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3074c7a10..ebabcbf81 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -244,6 +244,10 @@ AutoIt 3 lexer improved.
  • + Lua lexer styles end of line characters on comment and preprocessor + lines so that the eolfilled style can be applied to them. +
  • +
  • NSIS support updated for line continuations, box comments, SectionGroup and PageEx, and with more up-to-date properties.
  • @@ -301,7 +305,8 @@
  • SciTE on GTK+ 2.x allows the height and width of the file open file chooser to be set, for the show hidden files check box to be set from an option and for it - to be opened in the directory of the current file explicitly. + to be opened in the directory of the current file explicitly. Enter key works in + save chooser.
  • Scintilla lexers should no longer see bits in style bytes that are outside the set @@ -332,7 +337,8 @@ Fix for folding becoming confused.
  • - Fixes for Japanese Input Method Editor on Windows. + On Windows, fixes for Japanese Input Method Editor and for 8 bit Katakana + characters.
  • Fixed buffer size bug avoided when typing long words by making buffer bigger. @@ -344,15 +350,28 @@ SciTE menus on GTK+ uses Shift and Ctrl rather than old style abbreviations.
  • + SciTE full screen mode on Windows calculates size more correctly. +
  • +
  • + SciTE on Windows menus work better with skinning applications. +
  • +
  • Searching bugs fixed.
  • Colours reallocated when changing image using SCI_REGISTERIMAGE.
  • + Caret stays visible when Enter held down. +
  • +
  • Undo of automatic indentation more reasonable.
  • + High processor usage fixed in background wrapping under some + circumstances. +
  • +
  • Crashing bug fixed on AMD64.
  • -- cgit v1.2.3