I want to add a more options (eg: radio button) to the workspace dialog so that when I launch workspace preference/properties are already set. In short I want to include a set of preferences along with workspace location while launching eclipse application.

有帮助吗?

解决方案

This dialog is org.eclipse.ui.internal.ide.ChooseWorkspaceDialog. It does not support any customization and because it is an internal dialog you should not use it in your code.

So it is not possible to change this without breaking the Eclipse API Rules of Engagement

You can set default preferences in the plugin_customization.ini file in the plugins/org.eclipse.sdk_xxx directory in your Eclipse install (this applies to all workspaces).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top