how to add ctrl - click listeners in eclipse java editor

Posted by jaime on Stack Overflow See other posts from Stack Overflow or by jaime
Published on 2010-06-07T01:01:29Z Indexed on 2010/06/07 1:12 UTC
Read the original article Hit count: 251

Filed under:
|

I want to add a ctrl - clic kind of listener to a custom javadoc annotation in eclipse java editor, thus I want to be able to move the focus to a specific place when the use ctrl - clic @customJavadoc annotation.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse