Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Custom plugin transistion from 0.7 to 1.0
Custom plugin transistion from 0.7 to 1.0 [message #155747] Tue, 10 January 2006 16:10 Go to next message
Eclipse UserFriend
Originally posted by: hcurtis.xaware.com

I'm working with a plugin developed overseas and using WTP 0.7. It uses

org.eclipse.wst.xml.ui.internal.provisional.StructuredTextEd itorXML

as a base class to an XML editor. WTP 1.0 no longer supports this class.
Is there documentation on how to make the transistion from 0.7 to 1.0?

--
Bud Curtis
XAware, Inc.
719-884-5443
Re: Custom plugin transistion from 0.7 to 1.0 [message #155762 is a reply to message #155747] Tue, 10 January 2006 17:03 Go to previous message
Eclipse UserFriend
Bud Curtis wrote:
> I'm working with a plugin developed overseas and using WTP 0.7. It uses
>
> org.eclipse.wst.xml.ui.internal.provisional.StructuredTextEd itorXML
>
> as a base class to an XML editor. WTP 1.0 no longer supports this class.
> Is there documentation on how to make the transistion from 0.7 to 1.0?

The quickest solution might be to just use
org.eclipse.wst.sse.ui.StructuredTextEditor instead. Bugs 112883
and 112884 discussed removing any subclasses of StructuredTextEditor
in favor of making more configurable. You may wish to read
http://www.eclipse.org/webtools/wst/components/sse/designs/E ditorConfiguration.html
for information on how this works.

--
- Nitin
Previous Topic:installing the webtools
Next Topic:wtp1.0 vs hibernate
Goto Forum:
  


Current Time: Wed Mar 26 18:47:03 EDT 2025

Powered by FUDForum. Page generated in 0.03282 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top