diff options
author | Thomas Linder Puls <unknown> | 2016-01-09 14:30:17 +1100 |
---|---|---|
committer | Thomas Linder Puls <unknown> | 2016-01-09 14:30:17 +1100 |
commit | f554b26f3e76801fec59a8f317a9e25142c634ea (patch) | |
tree | 134b862b31ea3f9016adb9417b7621e323e666f0 /doc/ScintillaHistory.html | |
parent | a30c4477f69d63ef7088b33ae9a62d9ce54a590a (diff) | |
download | scintilla-mirror-f554b26f3e76801fec59a8f317a9e25142c634ea.tar.gz |
Recognize numbers more accurately and allow non-ASCII verbatim quoting
characters.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index fa910eef3..f673ddfe8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -544,6 +544,11 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1800/">Bug #1800</a>. </li> <li> + Visual Prolog lexer recognizes numbers more accurately and allows non-ASCII verbatim + quoting characters. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1130/">Feature #1130.</a> + </li> + <li> Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple selection. </li> |