diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-09-22 10:02:55 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-09-22 10:02:55 +1000 |
| commit | 767d09a716dbf119220502fa504a845668efd2c3 (patch) | |
| tree | 4a4158cff2ba736134b22774a4ee533407741748 | |
| parent | 7dc2b17d566dcf4bcb2975c2938e42c426e06f06 (diff) | |
| download | scintilla-mirror-767d09a716dbf119220502fa504a845668efd2c3.tar.gz | |
Change log.
| -rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
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. </li> <li> + Avoid false matches in errorlist lexer which is used for the SciTE output pane + by stricter checking of ctags lines. + </li> + <li> For SCI_SETIDENTIFIERS allow \t, \r, and \n as well as space between identifiers. <a href="http://sourceforge.net/p/scintilla/bugs/1521/">Bug #1521</a>. </li> @@ -491,6 +495,9 @@ On Windows, building with gcc will check if Direct2D headers are available and enable Direct2D if they are. </li> <li> + Avoid attempts to redraw empty areas when lexing beyond the currently visible lines. + </li> + <li> Fix SciTE bug with buffers becoming read-only. <a href="http://sourceforge.net/p/scintilla/bugs/1525/">Bug #1525</a>. </li> |
