aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-01 09:56:09 +0000
committernyamatongwe <devnull@localhost>2009-07-01 09:56:09 +0000
commit8d5a53cffef2184123db292618cbcbbaf2b002d3 (patch)
tree06dbb515849f45a525d531abb608312d7c0b9422 /doc/ScintillaHistory.html
parent54778e84b158929f9fa76808772d7ff2e77e0fe3 (diff)
downloadscintilla-mirror-rel-1-79.tar.gz
Update to CAML lexer from Robert Roessler includes support for SMLrel-1-79
and some bug fixes.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index a907a5528..111e0e8fa 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -403,6 +403,9 @@
Batch file lexer understands variables surrounded by '!'.
</li>
<li>
+ CAML lexer also supports SML.
+ </li>
+ <li>
D lexer handles string and numeric literals more accurately. Feature #2793782.
</li>
<li>
@@ -416,6 +419,10 @@
Pascal lexer bug fixed to prevent hang when 'interface' near beginning of file. Bug #2802863.
</li>
<li>
+ Perl lexer bug fixed where previous lexical states persisted causing "/" special case styling and
+ subroutine prototype styling to not be correct. Bug #2809168.
+ </li>
+ <li>
XML lexer fixes bug where Unicode entities like '&amp;—' were broken into fragments. Bug #2804760.
</li>
<li>