aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-28 13:02:01 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-28 13:02:01 +1000
commit3ffa2dd7ffe08149da8618ecd0d264763989ca6e (patch)
treee4006faaa256cad3acf4275b398e8f2099eee9a7
parent9472b43539e7b4a6a3f5e657b0ec06e9e6e5eab9 (diff)
downloadscintilla-mirror-3ffa2dd7ffe08149da8618ecd0d264763989ca6e.tar.gz
SciTE change log.
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 638d11a13..8ae558198 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -551,6 +551,9 @@
including line numbers.
</li>
<li>
+ SciTE can read settings in EditorConfig format when enabled with editor.config.enable property.
+ </li>
+ <li>
Set the last X chosen when SCI_REPLACESEL called to ensure macros work
when text insertion followed by caret up or down.
</li>