Pregunta

I am developing a New Project Wizard as an Eclipse plug-in. I made it, but I don't know how to open it in particular perspective, say Java perspective. Any ideas on this?

¿Fue útil?

Solución

The org.eclipse.ui.newWizards extension point has a finalPerspective argument where you can specify the id of the perspective you want opened at the end of project creation.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top