Skip to content

Commit

Permalink
Fix action position
Browse files Browse the repository at this point in the history
  • Loading branch information
atsky committed May 31, 2014
1 parent 044125a commit d10c2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

<actions>
<action id="Haskell.HaskellFile" class="org.jetbrains.haskell.actions.NewHaskellFileAction"
text="Haskell module" description="Create new Haskell module">
text="Haskell Module" description="Create new Haskell module">
<add-to-group group-id="NewGroup"/>
</action>

<action id="Haskell.ShowInfo" class="org.jetbrains.haskell.actions.ShowSymbolInfoAction"
text="Show Symbol Info" description="Show Symbol Info">
         <keyboard-shortcut first-keystroke="control I" keymap="$default"/>
<add-to-group group-id="ViewMenu" anchor="after" relative-to-action="QuickJavaDoc"/>
<add-to-group group-id="CodeEditorViewGroup" anchor="after" relative-to-action="QuickJavaDoc"/>
</action>

<!--
Expand Down

0 comments on commit d10c2b2

Please sign in to comment.