This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE: Let users add to font selection
Type: enhancement Stage: resolved
Components: IDLE Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: IDLE: Make font sample editable
View: 31860
Assigned To: terry.reedy Nosy List: terry.reedy
Priority: normal Keywords:

Created on 2017-10-12 22:07 by terry.reedy, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg304292 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-10-12 22:07
Config dialog Font tab has a sample box.  It currently only contains Ascii chars.  #13802 will add characters from extended latin1 and several other character sets.  But we cannot show everything.  Hence a spinoff proposal: let users augment the sample with things of particular interest.  (There are multiple variations of this idea, which I defer to another post.)
msg333936 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2019-01-18 03:01
Serhiy opened #31860 with a patch.  So close this as duplicate.
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 75958
2019-01-18 03:01:39terry.reedysetstatus: open -> closed
superseder: IDLE: Make font sample editable
messages: + msg333936

resolution: duplicate
stage: test needed -> resolved
2017-10-12 22:07:23terry.reedycreate