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 terry.reedy
Recipients markroseman, terry.reedy
Date 2017-07-10.19:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499716698.58.0.367769188187.issue20917@psf.upfronthosting.co.za>
In-reply-to
Content
I believe I saw somewhere that the 'somehow' in the opening post is looping through the windows listed under the Window tab.

This issue was inspired by #17642, which allows hotkeys (^-, ^+) and wheel to change font size in editor window.  If the size change only applies to the current window, then only the CodeContext for that window should be notified.  If CodeContext becomes a feature rather than extension, #27099, then code editor windows could know they have a code context and notify it when they get notified.  That will not help external extensions.
History
Date User Action Args
2017-07-10 19:58:18terry.reedysetrecipients: + terry.reedy, markroseman
2017-07-10 19:58:18terry.reedysetmessageid: <1499716698.58.0.367769188187.issue20917@psf.upfronthosting.co.za>
2017-07-10 19:58:18terry.reedylinkissue20917 messages
2017-07-10 19:58:18terry.reedycreate