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 | fd3f1e61cbbc043a0f501abb2b084700f244a6c0 (patch) | |
| tree | 00d57eedc1d69a126b8aed232e762e8175bb9b56 | |
| parent | b2224e19cb9bdd7b1d7344204e07cc3c1fd09a26 (diff) | |
| download | scintilla-mirror-fd3f1e61cbbc043a0f501abb2b084700f244a6c0.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> |
