Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sxhya committed May 28, 2024
1 parent e0effd6 commit 5ce445a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -469,12 +469,6 @@
<keyboard-shortcut keymap="$default" first-keystroke="control alt G"/>
</action>

<action id="ArendModuleDependenciesGraphAction"
class="org.arend.module.ArendModuleDependenciesGraphAction"
text="Show Graph of Arend Modules">
<add-to-group group-id="ProjectViewPopupMenu" anchor="after" relative-to-action="ProjectViewPopupMenuModifyGroup"/>
</action>

<action id="Arend.GotoNextError"
class="org.arend.actions.ArendGotoNextErrorAction"
text="Goto Next Error"
Expand Down Expand Up @@ -578,7 +572,7 @@
class="org.arend.toolWindow.repl.ArendShowReplAction"
text="Show Arend REPL"
description="Display the Arend REPL as a tool window"/>
<add-to-group group-id="ToolsMenu" anchor="first" />
<add-to-group group-id="ToolsMenu" anchor="last" />
</group>

</actions>
Expand Down

0 comments on commit 5ce445a

Please sign in to comment.