mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Rework the code to have only the GvR RPC. Output from execution of user
code is directed to the Shell.
This commit is contained in:
parent
9f709bf9a1
commit
969de458aa
11 changed files with 168 additions and 1187 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue