Message372085
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. |
|
| Date |
User |
Action |
Args |
| 2020-06-22 11:16:27 | wyz23x2 | set | recipients:
+ wyz23x2, terry.reedy |
| 2020-06-22 11:16:27 | wyz23x2 | set | messageid: <1592824587.6.0.226335506835.issue41075@roundup.psfhosted.org> |
| 2020-06-22 11:16:27 | wyz23x2 | link | issue41075 messages |
| 2020-06-22 11:16:27 | wyz23x2 | create | |
|