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 wyz23x2
Recipients terry.reedy, wyz23x2
Date 2020-06-22.11:16:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592824587.6.0.226335506835.issue41075@roundup.psfhosted.org>
In-reply-to
Content
Terminals like CMD have support of navigating through commands with ↑↓. While directly implementing the arrows is not good in IDLE (the use for jumping to the prev. line in GUI is needed), there should be a good way.
Some ways:
1. Alt+↑↓. The current behavior is exactly like ↑↓.
2. A "Previous input" option in the right-click menu.
3. A "Navigate" option in the right-click menu. A GUI like this will pop up:
——————————————————————————
┃        Navigate        ┃
┃  × The [4]th command   ┃
┃  O [1] command before  ┃
┃        _______         ┃
┃        ┃Paste┃         ┃
┃        ———————         ┃
——————————————————————————

It would be better if 2&3 are together.
History
Date User Action Args
2020-06-22 11:16:27wyz23x2setrecipients: + wyz23x2, terry.reedy
2020-06-22 11:16:27wyz23x2setmessageid: <1592824587.6.0.226335506835.issue41075@roundup.psfhosted.org>
2020-06-22 11:16:27wyz23x2linkissue41075 messages
2020-06-22 11:16:27wyz23x2create
Morty Proxy This is a proxified and sanitized view of the page, visit original site.