Eclipse RCP: How to pre-select a new project wizard?
问题 I have an Eclipse plugin using RCP and Eclipse 4.5.2. This plugin is for developing a project of type "X". Right now, under File > New > Project... I have "X" within a category of "MyPlugin". I'd have to expand "MyPlugin" then double click on "X" to open the X version of the new project wizard. Is it possible to pre-select "X" when clicking on File > New > Project...? This would mean the category "MyPlugin" would have to be automatically expanded to show the pre-selected "X". Here's a snippet