diff options
author | Zufu Liu <unknown> | 2021-07-12 10:12:08 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2021-07-12 10:12:08 +1000 |
commit | 39d0405bcdda80d73341e965aec175805771abb3 (patch) | |
tree | 1e0a99ad03813e564dc32dad3e02fc2f3d0c670c /doc/ScintillaHistory.html | |
parent | 92e04b39ccd38939d59b17fbf9d7764cba068412 (diff) | |
download | scintilla-mirror-39d0405bcdda80d73341e965aec175805771abb3.tar.gz |
Feature [feature-requests:#1381] Optimize case insensitive search for ASCII text.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index fcfc47827..c4cd3132c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -576,6 +576,10 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1408/">Feature #1408</a>. </li> <li> + Searching was optimized for documents that contain mostly ASCII text and is often 2-3 times faster. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1381/">Feature #1381</a>. + </li> + <li> On Win32, when technology is changed, buffering is set to a reasonable value for the technology: on for GDI and off for Direct2D as Direct2D performs its own buffering. <a href="https://sourceforge.net/p/scintilla/feature-requests/1400/">Feature #1400</a>. |