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 roger.serwy
Recipients Abhishek.Kumar, Todd.Rovito, alex.rodas, edmond.burnett, giampaolo.rodola, rhettinger, roger.serwy, terry.reedy
Date 2013-04-30.03:53:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367293990.21.0.60448721658.issue17642@psf.upfronthosting.co.za>
In-reply-to
Content
Abhishek, Alejandro, welcome to IDLE development! If you can, please sign a contributor agreement.

We have two patches to create this enhancement, both are good. I suggest that we figure out how to merge the solutions.

The zoom-out binding should also include Ctrl-Equal, so that holding shift is no longer necessary. There's also a corner case where the zooming in on the editor may cause the cursor to go outside of viewing window.

Using idleConf to query the font information is not strictly necessary since the font configuration in the text widget contains the font size already.

In the future, please be careful with licensing. The top part of the ZoomFont.py extension places it under the NCSA license. Fortunately UIUC has allowed me to relicense parts IdleX for the Python Software Foundation.
History
Date User Action Args
2013-04-30 03:53:10roger.serwysetrecipients: + roger.serwy, rhettinger, terry.reedy, giampaolo.rodola, Todd.Rovito, edmond.burnett, alex.rodas, Abhishek.Kumar
2013-04-30 03:53:10roger.serwysetmessageid: <1367293990.21.0.60448721658.issue17642@psf.upfronthosting.co.za>
2013-04-30 03:53:10roger.serwylinkissue17642 messages
2013-04-30 03:53:09roger.serwycreate