diff options
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a50a25e2c..f70bb002b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -470,6 +470,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1491/">Bug #1491</a>. </li> <li> + errorlist lexer only recognises Perl diagnostics when there is a filename between + "at" and "line". Had been triggering for MSVC errors containing "at line". + </li> + <li> Haskell lexer fixed to avoid unnecessary full redraws. Don't highlight CPP inside comments when styling.within.preprocessor is on. <a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459</a>. @@ -483,6 +487,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1483/">Bug #1483</a>. </li> <li> + Fixed bug where data being inserted and removed was not being reported in + notification messages. Bug was introduced in 3.3.2. + </li> + <li> Word wrap bug fixed where the last line could be shown twice. </li> <li> |