%binaryParserPage
Identifier:
org.eclipse.cdt.ui.BinaryParserPage
Since:
Very early CDT.
Description:
Extension point to associate a binary parser with an optional configuration page.
Configuration Markup:
<!ELEMENT extension (parserPage)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT parserPage EMPTY>
<!ATTLIST parserPage
class CDATA #IMPLIED
parserID IDREF #IMPLIED
id CDATA #IMPLIED>
- class - Class the provides the option page. The abstract class org.eclipse.cdt.ui.dialogs.AbstractCOptionPage is a suitable super class to use.
- parserID - The ID from the org.eclipse.cdt.core.BinaryParser extension point
- id - Unique id of the page.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]