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 cheryl.sabella, taleinat, terry.reedy
Date 2019-07-09.17:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562694287.35.0.507911055212.issue37530@roundup.psfhosted.org>
In-reply-to
Content
Issue for Tal's PR 14675, dependency of #33610.

1. Only create CodeContext instances for "real" editors windows, but not e.g. shell or output windows.

- Previously, were created but never activated because menu item deactivated.  This is even better.

2. Remove configuration update Tk event fired every second, by having the editor window ask its code context widget to update when necessary, i.e. upon font or highlighting updates.

3. When code context isn't being shown, avoid having a Tk event fired every 100ms to check whether the code context needs to be updated.

4. Use the editor window's getlineno() method where applicable.

5. Fix a bare except:.
History
Date User Action Args
2019-07-09 17:44:47terry.reedysetrecipients: + terry.reedy, taleinat, cheryl.sabella
2019-07-09 17:44:47terry.reedysetmessageid: <1562694287.35.0.507911055212.issue37530@roundup.psfhosted.org>
2019-07-09 17:44:47terry.reedylinkissue37530 messages
2019-07-09 17:44:46terry.reedycreate