[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread miss-islington
miss-islington added the comment: New changeset b716c716b5d5dc630d85dd16ca6526948745c020 by Miss Islington (bot) in branch '3.7': bpo-28097: IDLE - Add Previous/Next History to Shell menu (GH-11325) https://github.com/python/cpython/commit/b716c716b5d5dc630d85dd16ca6526948745c020

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10637 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10638 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10636, 10637 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10636, 10637, 10638 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10636 stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset c0381aaea4ad3e866bde70393c4f7efe9bcf3568 by Terry Jan Reedy (Cheryl Sabella) in branch 'master': bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325)

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Cheryl, the addition looks nice. But for anything else, lets discuss here first. -- ___ Python tracker ___

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Response to history issues raised in PR: 1. Not erasing output/history is a feature: some shells save and restore recent history when close and open. Shell restart is an alternative to that. I fairly often replay statements after restart. 2. I think

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10589 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10590 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.7, Python 3.8 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: PR11325 adds Previous/Next History to the Shell menu. -- nosy: +cheryl.sabella stage: patch review -> needs patch ___ Python tracker ___

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10588 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10588, 10589 stage: needs patch -> patch review ___ Python tracker ___

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch, patch pull_requests: +10588, 10589, 10590 stage: needs patch -> patch review ___ Python tracker ___

[issue28097] IDLE: document all key bindings, add menu items for more.

2016-10-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: The toggle highlighting issue is #27170 (not 27120) -- ___ Python tracker ___

[issue28097] IDLE: document all key bindings, add menu items for more.

2016-09-12 Thread Terry J. Reedy
New submission from Terry J. Reedy: (Follow-up to #15308, which added ^C Interrupt Execution to doc and Shell menu, and to #27120, which proposed to add ^/ Toggle Highlighting, until I realized that that should be part of #6858, about highlighting non-.py files.) Every IDLE function should be