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.

Author terry.reedy
Recipients Abhishek.Kumar, Todd.Rovito, alex.rodas, edmond.burnett, giampaolo.rodola, markroseman, rhettinger, roger.serwy, terry.reedy
Date 2016-08-25.23:18:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472167104.43.0.432192164824.issue17642@psf.upfronthosting.co.za>
In-reply-to
Content
https://stackoverflow.com/questions/39155656/i-need-bigger-font-in-python-idle/39156068#39156068 is about getting a larger font size than 22 for classroom projection.  I think configdialog.py should be extended something as follows (about line 1000).

    self.optMenuFontSize.SetMenu(('7', '8', '9', '10', '11', '12', '13',
                                  '14', '16', '18', '20', '22',
                                  '25', '30', '35', '40'), fontSize )
 
I think any new key or wheel should change by 1 over a large range rather than being constrained to the values on the list.  I will try to look at the patches before 3.6.  Tests should also be added.
History
Date User Action Args
2016-08-25 23:18:24terry.reedysetrecipients: + terry.reedy, rhettinger, giampaolo.rodola, roger.serwy, markroseman, Todd.Rovito, edmond.burnett, alex.rodas, Abhishek.Kumar
2016-08-25 23:18:24terry.reedysetmessageid: <1472167104.43.0.432192164824.issue17642@psf.upfronthosting.co.za>
2016-08-25 23:18:24terry.reedylinkissue17642 messages
2016-08-25 23:18:24terry.reedycreate