aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-07-06 09:03:21 +1000
committerNeil <nyamatongwe@gmail.com>2015-07-06 09:03:21 +1000
commit1cf401d8c4888d7defcb242f1adffab1e1fbbc12 (patch)
tree46c8cf7b202bf80015e2be16047c6a796d5b435c /doc/ScintillaHistory.html
parent66faf9ef8322a73d0312bbb5eda5aa11a245f07b (diff)
downloadscintilla-mirror-1cf401d8c4888d7defcb242f1adffab1e1fbbc12.tar.gz
Upgrading Python to an object lexer that supports substyles.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
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>