mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-14204 Run all code in an IPython notebook via normal run dialog
Added Shift-F10 shortcut
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
<action class="org.jetbrains.plugins.ipnb.editor.actions.IpnbRunCellAction" id="IpnbRunCellAction" text="Run Cell">
|
||||
<keyboard-shortcut keymap="$default" first-keystroke="shift ENTER"/>
|
||||
</action>
|
||||
<action class="org.jetbrains.plugins.ipnb.editor.actions.IpnbRunAllCellsAction" id="IpnbRunAllCellsAction" text="Run All Cells">
|
||||
<action class="org.jetbrains.plugins.ipnb.editor.actions.IpnbRunAllCellsAction" id="IpnbRunAllCellsAction" text="Run All Cells"
|
||||
use-shortcut-of="Run">
|
||||
<add-to-group group-id="RunMenu" anchor="last"/>
|
||||
</action>
|
||||
<action class="org.jetbrains.plugins.ipnb.editor.actions.IpnbSaveAction" id="IpnbSaveAction" text="Save and Checkpoint">
|
||||
|
||||
Reference in New Issue
Block a user