aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-03-27 09:36:22 +1100
committerNeil <nyamatongwe@gmail.com>2015-03-27 09:36:22 +1100
commit6d1435c6aa427dd01c0bec794cd1cc24dd12798c (patch)
tree697ba963ee23d966108fbdcaea148d980563a453 /doc/ScintillaHistory.html
parent0440058aedb1abf97b616225fe47b6dd76727c2d (diff)
downloadscintilla-mirror-6d1435c6aa427dd01c0bec794cd1cc24dd12798c.tar.gz
Bug [#1642] Reverting change set 5455 which caused problems with highlighting of
braces within strings.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b9be4596e..e96ac73f4 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -492,6 +492,10 @@
and SCI_GETKEYSUNICODE always returns true. These APIs are deprecated and should not be called.
</li>
<li>
+ TCL lexer reverts change to string handling.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1642/">Bug #1642</a>.
+ </li>
+ <li>
Verilog lexer fixes bugs with macro styling.
Verilog folder fixes bugs with `end completing an `if* instead of `endif and fold.at.else, and implements
folding at preprocessor `else.