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 2015年09月08日 17:22 by markroseman, last changed 2022年04月11日 14:58 by admin.
| Messages (2) | |||
|---|---|---|---|
| msg250242 - (view) | Author: Mark Roseman (markroseman) * | Date: 2015年09月08日 17:22 | |
Right now the menubar is slightly different for the shell (has Debug) and the editor windows (has Format and Run). I'd like to suggest the same menubar be used for all windows. Rationale: 1. Easier to use, especially for systems that share a single menubar visually across the top of screen. 2. Later on we'll likely have situations where shell and one or more editors are part of the same toplevel window. Implementation Notes: 1. Tk lets you reuse the same menubar across multiple toplevel windows (it actually creates a 'clone' every time it gets attached to the window). 2. This will simplify code e.g. for managing help and windows menus, which now have to do the same thing for multiple menubars. 3. Using tabbed windows, while it's possible to swap the menubar on the fly as you swap windows, it's not necessarily desirable to do so. 4. I've mocked up a system for menu validation/dispatch that will simplify how menu commands are handled now depending on what window is in front, and makes it easier to ensure the right things are enabled/disabled based on context. |
|||
| msg296676 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2017年06月23日 04:59 | |
I agree. Better to gray-out inactive items. I believe bar is already somewhat shared on mac. We are working on other changes needed to use tabbed notebooks. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:20 | admin | set | github: 69220 |
| 2020年06月07日 22:06:49 | terry.reedy | set | versions: + Python 3.10, - Python 3.6, Python 3.7 |
| 2017年06月23日 04:59:39 | terry.reedy | set | versions:
+ Python 3.7, - Python 2.7, Python 3.4, Python 3.5 messages: + msg296676 assignee: terry.reedy type: enhancement stage: needs patch |
| 2015年09月08日 17:22:33 | markroseman | create | |