C/C++ Build Console
Identifier:
org.eclipse.cdt.core.CBuildConsole
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (CBuildConsole+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT CBuildConsole EMPTY>
<!ATTLIST CBuildConsole
id CDATA #IMPLIED
class CDATA #REQUIRED>
- id - id of the build console, if not present then its the default console, (org.eclipse.cdt.ui provides the default console, so should never be specified). Builders can request a specific console via org.eclipse.cdt.core.CCorePlugin.getDefault().getConsole(String id);
- class - Class which implents org.eclipse.cdt.core.resources.IConsole
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]