diff options
author | Neil <nyamatongwe@gmail.com> | 2013-10-09 10:09:30 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-10-09 10:09:30 +1100 |
commit | ff66eec855d336ec00766a2fa3552a9e67da6f7d (patch) | |
tree | 4d2b10aacee5298e18949f6998dec82a52ca1060 /doc/ScintillaHistory.html | |
parent | f0133bc8f8f80d934749fc726f91cc891918e756 (diff) | |
download | scintilla-mirror-ff66eec855d336ec00766a2fa3552a9e67da6f7d.tar.gz |
Feature [feature-requests:#1025]. Better support for string literals and Unicode.
From Thomas Linder Puls.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 87ab5744a..0f882090f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -470,6 +470,10 @@ <a href="http://sourceforge.net/p/scintilla/feature-requests/1020/">Feature #1020.</a> </li> <li> + Visual Prolog lexer updated with better support for string literals and Unicode. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1025/">Feature #1025.</a> + </li> + <li> For SCI_SETIDENTIFIERS, \t, \r, and \n are allowed as well as space between identifiers. <a href="http://sourceforge.net/p/scintilla/bugs/1521/">Bug #1521</a>. </li> |