fixed PY-14360Shift+enter stopped to work in "Run manage.py task..." dialog

there is no need to register shift+enter in plugin.xml for ipnb, we already registered it as custom shortcut on code source panel
This commit is contained in:
Ekaterina Tuzova
2014-12-03 12:57:07 +03:00
parent 8ad4974f74
commit d0a4c002f8
@@ -35,7 +35,6 @@
<keyboard-shortcut keymap="$default" first-keystroke="ctrl ENTER"/>
</action>
<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.IpnbSaveAction" id="IpnbSaveAction" text="Save and Checkpoint">
</action>