diff options
author | Neil <nyamatongwe@gmail.com> | 2018-11-27 16:10:53 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-11-27 16:10:53 +1100 |
commit | 9ccf430a6626ea19db72ecd22d866f71c6df0aa8 (patch) | |
tree | 5a04a1a156e26c0892039a63bf5f13716c870dc8 | |
parent | 7beaa52594e8e34e5858dff6ff99e3ec6ab63468 (diff) | |
download | scintilla-mirror-9ccf430a6626ea19db72ecd22d866f71c6df0aa8.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 9ac34e475..32acffa73 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -572,6 +572,11 @@ next major version. <a href="https://sourceforge.net/p/scintilla/feature-requests/1242/">Feature #1242.</a> </li> + <li> + For SciTE's Find in Files, allow case-sensitivity and whole-word options when running + a user defined command. + <a href="https://sourceforge.net/p/scintilla/bugs/2053/">Bug #2053</a>. + </li> <li> On Cocoa, fix a crash that occurred when entering a dead key diacritic then a character that can not take that diacritic, such as option+e (acute accent) followed by g. |