fixed PY-14204 Run all code in an IPython notebook via normal run dialog

Added Shift-F10 shortcut
This commit is contained in:
Ekaterina Tuzova
2016-02-25 19:59:37 +03:00
parent a7b7cd24c9
commit 2b62b29010
@@ -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">