Skip to content

Commit

Permalink
[eclipse] Move the "Open Type Hierarchy" item within the popup menu.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Feb 1, 2018
1 parent 63fb674 commit bfe3871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/coreplugins/io.sarl.eclipse/plugin.xml
Expand Up @@ -691,7 +691,7 @@
</handler>
</extension>
<extension point="org.eclipse.ui.menus">
<menuContribution locationURI="popup:io.sarl.eclipse.explorer.PackageExplorer?after=group.open">
<menuContribution locationURI="popup:io.sarl.eclipse.explorer.PackageExplorer?endof=group.open">
<command commandId="io.sarl.eclipse.popup.openTypeHierarchy"
label="%menu.open.type.hierarchy"
mnemonic="n"
Expand Down

0 comments on commit bfe3871

Please sign in to comment.