Edit D:\app\Administrator\product\11.2.0\dbhome_1\sqldeveloper\ide\extensions\META-INF\idehooks2.xsd
<?xml version="1.0" encoding="US-ASCII" ?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://xmlns.oracle.com/ide/extension" targetNamespace="http://xmlns.oracle.com/ide/extension" xmlns:ex="http://jcp.org/jsr/198/extension-manifest" elementFormDefault="qualified"> <xsd:import namespace="http://jcp.org/jsr/198/extension-manifest" schemaLocation="extension.xsd" /> <xsd:element name="editors" substitutionGroup="ex:custom-hook"> <xsd:annotation> <xsd:documentation> Registers custom editors with the IDE. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:complexContent> <xsd:extension base="ex:customHookType"> <xsd:sequence> <xsd:element name="editor" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation> A custom editor. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="node-type" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation> A node type an editor is registered for. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="class" use="required" type="ex:className"> <xsd:annotation> <xsd:documentation> The fully qualified class name of an object descending from oracle.ide.model.Node. The editor will be available for all documents of this type. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="id" use="required" type="xsd:ID"> <xsd:annotation> <xsd:documentation> A unique id for the editor. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="editor-class" use="required" type="ex:className"> <xsd:annotation> <xsd:documentation> The fully qualified class name of a subclass of oracle.ide.editor.Editor. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="label" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation> The label to display on the tab for the editor. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="restore-at-startup" default="true" type="xsd:boolean"> <xsd:annotation> <xsd:documentation> If true, the editor will be restored on startup. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="duplicable" type="xsd:boolean" default="true"> <xsd:annotation> <xsd:documentation> If true, the editor may appear in multiple views on the same document. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="default" default="false" type="xsd:boolean"> <xsd:annotation> <xsd:documentation> If true, this editor is the default editor for the registered node types. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:element> </xsd:schema>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de