|
From: Christopher W. <caw...@us...> - 2005-12-09 02:05:15
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/schema In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3695/schema Added Files: textHoverProvider.exsd Log Message: apply the patch from murphee to allow extensions to text hovers --- NEW FILE: textHoverProvider.exsd --- <?xml version='1.0' encoding='UTF-8'?> <!-- Schema file written by PDE --> <schema targetNamespace="org.rubypeople.rdt.ui.TextHoverProvider"> <annotation> <appInfo> <meta.schema plugin="org.rubypeople.rdt.ui" id="textHoverProvider" name="Text Hover Provider"/> </appInfo> <documentation> </documentation> </annotation> <element name="extension"> <complexType> <sequence> <element ref="textHoverProvider"/> </sequence> <attribute name="point" type="string" use="required"> <annotation> <documentation> </documentation> </annotation> </attribute> <attribute name="id" type="string"> <annotation> <documentation> </documentation> </annotation> </attribute> <attribute name="name" type="string"> <annotation> <documentation> </documentation> </annotation> </attribute> </complexType> </element> <element name="textHoverProvider"> <complexType> <attribute name="class" type="string" use="required"> <annotation> <documentation> The class that implements org.rubypeople.rdt.ui.extensions.ITextHoverProvider. </documentation> <appInfo> <meta.attribute kind="java" basedOn="org.rubypeople.rdt.ui.extensions.ITextHoverProvider"/> </appInfo> </annotation> </attribute> <attribute name="fileExtension" type="string" use="optional"> <annotation> <documentation> Use this to restrict the application of this hover to particular file extensions. </documentation> <appInfo> <meta.attribute kind="java" basedOn="org.rubypeople.rdt.ui.extensions.ITextHoverProvider"/> </appInfo> </annotation> </attribute> </complexType> </element> <annotation> <appInfo> <meta.section type="since"/> </appInfo> <documentation> [Enter the first release in which this extension point appears.] </documentation> </annotation> <annotation> <appInfo> <meta.section type="examples"/> </appInfo> <documentation> [Enter extension point usage example here.] </documentation> </annotation> <annotation> <appInfo> <meta.section type="apiInfo"/> </appInfo> <documentation> [Enter API information here.] </documentation> </annotation> <annotation> <appInfo> <meta.section type="implementation"/> </appInfo> <documentation> [Enter information about supplied implementation of this extension point.] </documentation> </annotation> <annotation> <appInfo> <meta.section type="copyright"/> </appInfo> <documentation> </documentation> </annotation> </schema> |