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

Hi,
 
My first impressions were that with .h et .cpp extensions than with my extensions (.H et .C user addedsinside the IDE), the indexer works better, ans so the code completion and the the openings of the declarations.
 
Could you advice to configure eclipse to get the same results than with your standard extensions ?
 
Regards.
 
Eric
 
-----Message d'origine-----
De : Anubhav Mishra [mailto:anubhavam@xxxxxxxxx]
Envoyé : jeudi 10 novembre 2005 22:32
À : CDT General developers list.
Objet : Re: [cdt-dev] cdt 3.0.x : indexer results are quite poor with myc ++ extension files

Hi,
 
I've been trying to use CTAGs indexer but even with that I'm not able to get any results.
 
I'm not even sure if this configuration is taking effect for me. I get the same (read *no*) results when  I point it to the ctags or set it to use CTAGs in path. Worst part is I get same results even if I set it to use CTAGs in path when there is no CTAGs executable in the path.
 
I've also tried using an external CTAGs data base (created with same CTAGs and similar options), but all to no avail.
 
regards,
Anubhav
 
On 11/10/05, Doug Schaefer <DSchaefer@xxxxxxx> wrote:
Actually that only affects the outline view. For the indexer, I need to put
together a best practices guide to show how to get it working well. For the
full parser to work, you really need include paths set up correctly, even
for standard make project. Otherwise, you could try out the ctags indexer
which is much more forgiving but doesn't gather all information.

Doug

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx ] On
> Behalf Of Papaioannou, Todd
> Sent: Thursday, November 10, 2005 1:02 PM
> To: CDT General developers list.
> Subject: 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
> >
> >
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top