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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20917>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to