[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: XML editor deployment...

Thanks. By the looks of it though, in order to get a full Design/Source multi-page XML editor you still need to use the one in the xml.ui plugin or else write a fair bit of code...

Mike

David Carver wrote:
Mike Wrighton wrote:
Hi,

I'd like to use the XML editor from WTP in my product, but the org.eclipse.wst.xml.ui plugin has, for example, project wizards for validating XML files etc which I don't want... Is the only way to hide this stuff by editing the WTP code myself?

If all you want is the XML Editor, you may want to create your own XML Editor based on the code from the WTP Editor. You can check the following PPT tutorial on how to do this:


http://www.eclipsecon.org/2008/sub/attachments/Extending_the_XML_and_SSE_editors_from_the_WTP_Project_.ppt


Dave