Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-12-09 15:37:26 +0000
committerJean Michel-Lemieux2004-12-09 15:37:26 +0000
commit0c0f86535615f26ec637fac4b0915cecb64a325f (patch)
treebbc7507603edc7bcf93c6243d802b1aa6da54e66 /bundles/org.eclipse.team.ui
parent4ebb13a1ee34002c5c515ec7a1aa48cfcbb0d782 (diff)
downloadeclipse.platform.team-0c0f86535615f26ec637fac4b0915cecb64a325f.tar.gz
eclipse.platform.team-0c0f86535615f26ec637fac4b0915cecb64a325f.tar.xz
eclipse.platform.team-0c0f86535615f26ec637fac4b0915cecb64a325f.zip
Bug 80035 Add perspective key binding support to Team and CVS perspectives
Diffstat (limited to 'bundles/org.eclipse.team.ui')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties1
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index 80bb36fc6..a0ac5866e 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -28,6 +28,7 @@ TeamGroupMenu.label=T&eam
Team.viewCategory=Team
Synchronizing.perspective=Team Synchronizing
+Synchronizing.openPerspectiveDescription=Open the Team Synchronizing Perspective
SyncView.name=Synchronize
ViewCommand.synchronizeView.name=Synchronize
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 098f39640..4f3815faa 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -228,6 +228,11 @@
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
</keyBinding>
<command
+ name="%Synchronizing.perspective"
+ description="%Synchronizing.openPerspectiveDescription"
+ categoryId="org.eclipse.ui.category.perspectives"
+ id="org.eclipse.team.ui.TeamSynchronizingPerspective" />
+ <command
name="%ViewCommand.synchronizeView.name"
description="%ViewCommand.synchronizeView.description"
category="org.eclipse.ui.category.views"

Back to the top