</extension>
<!-- =========================================================================== -->
-<!-- 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 -->
+<!-- PHPDT/UI Editor Key Bindings -->
<!-- =========================================================================== -->
<extension
point="org.eclipse.ui.acceleratorSets">
key="Ctrl+Shift+P"
id="net.sourceforge.phpeclipse.ui.edit.text.php.goto.matching.bracket">
</accelerator>
- <accelerator
+ <!-- <accelerator
key="Ctrl+Space"
id="net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals">
- </accelerator>
+ </accelerator> -->
<!-- source -->
<accelerator
key="Ctrl+/"