Home » Eclipse Projects » Eclipse Platform » Creating a RCP Editor
Creating a RCP Editor [message #325852] |
Thu, 28 February 2008 22:05  |
Eclipse User |
|
|
|
Originally posted by: asf14.yahoo.com
Hi
I am in the process of writing a XML related editor as a tool for a
research project, I want to reuse as many component of the Eclipse Java
IDE workspace as much as possible, these probably include the resource,
ide, console view etc packages. Has anyone done something similar
before, whats the best way to replicate the basic functionality and
where to start ? Any links or suggestions will be appreciated.
Thanks, David
|
|
|
Re: Creating a RCP Editor [message #325858 is a reply to message #325852] |
Fri, 29 February 2008 06:22   |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
This is a multi-part message in MIME format.
--------------020900080602030405050308
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
David,
The Web Tools project has an XML editor already. How will your's
differ? Given a XML Schema for your XML syntax, EMF can generate fully
functional integrated editor with just a few button clicks, so that
might be a good way to start:
Tutorial: Generating an EMF Model using XML Schema
< http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. emf.doc/tutorials/xlibmod/xlibmod.html>
Dave wrote:
> Hi
>
> I am in the process of writing a XML related editor as a tool for a
> research project, I want to reuse as many component of the Eclipse
> Java IDE workspace as much as possible, these probably include the
> resource, ide, console view etc packages. Has anyone done something
> similar before, whats the best way to replicate the basic
> functionality and where to start ? Any links or suggestions will be
> appreciated.
>
> Thanks, David
--------------020900080602030405050308
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
David,<br>
<br>
The Web Tools project has an XML editor already. How will your's
differ? Given a XML Schema for your XML syntax, EMF can generate
fully functional integrated editor with just a few button clicks, so
that might be a good way to start:<br>
<blockquote><a
href=" http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. emf.doc/tutorials/xlibmod/xlibmod.html">Tutorial:
Generating an EMF Model using XML Schema</a><br>
</blockquote>
<br>
Dave wrote:
<blockquote cite="mid:fq7spk$mgv$1@build.eclipse.org" type="cite">Hi
<br>
<br>
I am in the process of writing a XML related editor as a tool for a
research project, I want to reuse as many component of the Eclipse Java
IDE workspace as much as possible, these probably include the resource,
ide, console view etc packages. Has anyone done something similar
before, whats the best way to replicate the basic functionality and
where to start ? Any links or suggestions will be appreciated.
<br>
<br>
Thanks, David
<br>
</blockquote>
<br>
</body>
</html>
--------------020900080602030405050308--
|
|
|
Re: Creating a RCP Editor [message #325898 is a reply to message #325858] |
Mon, 03 March 2008 00:39   |
Eclipse User |
|
|
|
Originally posted by: dave.dave.com
I am not writing a general XML editor, its for my own data specification
in XML format. The RCP would contain algorithms and UI that would assist
and manage these data.
Regards, David
Ed Merks wrote:
> David,
>
> The Web Tools project has an XML editor already. How will your's
> differ? Given a XML Schema for your XML syntax, EMF can generate fully
> functional integrated editor with just a few button clicks, so that
> might be a good way to start:
>
> Tutorial: Generating an EMF Model using XML Schema
> < http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. emf.doc/tutorials/xlibmod/xlibmod.html>
>
>
> Dave wrote:
>> Hi
>>
>> I am in the process of writing a XML related editor as a tool for a
>> research project, I want to reuse as many component of the Eclipse
>> Java IDE workspace as much as possible, these probably include the
>> resource, ide, console view etc packages. Has anyone done something
>> similar before, whats the best way to replicate the basic
>> functionality and where to start ? Any links or suggestions will be
>> appreciated.
>>
>> Thanks, David
>
|
|
|
Re: Creating a RCP Editor [message #325899 is a reply to message #325898] |
Sun, 02 March 2008 06:56   |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
This is a multi-part message in MIME format.
--------------040900050602030806070501
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
David,
In that case, the RCP version of the EMF editor might be useful,
although that's designed to avoid using a workspace:
Tutorial: Generating a Rich Client Platform (RCP) Application Using
EMF < http://www.eclipse.org/articles/Article-EMF-goes-RCP/rcp.htm l>
In any case, it only take a few minutes to generate an EMF editor given
a schema, so it seems like a good starting point if you're new to
Eclipse since there's nothing like a fully functional starting point to
get you off to the races quickly. You might even find you want
graphical views and that GMF will be able to generate those for you...
David wrote:
> I am not writing a general XML editor, its for my own data
> specification in XML format. The RCP would contain algorithms and UI
> that would assist and manage these data.
>
> Regards, David
>
> Ed Merks wrote:
>> David,
>>
>> The Web Tools project has an XML editor already. How will your's
>> differ? Given a XML Schema for your XML syntax, EMF can generate
>> fully functional integrated editor with just a few button clicks, so
>> that might be a good way to start:
>>
>> Tutorial: Generating an EMF Model using XML Schema
>>
>> < http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. emf.doc/tutorials/xlibmod/xlibmod.html>
>>
>>
>>
>> Dave wrote:
>>> Hi
>>>
>>> I am in the process of writing a XML related editor as a tool for a
>>> research project, I want to reuse as many component of the Eclipse
>>> Java IDE workspace as much as possible, these probably include the
>>> resource, ide, console view etc packages. Has anyone done something
>>> similar before, whats the best way to replicate the basic
>>> functionality and where to start ? Any links or suggestions will be
>>> appreciated.
>>>
>>> Thanks, David
>>
--------------040900050602030806070501
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
David,<br>
<br>
In that case, the RCP version of the EMF editor might be useful,
although that's designed to avoid using a workspace:<br>
<blockquote><a target="_out"
href=" http://www.eclipse.org/articles/Article-EMF-goes-RCP/rcp.htm l">Tutorial:
Generating a Rich Client Platform (RCP) Application Using EMF</a><br>
</blockquote>
In any case, it only take a few minutes to generate an EMF editor given
a schema, so it seems like a good starting point if you're new to
Eclipse since there's nothing like a fully functional starting point to
get you off to the races quickly. You might even find you want
graphical views and that GMF will be able to generate those for you...<br>
<br>
<br>
David wrote:
<blockquote cite="mid:fqe0a3$gcp$1@build.eclipse.org" type="cite">I am
not writing a general XML editor, its for my own data specification in
XML format. The RCP would contain algorithms and UI that would assist
and manage these data.
<br>
<br>
Regards, David
<br>
<br>
Ed Merks wrote:
<br>
<blockquote type="cite">David,
<br>
<br>
The Web Tools project has an XML editor already. How will your's
differ? Given a XML Schema for your XML syntax, EMF can generate
fully functional integrated editor with just a few button clicks, so
that might be a good way to start:
<br>
<br>
Tutorial: Generating an EMF Model using XML Schema
<br>
<a class="moz-txt-link-rfc2396E" href=" http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. emf.doc/tutorials/xlibmod/xlibmod.html">< http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. emf.doc/tutorials/xlibmod/xlibmod.html></a>
<br>
<br>
<br>
Dave wrote:
<br>
<blockquote type="cite">Hi
<br>
<br>
I am in the process of writing a XML related editor as a tool for a
research project, I want to reuse as many component of the Eclipse Java
IDE workspace as much as possible, these probably include the resource,
ide, console view etc packages. Has anyone done something similar
before, whats the best way to replicate the basic functionality and
where to start ? Any links or suggestions will be appreciated.
<br>
<br>
Thanks, David
<br>
</blockquote>
<br>
</blockquote>
</blockquote>
<br>
</body>
</html>
--------------040900050602030806070501--
|
|
| |
Goto Forum:
Current Time: Wed Apr 16 17:13:13 EDT 2025
Powered by FUDForum. Page generated in 0.03329 seconds
|