Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] The Navigator

There seems to be no reason to keep the Navigator view as part of the 
default C/C++ perspective.
I suggest removing it.  Enhancement 59320.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=59320

Cheers,

- Brent




"Alain Magloire" <alain@xxxxxxx> 
Sent by: cdt-dev-admin@xxxxxxxxxxx
04/14/2004 07:13 PM
Please respond to
cdt-dev


To
cdt-dev@xxxxxxxxxxx
cc

Subject
Re: [cdt-dev] The Navigator






> 
> I am using CDT build 2.0.0.200404011349 on Eclipse M8, the problem is;
> in the navigator window all my source files and header files are shown
> as header files i.e. .cpp / .c file bear an icon for H, is this normal ?
> 

Yes and no.
The problem is that we have the same editor for two different file types
so when the workbench adapter is trying to find an association
it uses the last extension, so every *.c *cpp, *h etc have the header 
icon.
We could/should remove the extension contribution for *.h files and
now it will be the "c icon" which I suppose is better.

> Anybody help
> 

Only the "C/C++ Project view" can be smart enough to see the difference
you could use that view instead of the navigator.


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top