aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-07-23 09:06:30 +1000
committerNeil <nyamatongwe@gmail.com>2021-07-23 09:06:30 +1000
commit622e2016eae60cfa74e6f7146803502dfd73661a (patch)
tree0f8d264d0863749ca4d60370a4ab66cd31295af2 /doc/ScintillaHistory.html
parentbd1b2f73a161cc1cb4a5047205fee6ec67eb59c2 (diff)
downloadscintilla-mirror-622e2016eae60cfa74e6f7146803502dfd73661a.tar.gz
Feature [feature-requests:#1411] Implement WM_SETREDRAW to turn off scroll bar
updates.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 4136dfb43..7b237d8a5 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -599,6 +599,11 @@
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>.
</li>
+ <li>
+ On Win32, implement WM_SETREDRAW to turn off scroll bar updates.
+ This can be used to reduce overhead when making many changes.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1411/">Feature #1411</a>.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scintilla510.zip">Release 5.1.0</a>