Skip to content

Commit

Permalink
add text for action
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Jan 2, 2024
1 parent 97616d3 commit 0139101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/META-INF/ErlangPlugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<add-to-group group-id="RunContextPopupGroup" anchor="last"/>
<keyboard-shortcut first-keystroke="ctrl shift X" keymap="$default"/>
</action>
<action id="ErlangConsole.Execute" class="org.intellij.erlang.console.ErlangConsoleExecuteAction">
<action id="ErlangConsole.Execute" text="Run in Erlang Console" class="org.intellij.erlang.console.ErlangConsoleExecuteAction">
<keyboard-shortcut first-keystroke="ENTER" keymap="$default"/>
</action>

Expand Down

0 comments on commit 0139101

Please sign in to comment.