aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-02-28 14:26:11 +1100
committerNeil <nyamatongwe@gmail.com>2018-02-28 14:26:11 +1100
commitb01d020060a822d5bb8134daffe914d92d1423b0 (patch)
treefc8130726da41e9f3cddce8725a126f05d41f8ed
parent0cba2a2af6af8d31ee89abbb4352fac40bd106e1 (diff)
downloadscintilla-mirror-b01d020060a822d5bb8134daffe914d92d1423b0.tar.gz
SciTE change log.
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index aae654116..108b6904c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -551,6 +551,11 @@
Fix move-extends-selection mode for rectangular and line selections.
</li>
<li>
+ SciTE can match a wider variety of file patterns where '*' is in the middle of
+ the pattern and where there are multiple '*'.
+ A '?' matches any single character.
+ </li>
+ <li>
SciTE on Windows can execute Python scripts directly by name when on path.
<a href="http://sourceforge.net/p/scintilla/feature-requests/1209/">Feature #1209.</a>
</li>