Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Does Search work?


Hi Thomas -

Search is up and running for most cases - for your particular file the problem came from not properly indexing the function definition (I get a different callbacks for functions - and I wasn't indexing one of the cases). I should also mention is that I'm currently only indexing .cpp and .h files (I've changed this in my new patch to include all of the file extensions supported by the CEditor).

Fix is on the way,
Bogdan



"Thomas Fletcher" <thomasf@xxxxxxx>
Sent by: cdt-dev-admin@xxxxxxxxxxx

08/19/2003 09:18 AM

Please respond to
cdt-dev@xxxxxxxxxxx

To
<cdt-dev@xxxxxxxxxxx>
cc
Subject
[cdt-dev] Does Search work?






----- Original Message -----
From: "Hoda Amer" <hamer@xxxxxxxxxx>
>
> Hello Thomas,
>
> Code completion depends on Search, which in turn depends on the new
> Indexer. Apparently there are still some problems in the indexer. Bogdan
> is now looking into it.

Aha! I was under the impression that this was working.  Is it just some
special
cases where it is working (or vice versa, some special cases where it is not
working?)

Thanks,
Thomas

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


Back to the top