From 1b757e6fa5a3fda4132e000ae0341726ead1286b Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 30 Jun 2013 13:26:58 +1000 Subject: Change log. --- doc/ScintillaHistory.html | 53 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0503afa79..a50a25e2c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -446,11 +446,6 @@ Released 29 December 2013.
  • - Haskell lexer fixed to avoid unnecessary full redraws. - Don't highlight CPP inside comments when styling.within.preprocessor is on. - Bug #1459. -
  • -
  • On Cocoa, the LCD Optimized font quality level turns font smoothing on.
  • @@ -460,6 +455,34 @@ Font quality exposed in SciTE as font.quality setting.
  • + Handling of UTF-8 and DBCS text in lexers improved with methods ForwardBytes and + GetRelativeCharacter added to StyleContext. + Bug #1483. +
  • +
  • + On Cocoa, message:... methods simplify direct access to Scintilla and avoid call layers.. +
  • +
  • + A68K lexer updated. +
  • +
  • + ECL lexer regular expression code fixed. + Bug #1491. +
  • +
  • + Haskell lexer fixed to avoid unnecessary full redraws. + Don't highlight CPP inside comments when styling.within.preprocessor is on. + Bug #1459. +
  • +
  • + Lua lexer fixes bug in labels with UTF-8 text. + Bug #1483. +
  • +
  • + Perl lexer fixes bug in string interpolation with UTF-8 text. + Bug #1483. +
  • +
  • Word wrap bug fixed where the last line could be shown twice.
  • @@ -473,6 +496,16 @@ Bug #1487.
  • + On Cocoa, fixed insertText: method which was broken when implementing a newer protocol. +
  • +
  • + On Cocoa, fixed a crash when performing string folding for bytes that do not represent a character + in the current encoding. +
  • +
  • + On Qt, fixed layout problem when QApplication construction delayed. +
  • +
  • Fixed SciTE on GTK+ bug where a tool command could be performed using the keyboard while one was already running leading to confusion and crashes. Bug #1486. @@ -481,6 +514,16 @@ Fixed SciTE bug in Copy as RTF which was limited to first 32 styles. Bug #1011.
  • +
  • + Fixed SciTE on Windows user strip height when the system text scaling factor is 125% or 150%. +
  • +
  • + Compile time checks for Digital Mars C++ removed. +
  • +
  • + Tk platform defined. + Implementation for Tk will be available separately from main Scintilla distribution. +
  • Release 3.3.3 -- cgit v1.2.3