Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2005-03-08 09:45:39 +0000
committerAndre Weinand2005-03-08 09:45:39 +0000
commit6d25aaf5160a1b710752ed944152656d9c86f95a (patch)
tree506bf6d8a5ac32563339ea6e505abd1337b38fcc /bundles/org.eclipse.compare/plugins/org.eclipse.compare
parent2f23a3bb17ff1dd02125caeb3cfcec7b483995b1 (diff)
downloadeclipse.platform.team-6d25aaf5160a1b710752ed944152656d9c86f95a.tar.gz
eclipse.platform.team-6d25aaf5160a1b710752ed944152656d9c86f95a.tar.xz
eclipse.platform.team-6d25aaf5160a1b710752ed944152656d9c86f95a.zip
removed bogus keybindingsv20050308
Diffstat (limited to 'bundles/org.eclipse.compare/plugins/org.eclipse.compare')
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml50
1 files changed, 8 insertions, 42 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml
index daeb0ade7..1c35d7526 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml
@@ -114,6 +114,7 @@
id="org.eclipse.compare.internal.ComparePreferencePage">
</page>
</extension>
+
<!-- commands and their bindings -->
<extension
point="org.eclipse.ui.commands">
@@ -125,76 +126,41 @@
<command
name="%Command.copyRightToLeft.name"
description="%Command.copyRightToLeft.description"
- category="org.eclipse.compare.ui.category.compare"
+ categoryId="org.eclipse.compare.ui.category.compare"
id="org.eclipse.compare.copyRightToLeft">
</command>
- <keyBinding
- string=""
- scope="org.eclipse.ui.globalScope"
- command="org.eclipse.compare.copyRightToLeft"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
<command
name="%Command.copyLeftToRight.name"
description="%Command.copyLeftToRight.description"
- category="org.eclipse.compare.ui.category.compare"
+ categoryId="org.eclipse.compare.ui.category.compare"
id="org.eclipse.compare.copyLeftToRight">
</command>
- <keyBinding
- string=""
- scope="org.eclipse.ui.globalScope"
- command="org.eclipse.compare.copyLeftToRight"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
<command
name="%Command.copyAllRightToLeft.name"
description="%Command.copyAllRightToLeft.description"
- category="org.eclipse.compare.ui.category.compare"
+ categoryId="org.eclipse.compare.ui.category.compare"
id="org.eclipse.compare.copyAllRightToLeft">
</command>
- <keyBinding
- string=""
- scope="org.eclipse.ui.globalScope"
- command="org.eclipse.compare.copyAllRightToLeft"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
<command
name="%Command.copyAllLeftToRight.name"
description="%Command.copyAllLeftToRight.description"
- category="org.eclipse.compare.ui.category.compare"
+ categoryId="org.eclipse.compare.ui.category.compare"
id="org.eclipse.compare.copyAllLeftToRight">
</command>
- <keyBinding
- string=""
- scope="org.eclipse.ui.globalScope"
- command="org.eclipse.compare.copyAllLeftToRight"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
<command
name="%Command.selectNextChange.name"
description="%Command.selectNextChange.description"
- category="org.eclipse.compare.ui.category.compare"
+ categoryId="org.eclipse.compare.ui.category.compare"
id="org.eclipse.compare.selectNextChange">
</command>
- <keyBinding
- string=""
- scope="org.eclipse.ui.globalScope"
- command="org.eclipse.compare.selectNextChange"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
<command
name="%Command.selectPreviousChange.name"
description="%Command.selectPreviousChange.description"
- category="org.eclipse.compare.ui.category.compare"
+ categoryId="org.eclipse.compare.ui.category.compare"
id="org.eclipse.compare.selectPreviousChange">
</command>
- <keyBinding
- string=""
- scope="org.eclipse.ui.globalScope"
- command="org.eclipse.compare.selectPreviousChange"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
</extension>
+
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution

Back to the top