aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-03-05 11:26:12 +1100
committerNeil <nyamatongwe@gmail.com>2019-03-05 11:26:12 +1100
commitb1cb174973ade513f60b90ed115d3650d0981394 (patch)
treea4f94dbf35487b508faffb43e4c15800a5313d78 /doc/ScintillaHistory.html
parent289b1f2147963852c745a7df02c543849c0553d8 (diff)
downloadscintilla-mirror-b1cb174973ade513f60b90ed115d3650d0981394.tar.gz
Avoid hangs in idle styling modes caused by high-priority idle work styling.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index c858b31fd..024d1216f 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -566,6 +566,9 @@
<li>
On Win32, removed special handling of non-0 wParam to WM_PAINT.
</li>
+ <li>
+ Avoid potential long hangs with idle styling for huge documents on Cocoa and GTK.
+ </li>
<ul>
<h3>
<a href="https://www.scintilla.org/scite414.zip">Release 4.1.4</a>