diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-06 09:03:21 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-06 09:03:21 +1000 |
commit | 1cf401d8c4888d7defcb242f1adffab1e1fbbc12 (patch) | |
tree | 46c8cf7b202bf80015e2be16047c6a796d5b435c /doc/ScintillaHistory.html | |
parent | 66faf9ef8322a73d0312bbb5eda5aa11a245f07b (diff) | |
download | scintilla-mirror-1cf401d8c4888d7defcb242f1adffab1e1fbbc12.tar.gz |
Upgrading Python to an object lexer that supports substyles.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 749a2fe26..49f0a325d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -506,6 +506,9 @@ The case mode style attribute can now be SC_CASE_CAMEL. </li> <li> + The Python lexer supports substyles for identifiers. + </li> + <li> SciTE properties files now discard trailing white space on variable names. </li> <li> |