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.
Created on 2019年07月09日 17:44 by terry.reedy, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 14675 | merged | taleinat, 2019年07月09日 17:45 | |
| PR 14807 | merged | miss-islington, 2019年07月17日 08:16 | |
| PR 14808 | merged | miss-islington, 2019年07月17日 08:16 | |
| Messages (5) | |||
|---|---|---|---|
| msg347568 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2019年07月09日 17:44 | |
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:. |
|||
| msg348000 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2019年07月16日 04:58 | |
PR 14030 for #17535 (line numbers) also has code for 1. I want to merge this first, and fix-up the other. Changing context font at the same time as the text font, instead of up to 1 second later, eliminates a visual glitch and is a user-visible improvement. Ditto for highlight changes, although the situation is more complicated due to text recoloring (a separate issue). |
|||
| msg348049 - (view) | Author: Tal Einat (taleinat) * (Python committer) | Date: 2019年07月17日 08:15 | |
New changeset 7036e1de3a87d36c7ef41b8a2b44ed6fc4d34be2 by Tal Einat in branch 'master': bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) https://github.com/python/cpython/commit/7036e1de3a87d36c7ef41b8a2b44ed6fc4d34be2 |
|||
| msg348051 - (view) | Author: miss-islington (miss-islington) | Date: 2019年07月17日 08:44 | |
New changeset bb79ab84c258566bcba89a87eb549fbc8643f882 by Miss Islington (bot) in branch '3.7': bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) https://github.com/python/cpython/commit/bb79ab84c258566bcba89a87eb549fbc8643f882 |
|||
| msg348052 - (view) | Author: miss-islington (miss-islington) | Date: 2019年07月17日 08:44 | |
New changeset 6cf7c45cb5691b75d9a774c904df02a4f8bfcd04 by Miss Islington (bot) in branch '3.8': bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) https://github.com/python/cpython/commit/6cf7c45cb5691b75d9a774c904df02a4f8bfcd04 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:17 | admin | set | github: 81711 |
| 2019年07月17日 08:59:43 | taleinat | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019年07月17日 08:44:58 | miss-islington | set | messages: + msg348052 |
| 2019年07月17日 08:44:29 | miss-islington | set | nosy:
+ miss-islington messages: + msg348051 |
| 2019年07月17日 08:16:12 | miss-islington | set | pull_requests: + pull_request14602 |
| 2019年07月17日 08:16:05 | miss-islington | set | pull_requests: + pull_request14601 |
| 2019年07月17日 08:15:59 | taleinat | set | messages: + msg348049 |
| 2019年07月16日 04:58:57 | terry.reedy | set | messages: + msg348000 |
| 2019年07月09日 18:03:11 | terry.reedy | link | issue33610 dependencies |
| 2019年07月09日 17:45:38 | taleinat | set | keywords:
+ patch pull_requests: + pull_request14482 |
| 2019年07月09日 17:44:47 | terry.reedy | create | |