[issue17642] IDLE add font resizing hot keys

Abhishek Kumar report at bugs.python.org
Sun Apr 28 22:45:29 CEST 2013


Abhishek Kumar added the comment:

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.

----------
keywords: +patch
nosy: +Abhishek.Kumar
Added file: http://bugs.python.org/file30051/issue17642_patch2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17642>
_______________________________________


More information about the Python-bugs-list mailing list