Ignore secondary mouse clicks in the 'History' view's hyperlinks
commitf82d1a0dbfde2fa2ce5d971773a554ee694ac408
authorRemy Suen <remysuen@ca.ibm.com>
Thu, 13 May 2010 22:52:47 +0000 (13 18:52 -0400)
committerRemy Suen <remysuen@ca.ibm.com>
Thu, 13 May 2010 22:52:47 +0000 (13 18:52 -0400)
tree1aa28b2b64e000a3ab4527b4c980ab113ad212db
parent708aa2d18f58c7a9655045b6fe5d0483fde89e6e
Ignore secondary mouse clicks in the 'History' view's hyperlinks

Only the primary mouse click should be acknowledged as a request
to jump to another commit when browsing commits in the 'History'
view. At the moment, users that want to select the commit id and
copy the id to the clipboard through the context menu might
actually end up jumping to the selected commit as the secondary
mouse click is processed as a hyperlink request.

Change-Id: I8351cbda039419160e6731e307fa7243a3be90d4
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java