aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authoroirfeodent <unknown>2017-05-18 11:04:33 -0700
committeroirfeodent <unknown>2017-05-18 11:04:33 -0700
commit991aecc37e78f6adf3b27fb39f75f20c3cc803fa (patch)
treee18377a7dc6dfa05430ce6ccca567aaadd54a4d2 /doc/ScintillaHistory.html
parent5d70e707dc420d64b089cbdeb556fda11415f9ad (diff)
downloadscintilla-mirror-991aecc37e78f6adf3b27fb39f75f20c3cc803fa.tar.gz
Handle Hex & Exp representations properly. Octal representation not available in BaanC.
Undo auto indentation by editor. Add + as well similar to -. V3. Replace ascii value of e & x to actual value.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index fd6648a55..48dc829aa 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -545,6 +545,10 @@
Updated case conversion and character categories to Unicode 9.
</li>
<li>
+ The Baan lexer recognizes numeric literals in a more compliant manner including
+ hexadecimal numbers and exponentials.
+ </li>
+ <li>
The Bash lexer recognizes strings in lists in more cases.
<a href="http://sourceforge.net/p/scintilla/bugs/1944/">Bug #1944</a>.
</li>