diff options
author | Neil <nyamatongwe@gmail.com> | 2019-03-05 08:35:51 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-03-05 08:35:51 +1100 |
commit | bd4e835624d38f922752c5f4b577502199f0b16f (patch) | |
tree | 6a56e1a909edf303f2be6bf1b7d69032d96c6941 /doc/ScintillaHistory.html | |
parent | b1cb174973ade513f60b90ed115d3650d0981394 (diff) | |
download | scintilla-mirror-bd4e835624d38f922752c5f4b577502199f0b16f.tar.gz |
Implement QueueIdleWork on Win32.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 024d1216f..ad6ce07de 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -567,6 +567,9 @@ On Win32, removed special handling of non-0 wParam to WM_PAINT. </li> <li> + Implement high-priority idle on Win32 to make redraw smoother and more efficient. + </li> + <li> Avoid potential long hangs with idle styling for huge documents on Cocoa and GTK. </li> <ul> |