bpo-33664: Scroll IDLE editor text by lines#7351
Conversation
|
Yes, I did the wheel first and was really happy with the way it worked. As I think you said in one of the messages, it was mildly annoying; but now with the fix, I think it may have been more than mild. :-) |
|
I agree. The part-line annoyance, though mild per movement, is repeated over and over. This page, with multiple fonts, symbols, and widgets, appears to always move by pixels, even for click on the scrollbar buttons and trough. Notepad++, with 1 font, moves by lines, like after this patch. |
|
AppVeyor is down, so merging will have to wait. Too bad. |
|
Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
Previously, the mouse wheel and scrollbar slider moved text by a fixed number of pixels, resulting in partial lines at the top of the editor box. The change also applies to the shell and grep output windows, but not to read-only text views. (cherry picked from commit d49dbd9) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
|
GH-7397 is a backport of this pull request to the 3.7 branch. |
Previously, the mouse wheel and scrollbar slider moved text by a fixed number of pixels, resulting in partial lines at the top of the editor box. The change also applies to the shell and grep output windows, but not to read-only text views. (cherry picked from commit d49dbd9) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
|
GH-7398 is a backport of this pull request to the 3.6 branch. |
Previously, the mouse wheel and scrollbar slider moved text by a fixed number of pixels, resulting in partial lines at the top of the editor box. The change also applies to the shell and grep output windows, but not to read-only text views. (cherry picked from commit d49dbd9) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Previously, the mouse wheel and scrollbar slider moved text by a fixed number of pixels, resulting in partial lines at the top of the editor box. The change also applies to the shell and grep output windows, but not to read-only text views. (cherry picked from commit d49dbd9) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Previously, the mouse wheel and scrollbar slider moved text by a fixed
number of pixels, resulting in partial lines at the top of the editor
box. The change also applies to the shell and grep output windows,
but not to read-only text views.
https://bugs.python.org/issue33664