Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] cdt 3.0.x : indexer results are quite poor with myc++ extension files

Try unchecking "Follow #includes" in the main C/C++ option pane
under preferences. I had to do this for the indexer/outliner to
work correctly when dealing iostream.h.

Todd

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Kim Lux
> Sent: Thursday, November 10, 2005 8:28 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] cdt 3.0.x : indexer results are quite 
> poor with myc++ extension files
> 
> 
> I've got the same issue and I added a comment to bugzilla on 
> the indexer. 
> 
> We are doing some development on the gnu binutils project 
> with eclipse. 
> It basically hung the indexer.  
> 
> We had to change the indexer settings in project properties 
> from Full to None.  The Indexer was actually crashing the project.  
> 
> On Thu, 2005-11-10 at 16:25 +0100, Celerse Eric wrote:
> > Hi,
> >  
> > I have a lot a big projects with the following extensions :
> > *.H for  C++ header files and *.C for C++ source files.
> > I have almost no results for code completion and F3 (open 
> > declaration)...even iostream I've already added .H in the file 
> > extensions.
> >  
> > How to configure the IDE to get better results ?
> > Thanks for your help.
> > 
> > Eric Celerse
> > 
> >  
> > 
> >  
> > 
> > 
> >  
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> --
> Kim Lux,  Diesel Research Inc.
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 


Back to the top