Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] "Clicking through" to a function definition

Hi Bart,

I know of no easier way than to click mouse-right - go to definition.


Bye 


Norbert 

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Bart van Kuik
Gesendet: Montag, 16. Januar 2006 10:57
An: cdt-dev@xxxxxxxxxxx
Betreff: [cdt-dev] "Clicking through" to a function definition

Usability question... I have the following piece of code:

         if(reader_process(opts) != 0) {
             Quit=1;
             continue;
         }

When I hold CTRL and click on reader_process(), I end up in the header 
file (the declaration). What is an easy way to click to the definition 
instead?

Thanks,
Bart
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top