Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How does one reuse the StructuredTextEditor in an RCP?
How does one reuse the StructuredTextEditor in an RCP? [message #221824] Thu, 25 September 2008 12:01 Go to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
Is there a whitepaper or link to explain how to reuse the
StructuredTextEditor in an RCP? I already have an EMF model and would like
to integrate the structured EMF/XML text editing capabilities into the
application and perhaps enhance some of the completion proposals.
Re: How does one reuse the StructuredTextEditor in an RCP? [message #222181 is a reply to message #221824] Fri, 26 September 2008 13:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

drew wrote:
> Is there a whitepaper or link to explain how to reuse the
> StructuredTextEditor in an RCP? I already have an EMF model and would like
> to integrate the structured EMF/XML text editing capabilities into the
> application and perhaps enhance some of the completion proposals.
>
>
>
This article should help get you going:

http://www.eclipse.org/articles/Article-WTP-Persisting-EMF/p ersisting.html

As for adding the structured text editor to your application and
leveraging the existing XML abilities:

http://www.eclipse.org/webtools/wst/components/sse/designs/E ditorConfiguration.html


They should get you pointed in the right direction.

Dave
Re: How does one reuse the StructuredTextEditor in an RCP? [message #222346 is a reply to message #222181] Mon, 29 September 2008 13:11 Go to previous messageGo to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
It seems like the structured editor (xml editor?) is dependent on
org.eclipse.ui.ide, which means it is not RCP ready. Is this true?

"David Carver" <dcarver@starstandard.org> wrote in message
news:48DCE2FD.3020605@starstandard.org...
> drew wrote:
>> Is there a whitepaper or link to explain how to reuse the
>> StructuredTextEditor in an RCP? I already have an EMF model and would
>> like to integrate the structured EMF/XML text editing capabilities into
>> the application and perhaps enhance some of the completion proposals.
>>
>>
>>
> This article should help get you going:
>
> http://www.eclipse.org/articles/Article-WTP-Persisting-EMF/p ersisting.html
>
> As for adding the structured text editor to your application and
> leveraging the existing XML abilities:
>
> http://www.eclipse.org/webtools/wst/components/sse/designs/E ditorConfiguration.html
>
>
> They should get you pointed in the right direction.
>
> Dave
Re: How does one reuse the StructuredTextEditor in an RCP? [message #222354 is a reply to message #222346] Mon, 29 September 2008 14:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

drew wrote:
> It seems like the structured editor (xml editor?) is dependent on
> org.eclipse.ui.ide, which means it is not RCP ready. Is this true?

Not sure....I've heard that some people have been able to get the XML
editor to run in an RCP application, but I haven't tried it myself.

Dave
Re: How does one reuse the StructuredTextEditor in an RCP? [message #222378 is a reply to message #222346] Mon, 29 September 2008 16:51 Go to previous message
Eclipse UserFriend
Originally posted by: david_williams.linux.vnet.ibm.com

drew wrote:
> It seems like the structured editor (xml editor?) is dependent on
> org.eclipse.ui.ide, which means it is not RCP ready. Is this true?
>
Yes, it is true. We too have heard some people "get it working" ... but,
none of us
in core team ever understood that, and think some people mean "reduced
set of
platform plugins" when they say that they have it working as an RCP app.
We are also heavily dependent on the resource plugin for some of XML
Editor's
functionality (so, even if get it working as an RCP-like app ... would
not be fully
functional without "projects".

you might be interested in following or contributing to bug 205892
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205892
Previous Topic:Can't launch servlet
Next Topic:HTML Page designer palette
Goto Forum:
  


Current Time: Fri Apr 19 11:18:30 GMT 2024

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

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

Back to the top