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 alex.rodas
Recipients Todd.Rovito, alex.rodas, edmond.burnett, giampaolo.rodola, rhettinger, roger.serwy, terry.reedy
Date 2013-04-28.18:22:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367173329.83.0.015248604181.issue17642@psf.upfronthosting.co.za>
In-reply-to
Content
I have made a patch to zoom in and out with <Control-plus> and <Control-minus> events, respectively. I'll upload it soon since the test suite is giving me an error in test_multiprocessing, even before writing the patch.

I have taken a look at ZoomFont.py of IdleX and it also has the option to reset the font size to its original value, but I don't know if this feature was wanted to be added too. However, ZoomFont controls the size of the LineNumber extension, while this patch only changes the font of the editview's text widget.
History
Date User Action Args
2013-04-28 18:22:09alex.rodassetrecipients: + alex.rodas, rhettinger, terry.reedy, giampaolo.rodola, roger.serwy, Todd.Rovito, edmond.burnett
2013-04-28 18:22:09alex.rodassetmessageid: <1367173329.83.0.015248604181.issue17642@psf.upfronthosting.co.za>
2013-04-28 18:22:09alex.rodaslinkissue17642 messages
2013-04-28 18:22:09alex.rodascreate