aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorJim Pattee <unknown>2017-04-10 08:14:34 +1000
committerJim Pattee <unknown>2017-04-10 08:14:34 +1000
commitfc7ac54d5936008e1e2db8f490ae105e4acebfbb (patch)
treefd5fcdecbb3f312b03eb5d6425f83b5b1f97504d /doc/ScintillaHistory.html
parentda34a05d99e324ffc3ca802ca9d65db2a4e7eac9 (diff)
downloadscintilla-mirror-fc7ac54d5936008e1e2db8f490ae105e4acebfbb.tar.gz
Bug [#1931]. Recognize comments in more situations and treat "..." like "---".
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 7caf33425..0cca9f7a0 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -543,6 +543,11 @@
The Python lexer recognizes identifiers more accurately when they include non-ASCII characters.
</li>
<li>
+ The YAML lexer recognizes comments in more situations and styles a
+ "..." line like a "---" line.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1931/">Bug #1931</a>.
+ </li>
+ <li>
On Cocoa, the autocompletion is 4 pixels wider to avoid text truncation.
</li>
<li>