Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Getting started with SSE
Getting started with SSE [message #57351] Thu, 23 December 2004 03:03 Go to next message
Richard Rodseth is currently offline Richard RodsethFriend
Messages: 103
Registered: July 2009
Senior Member
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 05:35 Go to previous messageGo to next message
Craig Salter is currently offline Craig SalterFriend
Messages: 169
Registered: July 2009
Senior Member
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 15:26 Go to previous message
Richard Rodseth is currently offline Richard RodsethFriend
Messages: 103
Registered: July 2009
Senior Member
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: Sun Jun 30 13:52:09 GMT 2024

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

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

Back to the top