diff options
| author | Kurt B. Kaiser <kbk@shore.net> | 2002-06-12 03:28:57 +0000 | 
|---|---|---|
| committer | Kurt B. Kaiser <kbk@shore.net> | 2002-06-12 03:28:57 +0000 | 
| commit | 969de458aa12e831942637bbcd9994b29dc86252 (patch) | |
| tree | 66410d095dd07a207d3f922629b9304fb94edef7 /Lib/idlelib/config-extensions.def | |
| parent | 9f709bf9a1890052cae13a08651697dca01da3ca (diff) | |
| download | cpython-git-969de458aa12e831942637bbcd9994b29dc86252.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.def | 20 | 
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]  | 
