-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-33664: Scroll IDLE editor text by lines #7351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope you are as delighted with result as I am ;-).
I will merge when the retest passes.
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