Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-01-08 19:59:41 +0000
committerMichael Valenta2007-01-08 19:59:41 +0000
commit6dd519754e6b8d8b5d5f3b9568aa59236ab14a84 (patch)
tree2674d6c0bf903c36c967431453c09b624f949641 /bundles/org.eclipse.compare/plugin.xml
parent462b2724a57a4bbb91211d526d580cddbd962d69 (diff)
downloadeclipse.platform.team-6dd519754e6b8d8b5d5f3b9568aa59236ab14a84.tar.gz
eclipse.platform.team-6dd519754e6b8d8b5d5f3b9568aa59236ab14a84.tar.xz
eclipse.platform.team-6dd519754e6b8d8b5d5f3b9568aa59236ab14a84.zip
Bug 52359 [Edit] Created When In Compare Editor key binding contextI20070108
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.xml')
-rw-r--r--bundles/org.eclipse.compare/plugin.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugin.xml
index b81152379..613ad9cd9 100644
--- a/bundles/org.eclipse.compare/plugin.xml
+++ b/bundles/org.eclipse.compare/plugin.xml
@@ -104,6 +104,17 @@
</extension>
<!-- commands and their bindings -->
+
+ <extension
+ point="org.eclipse.ui.contexts">
+ <context
+ name="%context.name"
+ description="%context.description"
+ parentId="org.eclipse.ui.contexts.window"
+ id="org.eclipse.compare.compareEditorScope">
+ </context>
+ </extension>
+
<extension
point="org.eclipse.ui.commands">
<category

Back to the top