[issue43467] IDLE: horizontal scrollbar

2021-03-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: This has been debated for 15 years see #1207613. The current patch, which only displays a scrollbar when needed, 'works', but in a way that is not visually acceptable. -- resolution: -> duplicate stage: -> resolved status: open -> closed supersede

[issue43467] IDLE: horizontal scrollbar

2021-03-10 Thread David E. Franco G.
David E. Franco G. added the comment: How is that clutter? Even the most basic text editor (window notepad) have it, and knowing that yours or whoever code you are looking at extend horizontally beyond the size of your current windows size is a relevant information. -- Added file: ht

[issue43467] IDLE: horizontal scrollbar

2021-03-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: FWIW, I think IDLE is better-off without a horizontal scroll bar. For teaching purposes, it's valuable to a screen that focuses on content and is devoid of clutter. -- nosy: +rhettinger ___ Python tracker

[issue43467] IDLE: horizontal scrollbar

2021-03-10 Thread David E. Franco G.
New submission from David E. Franco G. : I noticed that the horizontal scroll bar is missing, I think it was present in previous version, regardless it would be nice if its be present. Thanks. -- assignee: terry.reedy components: IDLE files: no scroll bar.PNG messages: 388469 nosy: Da