Code Formatter
Identifier:
org.eclipse.cdt.core.CodeFormatter
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (codeFormatter+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT codeFormatter EMPTY>
<!ATTLIST codeFormatter
id CDATA #REQUIRED
name CDATA #REQUIRED
class CDATA #REQUIRED>
- id - A unique name that will be used to reference this code formatter
- name - A translatable name that will be used for presenting this formatter in the UI.
- class - a fully qualified name of the Java class that implements org.eclipse.cdt.core.formatter.CodeFormatter abstract class.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]