News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Find declaration / find implementation shortcut

Started by tobiaslohe, January 24, 2007, 06:00:21 PM

Previous topic - Next topic

tobiaslohe

Is there a keyboard shortcut for the "find declaration" / "find implementation" commands I get on right-clicking into the editor window?

I couldn't find any and in Setting->Editor->Keyboard Shortcuts I didn't find the corresponding command to assign a shortcut myself.

Thanks in advance
Tobias

Jacky_J

I would like to know this as well, though the link provided is broken.

dje

It is not broken, it is not supported  :lol:

santox

is there a way to return to previous position after a Find declaration / find implementation ?
thanks

dje

Hi !

You should try the BrowseTracker plugin

Dje

santox

i tried,
but it remember previous viewed files; not also previous positions in the same file....
or i'm not able to use it?
thanks

dje

if ( sameFile )
{
    BrowseTrackerPlugin;
}
else
{
    Ctrl+Tab with smart switching
}
:lol:

santox

can you explain how to use it to browse TheSameFile ?

santox

void functionB(){







}




void functionA(){

functionB();   //------find implementation--->puts my editor to functionB implementation.... how to return here???

}