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 Abhishek.Kumar
Recipients Abhishek.Kumar, Todd.Rovito, alex.rodas, edmond.burnett, giampaolo.rodola, rhettinger, roger.serwy, terry.reedy
Date 2013-04-28.20:45:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367181929.53.0.340912346328.issue17642@psf.upfronthosting.co.za>
In-reply-to
Content
I have submitted a patch that is working fine on Windows and on Ubuntu. I have used ZoomFont.py of IdleX.

On pressing Ctrl+ or Ctrl- it changes the user configuration and updates the font of all open windows as there is a common user configuration for all windows. I have removed polling from CodeContext instead I set font of CodeContext on every font change.

As this is my first patch. Please review it and give your valuable feedback.
History
Date User Action Args
2013-04-28 20:45:29Abhishek.Kumarsetrecipients: + Abhishek.Kumar, rhettinger, terry.reedy, giampaolo.rodola, roger.serwy, Todd.Rovito, edmond.burnett, alex.rodas
2013-04-28 20:45:29Abhishek.Kumarsetmessageid: <1367181929.53.0.340912346328.issue17642@psf.upfronthosting.co.za>
2013-04-28 20:45:29Abhishek.Kumarlinkissue17642 messages
2013-04-28 20:45:29Abhishek.Kumarcreate