Alternate SQL Editor
Identifier:
org.eclipse.wst.rdb.core.ui.alternateSQLEditor
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point allow users to add an alternate editor to be used when opening a generated DDL file.
Configuration Markup:
<!ELEMENT alternate_editor EMPTY>
<!ATTLIST alternate_editor
id CDATA #REQUIRED
name CDATA #IMPLIED
class CDATA #REQUIRED>
extension point for an alternate editor to be used instead of the default one
- id - The ID for the external editor. This is the same id that the editor declares when it extends the "org.eclipse.ui.editors" extention point
- name - The name for the external editor
- class - The class which implements the IAlternateSQLEditor 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.]