diff options
| -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>  | 
