[issue24776] IDLE: Improve config dialog font change user interface

2019-01-23 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.8 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue24776] IDLE: Improve config dialog font change user interface

2019-01-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: I now think that the proper widget for font resizing might be a ttk.Spinbox (but see below). #33962 discusses issues around using this widget. #33397 is about adding local font resizing with hot key or mousewheel to text and help viewers via a new

[issue24776] IDLE: Improve config dialog font change user interface

2017-07-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: I decided to rearrange page #24776 before changing sample #13802. -- dependencies: +IDLE: Add config dialog font page tests -IDLE Prefernces/Fonts: use multiple alphabets in examples ___ Python tracker

[issue24776] IDLE: Improve config dialog font change user interface

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Make this the master issue for improving the font tab user interface by improving components and rearranging them. With basic tests done, I am moving this up in priority. Related issues currently open. #30870 (dependency) made Up/Down change font selection;