mirror of
https://github.com/python/cpython.git
synced 2025-10-27 11:44:39 +00:00
bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325)
This commit is contained in:
parent
804a5d94b6
commit
c0381aaea4
4 changed files with 22 additions and 10 deletions
|
|
@ -82,6 +82,9 @@
|
|||
('_View Last Restart', '<<view-restart>>'),
|
||||
('_Restart Shell', '<<restart-shell>>'),
|
||||
None,
|
||||
('_Previous History', '<<history-previous>>'),
|
||||
('_Next History', '<<history-next>>'),
|
||||
None,
|
||||
('_Interrupt Execution', '<<interrupt-execution>>'),
|
||||
]),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue