Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How can I hook the work item link open action in IDE?

I have a linktype that links a workitem to an external object. The link is to the http(s):// URL of that object. When that link is "opened" from the work item links page of the work item editor in Eclipse, it opens in the browser. I want to hook the open action and open up a custom editor we have for that object inside Eclipse IDE.

How can I override that action?

EDIT: by "opened" I mean double-clicked or selected and then the "Open" button is pressed

0 votes



One answer

Permanent link
To answer my own question:

extend this class:
com.ibm.team.foundation.rcp.core.hyperlinks.HyperlinkHandler

wire it up with an extension of this point:
com.ibm.team.foundation.rcp.core.hyperlinkHandler

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,927

Question asked: Jul 08 '10, 3:39 p.m.

Question was seen: 6,026 times

Last updated: Jul 08 '10, 3:39 p.m.

Confirmation Cancel Confirm