bpo-33664: Scroll IDLE editor text by lines by csabella · Pull Request #7351 · python/cpython

@csabella

@csabella

@terryjreedy terryjreedy changed the title bpo-33664: IDLE: Scroll editor text by lines and not pixels bpo-33664: Scroll IDLE editor text by lines

Jun 3, 2018

@terryjreedy

terryjreedy

@terryjreedy

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 4, 2018
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>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 4, 2018
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>

miss-islington added a commit that referenced this pull request

Jun 4, 2018
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>

miss-islington added a commit that referenced this pull request

Jun 4, 2018
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>