Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Muskalla2011-08-17 14:41:11 +0000
committerBenjamin Muskalla2011-08-17 14:41:11 +0000
commit63448b851ae8831a1ad007f588508d3246ec7ace (patch)
tree749148ebe56f353abc5d2ef1466eab11673fc859 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parente5a528e8b76349af9f06a2b01af44d055c298fa0 (diff)
downloadegit-63448b851ae8831a1ad007f588508d3246ec7ace.tar.gz
egit-63448b851ae8831a1ad007f588508d3246ec7ace.tar.xz
egit-63448b851ae8831a1ad007f588508d3246ec7ace.zip
Allow dragging of commits from History view
User are now able to drag & drop a commit into other applications (eg. text editor or file explorer) and will get the patch for this specific commit. Furthermore this allows better integration with existing plugins like Mylyn - drag and drop a commit onto the task editor to attach the commit as patch to the task. Change-Id: Ia27cb669230ec867deabc354cc657ab4721e7900 Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.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 b835bee1aa..9365b5537d 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
@@ -1116,6 +1116,8 @@ CommitGraphTable_CommitId=Id
CommitGraphTable_Committer=Committer
CommitGraphTable_CompareWithEachOtherInTreeMenuLabel=Compare with Each Other in &Tree
CommitGraphTable_OpenCommitLabel=Open in Commit Viewer
+CommitGraphTable_UnableToCreatePatch=Unable to create patch for {0}
+CommitGraphTable_UnableToWritePatch=Unable to write temporary patch for {0}
CommitResultLabelProvider_SectionAuthor=\ ({0} on {1})
CommitResultLabelProvider_SectionMessage={0}: {1}
CommitResultLabelProvider_SectionRepository=\ [{0}]

Back to the top