aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-10-19 13:20:13 +1100
committerNeil <nyamatongwe@gmail.com>2015-10-19 13:20:13 +1100
commit8ac2375fa28a6f809aa13f5c1ceadc8153ae238a (patch)
treed1e2dd58ec8271dab99c2ae16922d6a83a2f8184
parentcc8189148a66e16479d4d4de92565f5326ddadbf (diff)
downloadscintilla-mirror-8ac2375fa28a6f809aa13f5c1ceadc8153ae238a.tar.gz
Mention changes to SciTE properties.
-rw-r--r--doc/ScintillaHistory.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 6ea38bc7d..faf8cd149 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -504,6 +504,17 @@
The Scintilla framework on Cocoa now contains version numbers.
</li>
<li>
+ SciTE's standard properties collect values from all active .properties file to produce the Language menu
+ and the file types pull-down in the File open dialog.
+ </li>
+ <li>
+ The single executable version of SciTE, Sc1, uses 'module' statements within its embedded
+ properties. This makes it act more like the full distribution allowing languages to be turned on
+ and off by setting imports.include and imports.exclude.
+ The default imports.exclude property adds eiffel, erlang, ps, and pov so these languages are
+ turned off by default.
+ </li>
+ <li>
SciTE adds an output.blank.margin.left property to allow setting the output pane
margin to a different width that the edit pane.
</li>