I need to add an import wizard into my eclipse-rcp app. For that I would like to use existing wizard with only my categories. I found couple of examples in the Internet, but they didn't help much.
My problem is that I have not only my category, but also the General category. I would like to remove it, if possible. Actually I have found one solution here, but it seems, that it is not working. I've tried to put provided code snippet in WorkbrenchWindowAdvisor and in ActionBarAdvisor and even execute it before my wizard is created, but General category with 5 possible wizards is still there. Any suggestions, how to remove it or at least hide?
BR, AlexG.
It sounds like it's related to your RCP run configuration and the plug-ins included.
The General category (with it's wizards Preferences, File System, Existing Projects, Archive File) is contributed by the
org.eclipse.ui.ide
plug-in.Is this plug-in required by your RCP application?
Have a look at this question related to the Help Menu in an RCP as it describes how to check and change the plug-ins used.