diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-03-29 09:05:14 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-03-29 09:05:14 +1100 |
| commit | 6d1bf18357b56cbec7d289c9c9434a7a8888b386 (patch) | |
| tree | e03227ff253d79d62c42b331c2b66d32b81dc9c0 /doc/ScintillaHistory.html | |
| parent | 62b31d42a2ee02b4992134d325fab6f297729094 (diff) | |
| download | scintilla-mirror-6d1bf18357b56cbec7d289c9c9434a7a8888b386.tar.gz | |
Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API
to optimize speed of character category features.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6f08fe033..8e8d734dd 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -571,6 +571,12 @@ Implement high-priority idle on Win32 to make redraw smoother and more efficient. </li> <li> + Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed + of character category features like determining whether a character is a space or number + at the expense of memory. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1259/">Feature #1259</a>. + </li> + <li> Fix flicker when inserting primary selection on GTK. <a href="https://sourceforge.net/p/scintilla/bugs/2087/">Bug #2087</a>. </li> |
