From 5c8f2edabf4db70931ec029c39b14b6d8259e7a0 Mon Sep 17 00:00:00 2001 From: bananeweizen Date: Tue, 17 Jan 2006 20:28:35 +0000 Subject: [PATCH] added perspective shortcuts for debug and resource to php perspective --- .../phpeclipse/PHPPerspectiveFactory.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPPerspectiveFactory.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPPerspectiveFactory.java index 53e8cb7..6f59900 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPPerspectiveFactory.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPPerspectiveFactory.java @@ -54,5 +54,8 @@ public class PHPPerspectiveFactory implements IPerspectiveFactory { .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 -- 1.7.1