|
Re: Customize the MarkupTagInfoProvider for XML editor [message #222576 is a reply to message #222569] |
Mon, 06 October 2008 10:54 |
|
Yves Yang wrote:
> I have extended the XML editor. I'd like to prvide more information
> about the Markup information. I saw is is realised by
> MarkupTagInfoProvider via the extension point:
> <extension point="org.eclipse.wst.sse.ui.editorConfiguration">
> <documentationTextHover
>
> class=" org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProce ssor "
> target="org.eclipse.wst.xml.XML_DEFAULT">
> </documentationTextHover>
> </extension>
>
> If I setup another EP,
> <extension point="org.eclipse.wst.sse.ui.editorConfiguration">
> <documentationTextHover
> class="test.MyXMLTagInfoHoverProcessor"
> target="org.eclipse.wst.xml.XML_DEFAULT">
> </documentationTextHover>
> </extension>
>
> my definition may not be taken since WTP takes the first in the liste.
That functionality is generally not extensible, as it's already
looking up the documentation in the element/attributes grammar file.
What are you doing that warrants modifying that behavior?
--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
_
Nitin Dahyabhai
Eclipse Web Tools Platform
|
|
|
Powered by
FUDForum. Page generated in 15.79322 seconds