Open PHP "include" relative to the projects root inside the editor (right mouse click)
authorkhartlage <khartlage>
Sun, 6 Jun 2004 18:42:16 +0000 (18:42 +0000)
committerkhartlage <khartlage>
Sun, 6 Jun 2004 18:42:16 +0000 (18:42 +0000)
net.sourceforge.phpeclipse/plugin.xml

index 1ba0e63..da75286 100644 (file)
             Create a new PHP project.
          </description>
       </wizard>
-<!--   <wizard
+        <wizard
                id="net.sourceforge.phpdt.internal.ui.wizards.NewClassCreationWizard"
                name="%NewPHPClass.label"
                class="net.sourceforge.phpdt.internal.ui.wizards.NewClassCreationWizard"
                icon="icons/ctool16/newclass_wiz.gif">
                <description>%NewPHPClass.description</description>
        </wizard>      
-      -->
 <!--
 <this wizard replaces it as it works - maybe not as pretty but still>
 
             id="net.sourceforge.phpeclipse.actions.popupOpenDeclaration">
          <action
                label="Open PHP Declaration"
-               class="net.sourceforge.phpeclipse.actions.PHPOpenDeclarationEditorActon"
+               class="net.sourceforge.phpeclipse.actions.PHPOpenDeclarationEditorAction"
                menubarPath="additions"
                id="net.sourceforge.phpeclipse.actions.opendeclaration">
          </action>
       </viewerContribution>
+      <viewerContribution
+            targetID="#PHPEditorContext"
+            id="net.sourceforge.phpeclipse.actions.popupOpenInclude">
+         <action
+               label="Open Include File"
+               class="net.sourceforge.phpeclipse.actions.PHPOpenIncludeEditorAction"
+               menubarPath="additions"
+               id="net.sourceforge.phpeclipse.actions.openinclude">
+         </action>
+      </viewerContribution>
    
       <viewerContribution
             targetID="#PHPRulerContext"