[New-bugs-announce] [issue20917] Idle: Enhance font change notification system

Terry J. Reedy report at bugs.python.org
Thu Mar 13 21:04:57 CET 2014


New submission from Terry J. Reedy:

If one changes the font in the Idle Preferences dialog, all open windows are somehow notified and they immediately respond. Classes defined in extensions do not get notified. So CodeContext sets up a polling loop. Roger Serwy's line number extension (posted to #17535) copied the polling hack.  It would be better to enhance the the notification mechanism to either generate an event that could be caught or setup a callback registry.

----------
messages: 213453
nosy: terry.reedy
priority: normal
severity: normal
status: open
title: Idle: Enhance font change notification system
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list