Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » hyperlinks in source code
hyperlinks in source code [message #53331] Thu, 29 May 2003 07:23 Go to next message
Christian Sell is currently offline Christian SellFriend
Messages: 77
Registered: July 2009
Member
Hello,

can somebody give me a quick pointer how to create those hyperlinks that
dynamically appear under the mouse cursor in java source code when I
hold down the Ctrl key?

thanks,
Christian
Re: hyperlinks in source code [message #55960 is a reply to message #53331] Fri, 30 May 2003 13:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Christian Sell wrote:

> Hello,
>
> can somebody give me a quick pointer how to create those hyperlinks that
> dynamically appear under the mouse cursor in java source code when I
> hold down the Ctrl key?

See org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.MouseClick Listener

HTH
Dani
Re: hyperlinks in source code [message #56901 is a reply to message #55960] Fri, 30 May 2003 21:54 Go to previous message
Christian Sell is currently offline Christian SellFriend
Messages: 77
Registered: July 2009
Member
whoah, another 600 lines of code to understand, copy, adapt and
maintain. Somewhere in the back of my mind there was a hope I could just
hook into some convenient API..

thanks anyway,
Christian

Daniel Megert wrote:
> Christian Sell wrote:
>
>> Hello,
>>
>> can somebody give me a quick pointer how to create those hyperlinks that
>> dynamically appear under the mouse cursor in java source code when I
>> hold down the Ctrl key?
>
>
> See org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.MouseClick Listener
>
> HTH
> Dani
>
Previous Topic:/links directory
Next Topic:CVS Versions problem
Goto Forum:
  


Current Time: Sat Nov 02 22:49:06 GMT 2024

Powered by FUDForum. Page generated in 0.03040 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top