Changes:
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.xml
index 43a68cd..801f657 100644 (file)
@@ -2,7 +2,7 @@
 <plugin
    id="net.sourceforge.phpeclipse"
    name="%pluginName"
-   version="1.0.6"
+   version="1.0.9"
    provider-name="%providerName"
    class="net.sourceforge.phpeclipse.PHPeclipsePlugin">
 
@@ -19,6 +19,7 @@
       <import plugin="org.eclipse.swt"/>
       <import plugin="org.eclipse.debug.core"/>
       <import plugin="org.eclipse.debug.ui"/>
+      <import plugin="org.eclipse.search"/>
       <import plugin="org.apache.xerces"/>
       <import plugin="org.eclipse.update.ui"/>
    </requires>
          point="org.eclipse.core.resources.natures">
       <runtime>
          <run
-               class="net.sourceforge.phpeclipse.resourcesview.PHPProject">
+          class="net.sourceforge.phpeclipse.resourcesview.PHPProject">
          </run>
       </runtime>
+      <builder
+          id="net.sourceforge.phpeclipse.parserbuilder">
+      </builder>
+   </extension>
+   <extension
+         id="parserbuilder"
+         name="Parser Builder"
+         point="org.eclipse.core.resources.builders">
+      <builder hasNature="true">
+         <run
+           class="net.sourceforge.phpeclipse.builder.ParserBuilder">
+         </run>
+      </builder>
    </extension>
    <extension
          point="org.eclipse.team.core.fileTypes">
             type="text"
             extension="xml">
       </fileTypes>
+      <fileTypes
+            type="text"
+            extension="tpl">
+      </fileTypes>
    </extension>
    <extension
          point="org.eclipse.ui.perspectives">
             name="%newWizardCategory.name"
             id="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP">
       </category>
-<!--    
-Temporarily replaced until errors can be ironed out...
--->
       <wizard
             name="%newWizardPHPProject.name"
             icon="icons/obj16/php.gif"
@@ -98,6 +113,15 @@ Temporarily replaced until errors can be ironed out...
             Create a new PHP project.
          </description>
       </wizard>
+<!--   <wizard
+               id="net.sourceforge.phpdt.internal.ui.wizards.NewClassCreationWizard"
+               name="%NewPHPClass.label"
+               class="net.sourceforge.phpdt.internal.ui.wizards.NewClassCreationWizard"
+               category="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP"
+               icon="icons/ctool16/newclass_wiz.gif">
+               <description>%NewPHPClass.description</description>
+       </wizard>      
+      -->
 <!--
 <this wizard replaces it as it works - maybe not as pretty but still>
 
@@ -135,6 +159,15 @@ Temporarily replaced until errors can be ironed out...
          </description>
       </wizard>
    </extension>
+   <extension point="org.eclipse.ui.exportWizards">
+     <wizard name="%ExportWizards.Obfuscator" 
+             icon="icons/ctool16/exportdir_wiz.gif" 
+             class="net.sourceforge.phpeclipse.obfuscator.export.ObfuscatorExportWizard" 
+             id="net.sourceforge.phpeclipse.obfuscator.export.ObfuscatorExportWizard">
+     <description>%ExportWizards.ObfuscatorDescription</description> 
+     <selection class="org.eclipse.core.resources.IResource" /> 
+     </wizard>
+  </extension>
    <extension
          point="org.eclipse.ui.projectNatureImages">
       <image
@@ -176,6 +209,90 @@ Temporarily replaced until errors can be ironed out...
       </view>
    </extension> -->
    <extension
+         point="org.eclipse.ui.editors">
+      <editor
+            name="%phpEditorName"
+            default="true"
+            icon="icons/obj16/phpedit.gif"
+            extensions="php"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+            id="net.sourceforge.phpeclipse.PHPUnitEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            default="true"
+            icon="icons/obj16/phpedit.gif"
+            extensions="php3"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+            id="net.sourceforge.phpeclipse.PHPUnitEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            default="true"
+            icon="icons/obj16/phpedit.gif"
+            extensions="php4"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+            id="net.sourceforge.phpeclipse.PHPUnitEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            default="true"
+            icon="icons/obj16/phpedit.gif"
+            extensions="inc"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+            id="net.sourceforge.phpeclipse.PHPUnitEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            default="true"
+            icon="icons/obj16/phpedit.gif"
+            extensions="phtml"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+            id="net.sourceforge.phpeclipse.PHPUnitEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            default="true"
+            icon="icons/obj16/htmledit.gif"
+            extensions="htm"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+            id="net.sourceforge.phpeclipse.PHPUnitEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            default="true"
+            icon="icons/obj16/htmledit.gif"
+            extensions="html"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+            id="net.sourceforge.phpeclipse.PHPUnitEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            default="true"
+            icon="icons/obj16/xmledit.gif"
+            extensions="xml"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+            id="net.sourceforge.phpeclipse.PHPUnitEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            default="true"
+            icon="icons/obj16/htmledit.gif"
+            extensions="tpl"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+            id="net.sourceforge.phpeclipse.PHPUnitEditor">
+      </editor>
+   </extension>
+   <extension
          point="org.eclipse.ui.actionSets">
       <actionSet
             label="PHP/Apache"
@@ -236,9 +353,7 @@ Temporarily replaced until errors can be ironed out...
                label="%SourceMenu.label"
                path="edit"
                id="net.sourceforge.phpeclipse.ui.source.menu">
-            <separator
-                  name="editGroup">
-            </separator>
+               <separator name="editGroup" />
          </menu>
          <action
                definitionId="net.sourceforge.phpeclipse.phpeditor.format"
@@ -251,13 +366,13 @@ Temporarily replaced until errors can be ironed out...
                label="%ShiftLeftAction.label"
                retarget="true"
                menubarPath="net.sourceforge.phpeclipse.ui.source.menu/editGroup"
-               id="net.sourceforge.phpeclipse.ui.actions.ShiftLeft">
+               id="net.sourceforge.phpeclipse.phpeditor.ShiftLeft">
          </action>
          <action
                label="%ShiftRightAction.label"
                retarget="true"
                menubarPath="net.sourceforge.phpeclipse.ui.source.menu/editGroup"
-               id="net.sourceforge.phpeclipse.ui.actions.ShiftRight">
+               id="net.sourceforge.phpeclipse.phpeditor.ShiftRight">
          </action>
          <action
                definitionId="net.sourceforge.phpeclipse.phpeditor.uncomment"
@@ -279,9 +394,7 @@ Temporarily replaced until errors can be ironed out...
          point="org.eclipse.ui.actionSetPartAssociations">
       <actionSetPartAssociation
             targetID="net.sourceforge.phpeclipse.ui.CodingActionSet">
-         <part
-               id="net.sourceforge.phpeclipse.PHPUnitEditor">
-         </part>
+         <part id="net.sourceforge.phpeclipse.PHPUnitEditor" />
       </actionSetPartAssociation>
    </extension>
 <!-- =========================================================================== -->
@@ -331,94 +444,10 @@ Temporarily replaced until errors can be ironed out...
          </accelerator>
       </acceleratorSet>
    </extension> -->
-   <extension
-         point="org.eclipse.ui.editors">
-      <editor
-            name="%phpEditorName"
-            default="true"
-            icon="icons/obj16/phpedit.gif"
-            extensions="php"
-            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
-            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
-            id="net.sourceforge.phpeclipse.PHPUnitEditor">
-      </editor>
-      <editor
-            name="%phpEditorName"
-            default="true"
-            icon="icons/obj16/phpedit.gif"
-            extensions="php3"
-            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
-            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
-            id="net.sourceforge.phpeclipse.PHPUnitEditor">
-      </editor>
-      <editor
-            name="%phpEditorName"
-            default="true"
-            icon="icons/obj16/phpedit.gif"
-            extensions="php4"
-            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
-            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
-            id="net.sourceforge.phpeclipse.PHPUnitEditor">
-      </editor>
-      <editor
-            name="%phpEditorName"
-            default="true"
-            icon="icons/obj16/phpedit.gif"
-            extensions="inc"
-            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
-            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
-            id="net.sourceforge.phpeclipse.PHPUnitEditor">
-      </editor>
-      <editor
-            name="%phpEditorName"
-            default="true"
-            icon="icons/obj16/phpedit.gif"
-            extensions="phtml"
-            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
-            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
-            id="net.sourceforge.phpeclipse.PHPUnitEditor">
-      </editor>
-      <editor
-            name="%phpEditorName"
-            default="true"
-            icon="icons/obj16/htmledit.gif"
-            extensions="htm"
-            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
-            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
-            id="net.sourceforge.phpeclipse.PHPUnitEditor">
-      </editor>
-      <editor
-            name="%phpEditorName"
-            default="true"
-            icon="icons/obj16/htmledit.gif"
-            extensions="html"
-            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
-            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
-            id="net.sourceforge.phpeclipse.PHPUnitEditor">
-      </editor>
-      <editor
-            name="%phpEditorName"
-            default="true"
-            icon="icons/obj16/xmledit.gif"
-            extensions="xml"
-            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
-            class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
-            id="net.sourceforge.phpeclipse.PHPUnitEditor">
-      </editor>
-   </extension>
+   
    <extension
          point="org.eclipse.ui.popupMenus">
       <objectContribution
-            objectClass="org.eclipse.core.resources.IResource"
-            id="net.sourceforge.phpeclipse.actions.obfuscator">
-         <action
-               label="PHP Obfuscator"
-               class="net.sourceforge.phpeclipse.actions.PHPObfuscatorAction"
-               menubarPath="additions"
-               id="net.sourceforge.phpeclipse.actions.obfuscatorAction">
-         </action>
-      </objectContribution>
-      <objectContribution
             objectClass="org.eclipse.core.resources.IFile"
             nameFilter="*.php"
             id="net.sourceforge.phpeclipse.actions.externalParserAction">
@@ -561,7 +590,18 @@ Temporarily replaced until errors can be ironed out...
                id="net.sourceforge.phpeclipse.actions.showAction">
          </action>
       </objectContribution>
-
+  
+      <viewerContribution
+            targetID="#PHPEditorContext"
+            id="net.sourceforge.phpeclipse.actions.popupOpenDeclaration">
+         <action
+               label="Open PHP Declaration"
+               class="net.sourceforge.phpeclipse.actions.PHPOpenDeclarationEditorActon"
+               menubarPath="additions"
+               id="net.sourceforge.phpeclipse.actions.opendeclaration">
+         </action>
+      </viewerContribution>
+   
       <viewerContribution
             targetID="#PHPRulerContext"
             id="net.sourceforge.phpdt.ui.PHPEditorPopupActions">
@@ -709,6 +749,14 @@ Temporarily replaced until errors can be ironed out...
       </provider>
    </extension>
    <extension
+         point="org.eclipse.ui.documentProviders">
+      <provider
+            extensions="%tplFileExtension"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider"
+            id="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider">
+      </provider>
+   </extension>
+   <extension
          point="org.eclipse.ui.views">
       <view
             name="%phpConsoleView"
@@ -717,8 +765,112 @@ Temporarily replaced until errors can be ironed out...
             id="net.sourceforge.phpeclipse.views.phpconsoleview">
       </view>
    </extension>
+
 <!-- =========================================================================== -->
-<!-- Java Editor Key Bindings -->
+<!-- PHPDT/UI command definitions                                                   -->
+<!-- =========================================================================== -->
+<!--
+<extension point="org.eclipse.ui.commands">
+       <category
+               name="%category.source.name"
+               description="%category.source.description"
+               id="net.sourceforge.phpeclipse.ui.category.source">
+       </category>
+
+      
+       <scope
+               name="%scope.javaEditor.name"
+               parent="org.eclipse.ui.textEditorScope"
+               description="%scope.javaEditor.description"
+               id="net.sourceforge.phpeclipse.ui.textEditorScope">
+       </scope>
+     
+          
+       <command
+               category="org.eclipse.ui.category.edit"
+               id="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals"
+               name= "%ActionDefinition.correctionAssistProposals.name"
+               description="%ActionDefinition.correctionAssistProposals.description">
+       </command>
+       <keyBinding
+               string="Ctrl+1"
+               scope="net.sourceforge.phpeclipse.ui.textEditorScope"
+               command="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals"
+               configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+       </keyBinding>      
+       <keyBinding
+               platform="carbon"
+               string="Command+1"
+               scope="net.sourceforge.phpeclipse.ui.textEditorScope"
+               command="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals"
+               configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+       </keyBinding>      
+                 
+      
+       <command
+               category="net.sourceforge.phpeclipse.ui.category.source"
+               id="net.sourceforge.phpeclipse.phpeditor.comment"
+               name= "%ActionDefinition.comment.name"
+               description= "%ActionDefinition.comment.description">
+       </command>
+       <keyBinding
+               string="Ctrl+/"
+               scope="net.sourceforge.phpeclipse.ui.textEditorScope"
+               command="net.sourceforge.phpeclipse.phpeditor.comment"
+               configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+       </keyBinding>
+       <keyBinding
+               platform="carbon"
+               string="Command+/"
+               scope="net.sourceforge.phpeclipse.ui.textEditorScope"
+               command="net.sourceforge.phpeclipse.phpeditor.comment"
+               configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+       </keyBinding>
+
+       <command
+               category="net.sourceforge.phpeclipse.ui.category.source"
+               id="net.sourceforge.phpeclipse.phpeditor.uncomment"
+               name= "%ActionDefinition.uncomment.name"
+               description= "%ActionDefinition.uncomment.description">
+       </command>
+       <keyBinding
+               string="Ctrl+\"
+               scope="net.sourceforge.phpeclipse.ui.textEditorScope"
+               command="net.sourceforge.phpeclipse.phpeditor.uncomment"
+               configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+       </keyBinding>
+       <keyBinding
+               platform="carbon"
+               string="Command+\"
+               scope="net.sourceforge.phpeclipse.ui.textEditorScope"
+               command="net.sourceforge.phpeclipse.phpeditor.uncomment"
+               configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+       </keyBinding>
+
+       <command
+               category="net.sourceforge.phpeclipse.ui.category.source"
+               id="org.eclipse.jdt.ui.edit.text.java.format"
+               name= "%ActionDefinition.format.name"
+               description= "%ActionDefinition.format.description">
+       </command>
+       <keyBinding
+               string="Ctrl+Shift+F"
+               scope="net.sourceforge.phpeclipse.ui.textEditorScope"
+               command="org.eclipse.jdt.ui.edit.text.java.format"
+               configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+       </keyBinding>
+       <keyBinding
+               platform="carbon"
+               string="Command+Shift+F"
+               scope="net.sourceforge.phpeclipse.ui.textEditorScope"
+               command="org.eclipse.jdt.ui.edit.text.java.format"
+               configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+       </keyBinding>
+
+</extension>
+-->
+<!-- =========================================================================== -->
+<!-- PHP Editor Key Bindings -->
 <!-- =========================================================================== -->
    <extension
          point="org.eclipse.ui.acceleratorSets">
@@ -742,7 +894,7 @@ Temporarily replaced until errors can be ironed out...
          <accelerator
                key="Ctrl+\"
                id="net.sourceforge.phpeclipse.phpeditor.uncomment">
-         </accelerator>
+         </accelerator> 
          <accelerator
                key="Ctrl+Shift+F"
                id="net.sourceforge.phpeclipse.phpeditor.format">
@@ -814,7 +966,7 @@ Temporarily replaced until errors can be ironed out...
                platform="carbon"
                key="Command+\"
                id="net.sourceforge.phpeclipse.phpeditor.uncomment">
-         </accelerator>
+         </accelerator> 
       </acceleratorSet>
    </extension>
 
@@ -847,7 +999,7 @@ Temporarily replaced until errors can be ironed out...
                                hoverIcon="icons/externaltools/full/ctool16/external_tools.gif"
                                pulldown="true"
                                class="net.sourceforge.phpdt.externaltools.internal.menu.ExternalToolMenuDelegate">
-                       </action> -->
+                       </action> 
                        <action
                                id="net.sourceforge.phpdt.externaltools.ExternalToolMenuDelegateToolbar"
                                label="%Action.externalTools"
@@ -858,7 +1010,7 @@ Temporarily replaced until errors can be ironed out...
                                tooltip="%Action.externalToolsTip"
                                pulldown="true"
                                class="net.sourceforge.phpdt.externaltools.internal.menu.ExternalToolMenuDelegate">
-                       </action>
+                       </action> -->
                </actionSet>
        </extension>