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