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 committed Nov 30, 2023
1 parent bd3ce0e commit 333204f
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 333204f

Please sign in to comment.