-
Is it possible to remove all default categories and have only my custom categories displayed? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can do so via the For example, in order you to remove Swing categories, you need to create a The following snippet shows how to remove the "System" category.
When opening the editor, it then looks as follows: |
Beta Was this translation helpful? Give feedback.
You can do so via the
.*.wbp-palette-commands.xml
files.For example, in order you to remove Swing categories, you need to create a
org.eclipse.wb.swing.wbp-palette-commands.xml
file in yourwbp-meta
folder. For testing purposes, you can add it to your project but in general, it needs to be part of the classpath.The following snippet shows how to remove the "System" category.
When opening the editor, it then looks as follows: