CDT Indexer
Identifier:
org.eclipse.cdt.core.CDTIndexer
Since:
CDT 3.0
Description:
This extension point is used to contribute a new Indexer to the CDT. This indexer can choose to receive event notification from the index manager.
Configuration Markup:
<!ELEMENT extension (indexer)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
Examples:
[Enter extension point usage example here.]
API Information:
Plug-ins that want to extend this extension point must implement org.eclipse.cdt.core.index.IIndexer interface.
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]