diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-03 17:46:43 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-03 17:46:43 +1000 |
commit | 5dd189736d36d85e523471407f15e1d2283933fe (patch) | |
tree | 34b346fd04e2f15a6f8bfbff016c54101babcba8 | |
parent | 33ff9a100d3820cba945f5f1de0925fc6c28eadd (diff) | |
download | scintilla-mirror-5dd189736d36d85e523471407f15e1d2283933fe.tar.gz |
Change log.
-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> |