diff options
author | Neil <nyamatongwe@gmail.com> | 2022-09-25 11:33:59 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-09-25 11:33:59 +1000 |
commit | ed7e87bfd2dfb8cbbab786b3742385de9d1e6a2a (patch) | |
tree | 276373c9ec18eeaadf6da8ac693bce8c54162379 /doc/ScintillaHistory.html | |
parent | 9a2d8d26c2b7c67bded00126f35c631c864ce9d6 (diff) | |
download | scintilla-mirror-ed7e87bfd2dfb8cbbab786b3742385de9d1e6a2a.tar.gz |
Draw lines more consistently in SC_PHASES_TWO and SC_PHASES_ONE modes by
clipping drawing to just the line rectangle.
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 8f2a6206c..2224ca420 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -589,6 +589,12 @@ and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit. </li> <li> + Draw lines more consistently in SC_PHASES_TWO and SC_PHASES_ONE modes by + clipping drawing to just the line rectangle. + This stops drawing some extreme ascenders, descenders and portions of indicators which + may appear and then disappear depending on which lines were drawn. + </li> + <li> On Win32 implement horizontal scrolling mouse wheel. <a href="https://sourceforge.net/p/scintilla/feature-requests/1450/">Feature #1450</a>. </li> |