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