mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
back in harness on new config system
This commit is contained in:
parent
72f8213ba4
commit
3b55a891a1
4 changed files with 53 additions and 34 deletions
|
@ -50,6 +50,11 @@ menudefs = [
|
|||
('!_Debugger', '<<toggle-debugger>>'),
|
||||
('!_Auto-open stack viewer', '<<toggle-jit-stack-viewer>>' ),
|
||||
]),
|
||||
# ('settings', [
|
||||
# ('_Configure Idle...', '<<open-config-dialog>>'),
|
||||
# None,
|
||||
# ('Revert to _Default Settings', '<<revert-all-settings>>'),
|
||||
# ]),
|
||||
('help', [
|
||||
('_IDLE Help...', '<<help>>'),
|
||||
('Python _Documentation...', '<<python-docs>>'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue