diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-06-04 15:48:21 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-06-04 15:48:21 (GMT) |
commit | d49dbd9acc6db544ca6cb2445fe17eb0c3be4bba (patch) | |
tree | fb20ddc94f3dca7a51190c5afc09dc43393f41bd /Misc | |
parent | 9602643120a509858d0bee4215d7f150e6125468 (diff) | |
download | cpython-d49dbd9acc6db544ca6cb2445fe17eb0c3be4bba.zip cpython-d49dbd9acc6db544ca6cb2445fe17eb0c3be4bba.tar.gz cpython-d49dbd9acc6db544ca6cb2445fe17eb0c3be4bba.tar.bz2 |
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-06-03-09-13-28.bpo-33664.PZzQyL.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-06-03-09-13-28.bpo-33664.PZzQyL.rst b/Misc/NEWS.d/next/IDLE/2018-06-03-09-13-28.bpo-33664.PZzQyL.rst new file mode 100644 index 0000000..48f602f --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-06-03-09-13-28.bpo-33664.PZzQyL.rst @@ -0,0 +1,5 @@ +Scroll IDLE editor text by lines. +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. |