diff options
author | Neil <nyamatongwe@gmail.com> | 2018-04-28 13:02:01 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-04-28 13:02:01 +1000 |
commit | 3ffa2dd7ffe08149da8618ecd0d264763989ca6e (patch) | |
tree | e4006faaa256cad3acf4275b398e8f2099eee9a7 | |
parent | 9472b43539e7b4a6a3f5e657b0ec06e9e6e5eab9 (diff) | |
download | scintilla-mirror-3ffa2dd7ffe08149da8618ecd0d264763989ca6e.tar.gz |
SciTE change log.
-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 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> |