Includes the Eclipse Tidy action set as a PHP perspective extension.
authorstefanbjarni <stefanbjarni>
Thu, 26 May 2005 23:07:16 +0000 (23:07 +0000)
committerstefanbjarni <stefanbjarni>
Thu, 26 May 2005 23:07:16 +0000 (23:07 +0000)
*If* the HTML Tidy menu were not globally visible *then* it would
become visible once the PHP perspective is loaded.

net.sourceforge.phpeclipse/plugin.xml

index 0ac2e17..83b3cff 100644 (file)
          point="org.eclipse.ui.perspectiveExtensions">
       <perspectiveExtension
             targetID="net.sourceforge.phpeclipse.PHPPerspective">
-         <actionSet
-               id="net.sourceforge.phpeclipse.PHPActionSet">
-         </actionSet>
+         <actionSet id="net.sourceforge.phpeclipse.PHPActionSet"/>
       </perspectiveExtension>
+         <perspectiveExtension
+           targetID="net.sourceforge.phpeclipse.PHPPerspective">
+                 <actionSet id="net.sf.eclipsetidy.ActionSet"/>
+         </perspectiveExtension> 
    </extension>
    <extension
          point="org.eclipse.ui.newWizards">