diff options
author | Steven M. Gava <elguavas@python.net> | 2001-11-21 05:56:26 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-11-21 05:56:26 (GMT) |
commit | 3b55a891a197212b34b0c077f72cb3af752468ec (patch) | |
tree | e2ccfbe1dec57eb9a4dabb73e7010974a24d95c4 /Lib/idlelib/Bindings.py | |
parent | 72f8213ba4b960bdf540a1cc494ac699170c9dec (diff) | |
download | cpython-3b55a891a197212b34b0c077f72cb3af752468ec.zip cpython-3b55a891a197212b34b0c077f72cb3af752468ec.tar.gz cpython-3b55a891a197212b34b0c077f72cb3af752468ec.tar.bz2 |
back in harness on new config system
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r-- | Lib/idlelib/Bindings.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 1bb926d..7baa913 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -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>>'), |