Skip to content

Commit

Permalink
Adding a category for the layout spy
Browse files Browse the repository at this point in the history
core and ui define this org.eclipse.pde.runtime.spy.commands.category
category for their command. Copying over the solution for the layout
spy.

Fixes #856
  • Loading branch information
vogella authored and HannesWell committed Sep 25, 2024
1 parent c9666d1 commit 8e57636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/org.eclipse.tools.layout.spy/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<!-- Extensions -->
<extension
point="org.eclipse.ui.commands">
<category
id="org.eclipse.pde.runtime.spy.commands.category"
name="%spy-category.name">
</category>
<command
categoryId="org.eclipse.pde.runtime.spy.commands.category"
description="%spy-layout-command.description"
Expand Down

0 comments on commit 8e57636

Please sign in to comment.