문제

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