Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Getting started with SSE
Getting started with SSE [message #57351] Wed, 22 December 2004 22:03 Go to next message
Eclipse UserFriend
WTP seems to be coming along nicely.

I'm just getting started creating my own multi-page editor with a
StructuredTextEditor embedded in a source page. So far I've done little
other than create the multipage editor class and have createPages
instantiate a StructuredTextEditor. So I get an assert that the document
must be an IStructuredDocument, and I start digging around, and find a whole
slew of extension points and classes relating to content types, model
handlers, document loaders, extended edit configurations, etc. etc.

Can anyone point me at any good resources for understanding this stuff, such
as an architectural overview of SSE, or a minimal editor plug-in that embeds
or derives from StructuredTextEditor?

Thanks!
Re: Getting started with SSE [message #57378 is a reply to message #57351] Thu, 23 December 2004 00:35 Go to previous messageGo to next message
Eclipse UserFriend
Richard Rodseth wrote:

> WTP seems to be coming along nicely.

> I'm just getting started creating my own multi-page editor with a
> StructuredTextEditor embedded in a source page. So far I've done little
> other than create the multipage editor class and have createPages
> instantiate a StructuredTextEditor. So I get an assert that the document
> must be an IStructuredDocument, and I start digging around, and find a whole
> slew of extension points and classes relating to content types, model
> handlers, document loaders, extended edit configurations, etc. etc.

> Can anyone point me at any good resources for understanding this stuff, such
> as an architectural overview of SSE, or a minimal editor plug-in that embeds
> or derives from StructuredTextEditor?

> Thanks!

The XML Schema editor (located in the org.eclipse.wst.xsd.ui plugin) is
one example of a multi-page editor that embedds an XML source page ... so
you might want to start looking there. It's not too much work to add a
'source' page ... but if you have any suggestions on how we could make it
easier please feel free to post them here.
Re: Getting started with SSE [message #57557 is a reply to message #57378] Thu, 23 December 2004 10:26 Go to previous message
Eclipse UserFriend
Thanks. I have actually been looking at the XML schema editor, but will do
so again. Other than tutorials and class documentation, I think the most
helpful thing would be plug-in wizards and small examples.

"Craig Salter" <csalter@ca.ibm.com> wrote in message
news:cqdle6$vqm$1@www.eclipse.org...
> Richard Rodseth wrote:
>
>> WTP seems to be coming along nicely.
>
>> I'm just getting started creating my own multi-page editor with a
>> StructuredTextEditor embedded in a source page. So far I've done little
>> other than create the multipage editor class and have createPages
>> instantiate a StructuredTextEditor. So I get an assert that the document
>> must be an IStructuredDocument, and I start digging around, and find a
>> whole slew of extension points and classes relating to content types,
>> model handlers, document loaders, extended edit configurations, etc. etc.
>
>> Can anyone point me at any good resources for understanding this stuff,
>> such as an architectural overview of SSE, or a minimal editor plug-in
>> that embeds or derives from StructuredTextEditor?
>
>> Thanks!
>
> The XML Schema editor (located in the org.eclipse.wst.xsd.ui plugin) is
> one example of a multi-page editor that embedds an XML source page ... so
> you might want to start looking there. It's not too much work to add a
> 'source' page ... but if you have any suggestions on how we could make it
> easier please feel free to post them here.
>
Previous Topic:Re: Problem with JSP Source Page Editor / code assist
Next Topic:Tomcat 5.5 icon
Goto Forum:
  


Current Time: Thu May 22 03:34:01 EDT 2025

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

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

Back to the top