|
Is it possible to remove all default categories and have only my custom categories displayed? Thank you |
Answered by
ptziegler
May 24, 2024
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: |
1 reply
Answer selected by
trixtan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can do so via the
.*.wbp-palette-commands.xmlfiles.For example, in order you to remove Swing categories, you need to create a
org.eclipse.wb.swing.wbp-palette-commands.xmlfile in yourwbp-metafolder. 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: