External SQL Editor
Identifier:
org.eclipse.wst.rdb.server.extensions.externalSQLEditor
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point allow users to add an external editor to be used when editing SQL statements.
Configuration Markup:
<!ELEMENT external_editor EMPTY>
<!ATTLIST external_editor
id CDATA #REQUIRED
class CDATA #REQUIRED
name CDATA #IMPLIED>
extension point for an external 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
- class - The class which implements the IExternalSQLEditor interface.
- name - The name for the external editor
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]