Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2011-03-24 01:07:57 +0000
committerMatthias Sohn2011-03-24 01:07:57 +0000
commit8977b179e6fd56a48411cd62cd3b17af814efaab (patch)
treec54ac9cb336877e9f094c84c22439540568b4940 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parent73e8148386b51387ff5a03a1aa3246b047187320 (diff)
downloadegit-8977b179e6fd56a48411cd62cd3b17af814efaab.tar.gz
egit-8977b179e6fd56a48411cd62cd3b17af814efaab.tar.xz
egit-8977b179e6fd56a48411cd62cd3b17af814efaab.zip
Implement a "Switch to..." action
This adds a dynamic "Switch to..." sub-menu to the team menu that allows to switch directly to any local branch or (with an "Other...") button allows to open the current "Branch..." dialog to select a tag or remote tracking branch. The number of dynamically created items is limited to 20, but the user can still open the "Other..." sub-menu to switch to a local branch that is not in the list or to a tag etc. Another action "New Branch..." opens the CreateBranch wizard so that the user can create and checkout a new branch directly. Bug: 336931 Change-Id: I8d03c88b7a578f86eb63b61fda19584f78e38f22 Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index 42e0c40afb..e747606b5d 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -1186,6 +1186,8 @@ SimpleFetchActionHandler_NothingToFetchDialogTitle=Nothing to fetch
SimpleFetchRefSpecWizard_WizardTitle=Adding a RefSpec for push
SimplePushActionHandler_NothingToPushDialogMessage=Can not push anything: the currently checked-out branch is based on a local branch
SimplePushActionHandler_NothingToPushDialogTitle=Nothing to push
+SwitchToMenu_NewBranchMenuLabel=&New Branch...
+SwitchToMenu_OtherMenuLabel=&Other...
GitActionContributor_ExpandAll=Expand All
OpenWorkingFileAction_text=&Open

Back to the top