Image Provider for C/C++ Source Files
Identifier:
org.eclipse.cdt.ui.CFileImageProvider
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point is meant to be used by the LSP based editor to provide custom icons for C/C++ source files.
Configuration Markup:
<!ELEMENT extension (imageDescriptor)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT imageDescriptor EMPTY>
<!ATTLIST imageDescriptor
class CDATA #REQUIRED>
- class - Class which implements ICFileImageDescriptor interface.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]