Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-10-19 23:38:34 +0000
committerMatthias Sohn2010-10-19 23:38:34 +0000
commit4bcbdcd7c52b9c5888a7bef4b86efaabbb841d3b (patch)
tree95be0992f906bf379f6cdf195ff2be74362c6695 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parentd9e9e865c6dca8e9fa2f687d28795f6008244c57 (diff)
downloadegit-4bcbdcd7c52b9c5888a7bef4b86efaabbb841d3b.tar.gz
egit-4bcbdcd7c52b9c5888a7bef4b86efaabbb841d3b.tar.xz
egit-4bcbdcd7c52b9c5888a7bef4b86efaabbb841d3b.zip
[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 <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.properties1
1 files changed, 1 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 6e03094308..f166ce71ed 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

Back to the top