[issue1207613] Idle Editor: Bottom Scroll Bar

2022-03-25 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 6.0 -> 7.0 pull_requests: +30193 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/32116 ___ Python tracker

[issue1207613] Idle Editor: Bottom Scroll Bar

2021-03-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Request in #43467 closed as duplicate of this. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue1207613] Idle Editor: Bottom Scroll Bar

2020-09-20 Thread Tal Einat
Tal Einat added the comment: We've run into a significant technical hurdle in trying to implement a horizontal scrollbar: The Tk text widget sets the horizontal scroll position only according to the currently visible lines! If the text was scrolled to the right, scrolling down to where there

[issue1207613] Idle Editor: Bottom Scroll Bar

2020-02-28 Thread Steven D'Aprano
Change by Steven D'Aprano : -- nosy: +steven.daprano ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue1207613] Idle Editor: Bottom Scroll Bar

2020-02-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Some IDLE users really want a horizontal scrollbar (for the editor), and even consider its absence to be a reason to not use it. Stackoverflow 2012: https://stackoverflow.com/questions/10301071/is-there-a-horizontal-scroll-bar-in-pythons-idle Reddit 2020:

[issue1207613] Idle Editor: Bottom Scroll Bar

2019-09-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: A horizontal text bar is added to a text view as needed (recent patch) when one is used for the font sample. The latter fits or not according to the font size. The same could be used for editor, or better, editor windows could inherit from text views. ---

[issue1207613] Idle Editor: Bottom Scroll Bar

2017-06-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Output Window definitely needs a scrollbar available on screens where it cannot be stretched to 160 chars or so. Thinking about it, if one greps idlelib in a local install, with a url something like C:/users/somename/appdata/local/python/lib/idlelib/*.py, one

[issue1207613] Idle Editor: Bottom Scroll Bar

2017-06-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: I hope you don't mind that I made a change for this. I was working with 'Find in files' and couldn't see the full line, so I figured out where to add the scroll bar. I only found this ticket after the fact. If it's not appropriate, I can withdraw the PR. --

[issue1207613] Idle Editor: Bottom Scroll Bar

2017-06-07 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2050 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue1207613] Idle Editor: Bottom Scroll Bar

2017-04-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: I don't like telling people to hand-edit .idlerc files. It causes too many problems. We added Extensions tab to avoid this. I think all supported options should be on dialog. Windows are resizable and accommodate lines up to current width. Default width is

[issue1207613] Idle Editor: Bottom Scroll Bar

2015-08-06 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: Bottom Scroll Bar in IDLE -> Idle Editor: Bottom Scroll Bar versions: +Python 3.6 ___ Python tracker ___ _