aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorActiveState <unknown>2016-04-23 09:19:39 +1000
committerActiveState <unknown>2016-04-23 09:19:39 +1000
commit4a760c2f7d5263b030b1da845a4622244011e42d (patch)
tree1eabb6e3f07b5e946e89e3cf50c320aec4495985 /doc
parent219e641af24ed4e4383c0a11164e26f6a3333778 (diff)
downloadscintilla-mirror-4a760c2f7d5263b030b1da845a4622244011e42d.tar.gz
Fix a bug with multi-line strings with line continuation where the string style
overflowed after an edit.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b31856873..4ad9fdf22 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -511,6 +511,10 @@
<a href="http://sourceforge.net/p/scintilla/feature-requests/1140/">Feature #1140.</a>
</li>
<li>
+ The C++ lexer fixes a bug with multi-line strings with line continuation where the string style
+ overflowed after an edit.
+ </li>
+ <li>
The Python lexer treats '@' as an operator except when it is the first visible character on a line.
This is for Python 3.5.
</li>