Added a souce context menu to the editor; moved "Goto Matching Bracket" to "Navigate...
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.xml
index 43a68cd..7148ea9 100644 (file)
@@ -176,6 +176,81 @@ 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>
+   </extension>
+   <extension
          point="org.eclipse.ui.actionSets">
       <actionSet
             label="PHP/Apache"
@@ -236,9 +311,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 +324,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 +352,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,81 +402,7 @@ 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
@@ -717,8 +714,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 +843,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 +915,7 @@ Temporarily replaced until errors can be ironed out...
                platform="carbon"
                key="Command+\"
                id="net.sourceforge.phpeclipse.phpeditor.uncomment">
-         </accelerator>
+         </accelerator> 
       </acceleratorSet>
    </extension>