google-cloud-eclipse
google-cloud-eclipse copied to clipboard
Associate GCP Projects with perspective
Here's what happens when you create a new Java Project with a wizard and you're not in the Java perspective:

Should we associate App Engine projects with a particular perspective, and if so which one?
PlatformUI.getWorkbench().showPerspective("perspective.id", PlatformUI.getWorkbench().getActiveWorkbenchWindow());
JavaEE seems to me the one we should associate it with, until we come up with our perspective with cool support of GCP features.
This is set on the org.eclipse.ui.newWizards / finalPerspective or preferredPerspectives.