From 767d09a716dbf119220502fa504a845668efd2c3 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 22 Sep 2013 10:02:55 +1000 Subject: Change log. --- doc/ScintillaHistory.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9fff60b60..29c8f0e15 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -456,6 +456,10 @@ StyleFromSubStyle and PrimaryStyleFromStyle methods were added to ILexerWithSubStyles so each lexer can implement these.
  • + Avoid false matches in errorlist lexer which is used for the SciTE output pane + by stricter checking of ctags lines. +
  • +
  • For SCI_SETIDENTIFIERS allow \t, \r, and \n as well as space between identifiers. Bug #1521.
  • @@ -491,6 +495,9 @@ On Windows, building with gcc will check if Direct2D headers are available and enable Direct2D if they are.
  • + Avoid attempts to redraw empty areas when lexing beyond the currently visible lines. +
  • +
  • Fix SciTE bug with buffers becoming read-only. Bug #1525.
  • -- cgit v1.2.3