Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] New/Old Indexer


The new indexer is still a work in progress and I would not say that it is at the same level of functionality as the old CTags indexer (yet). Currently, we're only indexing class specifiers (class, structs, enums). This will improve as the appropriate parser callbacks come online. Also, in order to get the same information from the new indexer that you were getting from the CTags indexer (line numbers etc) we need to provide a search API (ie. the new indices do not contain the same level of info as the CTags indices and some additional work needs to be done to bring new indexer queries up to parity with CTags indexer queries).

So, I would suggest waiting until there's more stuff in the index...

- Bogdan



"Alain Magloire" <alain@xxxxxxx>
Sent by: cdt-core-dev-admin@xxxxxxxxxxx

07/17/2003 12:19 PM

Please respond to
cdt-core-dev@xxxxxxxxxxx

To
cdt-core-dev@xxxxxxxxxxx
cc
Subject
[cdt-core-dev] New/Old Indexer






You may have notice two indexers running:
- the old using CTags
- the new one work by Bogdan.


Would like to retire the old one for 1.2 including removing the code.

Bogda what do you think?
Is the new one can provide the same functionnality then the old ?
Comments ?

Sorry, unfortunately did not have much time to look at your progress 8-(
Planning on making time though 8-)

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


Back to the top