Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Qnx IDE: Tip of the Day #1: Hyper-link source navigation: (5 Items)
   
Qnx IDE: Tip of the Day #1: Hyper-link source navigation  
The most commonly used navigation in the source code is the navigation from usage of function or variable or type to the
 place it is defined or declared. In IDE to achieve this you can use hyper link editor navigation: holding Ctrl button 
hover over the identifier in the source code editor - it will become hyper-link (blue and highlighted), click on it to 
open definition of this symbol.
RE: Qnx IDE: Tip of the Day #1: Hyper-link source navigation  

> -----Original Message-----
> From: Elena Laskavaia [mailto:community-noreply@qnx.com]
> Sent: March-10-09 12:28 PM
> To: tips-ide
> Subject: Qnx IDE: Tip of the Day #1: Hyper-link source navigation
> 
> The most commonly used navigation in the source code is the navigation
> from usage of function or variable or type to the place it is defined
> or declared. In IDE to achieve this you can use hyper link editor
> navigation: holding Ctrl button hover over the identifier in the source
> code editor - it will become hyper-link (blue and highlighted), click
> on it to open definition of this symbol.

What is the different between this and "Open Declaration".

> 
> _______________________________________________
> Tip of the Day
> http://community.qnx.com/sf/go/post24038
> 
Re: Qnx IDE: Tip of the Day #1: Hyper-link source navigation  
It should be the same, it is just easier (at least for me) to do then selecting from context menu or pressing F3.

> What is the different between this and "Open Declaration".
> 

> 
RE: Qnx IDE: Tip of the Day #1: Hyper-link source navigation  
Is there a way to choose between the declaration and the definition?

Kevin

-----Original Message-----
From: Elena Laskavaia [mailto:community-noreply@qnx.com] 
Sent: 2009-03-10 10:28
To: tips-ide
Subject: Qnx IDE: Tip of the Day #1: Hyper-link source navigation

The most commonly used navigation in the source code is the navigation from
usage of function or variable or type to the place it is defined or
declared. In IDE to achieve this you can use hyper link editor navigation:
holding Ctrl button hover over the identifier in the source code editor - it
will become hyper-link (blue and highlighted), click on it to open
definition of this symbol.

_______________________________________________
Tip of the Day
http://community.qnx.com/sf/go/post24038
Re: Qnx IDE: Tip of the Day #1: Hyper-link source navigation  
Using hyper-link navigation it picks definition if it can, if you do it again on definition symbol you go to declaration
.

Kevin Stallard wrote:
> Is there a way to choose between the declaration and the definition?
>