diff options
author | Neil <nyamatongwe@gmail.com> | 2021-07-23 09:06:30 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-07-23 09:06:30 +1000 |
commit | 622e2016eae60cfa74e6f7146803502dfd73661a (patch) | |
tree | 0f8d264d0863749ca4d60370a4ab66cd31295af2 /doc/ScintillaHistory.html | |
parent | bd1b2f73a161cc1cb4a5047205fee6ec67eb59c2 (diff) | |
download | scintilla-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.html | 5 |
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> |