Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Indexer Patch


Not quite - there are two things keeping us from using the indexer for code completion: i) we don't have  a query engine that will provide the same level of functionality as the CTag query engine and ii) we're still indexing in quick parse mode, which means we don't follow includes (ie. we're kinda faking things for now). Full parse is coming soon though....

- Bogdan



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

07/21/2003 04:41 PM

Please respond to
cdt-patch@xxxxxxxxxxx

To
<cdt-patch@xxxxxxxxxxx>
cc
Subject
Re: [cdt-patch] Indexer Patch





Bogdan, Hoda,

 Does this mean that with the indexing of the functions now, we could start
using
this for code completion in the editor?  If I understood correctly, this was
something
that Hoda was looking at, I'm interested in finding out where we are at with
this.

Thanks,
 Thomas

----- Original Message -----
From: "Bogdan Gheorghe" <gheorghe@xxxxxxxxxx>
To: <cdt-patch@xxxxxxxxxxx>
Sent: Monday, July 21, 2003 3:02 PM
Subject: [cdt-patch] Indexer Patch


>
> This patch adds namespaces, enums, typedefs, functions, methods, fields
> and vars to the index. It also fixes a problem with the Search label
> provider which caused it to not display properly under some conditions.
> (Note this patch does not affect any other components).
>
> - Bogdan
>
>
>

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


Back to the top