From 4bcbdcd7c52b9c5888a7bef4b86efaabbb841d3b Mon Sep 17 00:00:00 2001 From: Mathias Kinzler Date: Wed, 20 Oct 2010 01:38:34 +0200 Subject: [historyView] Refactoring second part Use the HistoryPageInput as input in the GitHistoryPage. Calculate the name only when the input changes. Add an adapter so that selection in the history view automatically changes the input of the history view if "link with selection" is active. Prepare HistoryPageInput to also allow using Files instead of IResources. Change-Id: I1b96ffc67cc7a2c66ff9a5bca445565483eaad27 Signed-off-by: Matthias Sohn --- org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties') 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 6e0309430..f166ce71e 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 @@ -119,6 +119,7 @@ GitHistoryPage_OpenMenuLabel=&Open GitHistoryPage_ProjectType=Project GitHistoryPage_QuickdiffMenuLabel=&Quick Diff GitHistoryPage_RefreshMenuLabel=&Refresh +GitHistoryPage_RepositoryNamePattern=Repository: {0} GitHistoryPage_ResetBaselineToHeadMenuLabel=Reset Baseline to &HEAD GitHistoryPage_ResetBaselineToParentOfHeadMenuLabel=Reset Baseline to first &Parent of HEAD GitHistoryPage_ResetHardMenuLabel=&Hard -- cgit v1.2.1