aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html7
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>