hyperlinking question [message #214360] |
Fri, 18 April 2008 11:18  |
Eclipse User |
|
|
|
The hyperlinking lets you jump to the function declaration, is there a way
to link to the actual function instead of the declaration?
jason
|
|
|
|
|
Re: hyperlinking question [message #214578 is a reply to message #214430] |
Mon, 21 April 2008 06:00  |
Eclipse User |
|
|
|
jason wrote:
> Guess I didn't explain that real well. Let me try again.
> Preferences->General->Editors->Text Editors->Hyperlinking
>
> When I'm working in function ComsubMenu(), located in comsub.c, and it
> calls GetNumEntry(), located in entry.c, you can hold Ctrl and click the
> function and it will hyperlink you to the function declaration. I would
> prefer if it linked me to the actual function, not the declaration.
> I'm use to CodeWright and in that IDE when you hovered over a function a
> popup box allowed you to jump directly to either the declaration or the
> function, which was really handy. I'm trying to find out if I can
> configure Eclipse to do the same.
>
>
>
(Assuming CDT >= 4.0)
The hyperlink navigates to the same location as Open Declaration (F3).
Note that Open Declaration does navigate to the function definition and
only if it can't find it, it navigates to the declaration.
See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=167162
--
Anton Leherbauer
Wind River CDT Team, Austria
|
|
|
Powered by
FUDForum. Page generated in 0.02830 seconds