public class PHPPerspectiveFactory implements IPerspectiveFactory {
public static final String ID_PROGRESS_VIEW = "org.eclipse.ui.views.ProgressView"; //$NON-NLS-1$
+
// see bug 63563
public PHPPerspectiveFactory() {
.addNewWizardShortcut("net.sourceforge.phpeclipse.wizards.NewWizardProjectCreation"); //$NON-NLS-1$
layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.folder");//$NON-NLS-1$
layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.file");//$NON-NLS-1$
+ // perspective shortcuts
+ layout.addPerspectiveShortcut(IDebugUIConstants.ID_DEBUG_PERSPECTIVE);
+ layout.addPerspectiveShortcut("org.eclipse.ui.resourcePerspective");
}
}
\ No newline at end of file