[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: I checked that with the patch, the wwindow top stayed synchronized with the text after multiple movement operations of different types. The minimum requirement for correct operation of the scrollbar slider is that moving the slider to the top and bottom of

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset db96871765d76dedb06cace8fa393678ae56 by Miss Islington (bot) in branch '3.6': bpo-33664: Scroll IDLE editor text by lines (GH-7351) https://github.com/python/cpython/commit/db96871765d76dedb06cace8fa393678ae56 --

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset cfc12ec68c3f90ebd94bc47d14d18b7217850391 by Miss Islington (bot) in branch '3.7': bpo-33664: Scroll IDLE editor text by lines (GH-7351) https://github.com/python/cpython/commit/cfc12ec68c3f90ebd94bc47d14d18b7217850391 -- nosy:

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7023 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7024 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset d49dbd9acc6db544ca6cb2445fe17eb0c3be4bba by Terry Jan Reedy (Cheryl Sabella) in branch 'master': bpo-33664: Scroll IDLE editor text by lines (GH-7351) https://github.com/python/cpython/commit/d49dbd9acc6db544ca6cb2445fe17eb0c3be4bba

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-03 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +6978 stage: test needed -> patch review ___ Python tracker ___ ___

[issue33664] IDLE: scroll text by lines, not pixels.

2018-05-27 Thread Terry J. Reedy
New submission from Terry J. Reedy : When tk and hence, IDLE, opens a text window, it contains an integral number of lines of text in the base font. Clicking a vertical scrollbar arrow button moves text up or down exactly one line. Clicking in the trough between the