Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Hovering . . .

File a Bugzilla for it so it doesn't get forgotten.

Lots of things come from JDT, but some things in C/C++
need slightly different behaviour.  I agree, this is 
one of them.

Thomas 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Reginaldo Delfino
> Sent: Wednesday, July 06, 2005 10:59 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Hovering . . .
> 
> Hi;
> 
> I've been using CDT M7 and the hovering function is working a 
> lot better than in CDT 2.1.
> 
> I'd like to know if its possible to make it work exactly like 
> JDT where when I control-click a method the cursor is moved 
> to the definition of that method.
> 
> On CDT the cursor is moved to the declaration of the method.
> As the functionalities open declaration and open definition 
> are already working, would it be possible to choose how the 
> hovering would work? Something like a radio button on the 
> C/C++ editor Hover preferences page that allowed me to choose 
> whether the cursor should move to the declaration or to the 
> definition of a control-clicked identifier.
> 
> Thanks and keep the great work you've been doing.
> 
> Reginaldo
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top