External Search Providers

Identifier:
org.eclipse.cdt.ui.externalSearchProviders

Description:
This extension point allows implementers to add external occurrences to the C/C++ search results. The external occurrences should belong to the files not indexed by the CDT indexer.

Configuration Markup:

<!ELEMENT extension (provider)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT provider EMPTY>

<!ATTLIST provider

class CDATA #REQUIRED

id    IDREF #REQUIRED>