New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDLE: document all key bindings, add menu items for more. #72284
Comments
(Follow-up to bpo-15308, which added ^C Interrupt Execution to doc and Shell menu, and to bpo-27120, which proposed to add ^/ Toggle Highlighting, until I realized that that should be part of bpo-6858, about highlighting non-.py files.) Every IDLE function should be documented. More should be on menu. Perhaps add Move/delete menus for cursor movement and directional deletion, if not a diagram. Another idea. A searchable current key binding list, possible sortable by key as well as function. It should include fixed builtin bindings as well as extension bindings. See bpo-27120 for motivation. Side issue 1: Menu entries for extensions do not reflect customization (? verify, from Roger). Side issue 2: Menus need to be tested. |
The toggle highlighting issue is bpo-27170 (not 27120) |
PR11325 adds Previous/Next History to the Shell menu. |
Response to history issues raised in PR:
For items going under edit, which is already 'full', submenus will be needed. Since history is Shell only, separate entries are ok, at least for now, instead of 'History' and a submenu with 'previous' and 'next'. |
Cheryl, the addition looks nice. But for anything else, lets discuss here first. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: