How to remove a Category from Import wizard in Eclipse-RCP?

后端 未结 3 1077
野性不改
野性不改 2020-12-11 09:23

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

3条回答
  •  眼角桃花
    2020-12-11 09:30

    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.

提交回复
热议问题