summaryrefslogtreecommitdiff
path: root/Lib/idlelib/config-extensions.def
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-06-12 03:28:57 +0000
committerKurt B. Kaiser <kbk@shore.net>2002-06-12 03:28:57 +0000
commitb891ad4aa44667d590302896b2cbb44dc40c6353 (patch)
treef7c2ab84cd1e65b828348989d57c12065992626b /Lib/idlelib/config-extensions.def
parentf98b8fe5b26f7a0b1dcfe21631ccf29b1f8fd638 (diff)
downloadcpython-b891ad4aa44667d590302896b2cbb44dc40c6353.tar.gz
Rework the code to have only the GvR RPC. Output from execution of user
code is directed to the Shell.
Diffstat (limited to 'Lib/idlelib/config-extensions.def')
-rw-r--r--Lib/idlelib/config-extensions.def20
1 files changed, 10 insertions, 10 deletions
diff --git a/Lib/idlelib/config-extensions.def b/Lib/idlelib/config-extensions.def
index acdb359e76..bb350f21cc 100644
--- a/Lib/idlelib/config-extensions.def
+++ b/Lib/idlelib/config-extensions.def
@@ -42,17 +42,17 @@ enable=1
[ZoomHeight_cfgBindings]
zoom-height=<Alt-Key-F2>
-[ExecBinding]
-enable=1
-[ExecBinding_cfgBindings]
-run-complete-script=<Key-F5>
-stop-execution=<Key-Cancel>
+#[ExecBinding] # Revert to ScriptBinding
+#enable=1
+#[ExecBinding_cfgBindings]
+#run-complete-script=<Key-F5>
+#stop-execution=<Key-Cancel>
-#[ScriptBinding] #currently ExecBinding has replaced ScriptBinding
-#enable=0
-#[ScriptBinding_cfgBindings]
-#run-script=<Key-F5>
-#check-module=<Alt-Key-F5> <Meta-Key-F5>
+[ScriptBinding]
+enable=1
+[ScriptBinding_cfgBindings]
+run-script=<Key-F5>
+#check-module=<Alt-Key-F5>
#import-module=<Control-Key-F5>
[CallTips]