diff options
author | Neil <nyamatongwe@gmail.com> | 2018-02-28 14:26:11 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-02-28 14:26:11 +1100 |
commit | b01d020060a822d5bb8134daffe914d92d1423b0 (patch) | |
tree | fc8130726da41e9f3cddce8725a126f05d41f8ed | |
parent | 0cba2a2af6af8d31ee89abbb4352fac40bd106e1 (diff) | |
download | scintilla-mirror-b01d020060a822d5bb8134daffe914d92d1423b0.tar.gz |
SciTE change log.
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
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> |