Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » How to create a custom editor from the SSE editor?
How to create a custom editor from the SSE editor? [message #162931] Mon, 06 March 2006 11:19 Go to next message
Eclipse UserFriend
Originally posted by: angelo.nomail.com

Hi,

I created a full-featured editor including content assistant, outline,
syntax checking / coloring, folding, etc.

The editor is used to manage a tag-based language (very similar to JSP
tags).

What I want to do is to refactor my editor using the SSE editor of web
tools (the one used to create JSP/XML editor).

Where I can found documentaion/examples for this?

Thanks
Angelo
Re: How to create a custom editor from the SSE editor? [message #164048 is a reply to message #162931] Wed, 15 March 2006 18:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thisisnot.mymail.com

Angelo wrote:
> Hi,
>
> I created a full-featured editor including content assistant, outline,
> syntax checking / coloring, folding, etc.
>
> The editor is used to manage a tag-based language (very similar to JSP
> tags).
>
> What I want to do is to refactor my editor using the SSE editor of web
> tools (the one used to create JSP/XML editor).
>
> Where I can found documentaion/examples for this?
>
> Thanks
> Angelo
>
For which language is this editor for?
I'd like to see some support for FreeMarker, Velocity and Rife.
Can someone post links for plugins that are good?
src? [message #164988 is a reply to message #162931] Mon, 27 March 2006 06:50 Go to previous messageGo to next message
Eclipse UserFriend
Hi do u know where to get the src code for org/eclipse/wst/sse?


thanks

Martin


"Angelo" <angelo@nomail.com> wrote in message
news:19809c219b9c81f1c9c14cc6a71c2244$1@www.eclipse.org...
> Hi,
>
> I created a full-featured editor including content assistant, outline,
> syntax checking / coloring, folding, etc.
>
> The editor is used to manage a tag-based language (very similar to JSP
> tags).
>
> What I want to do is to refactor my editor using the SSE editor of web
> tools (the one used to create JSP/XML editor).
>
> Where I can found documentaion/examples for this?
>
> Thanks
> Angelo
>
Re: How to create a custom editor from the SSE editor? [message #165088 is a reply to message #162931] Mon, 27 March 2006 16:00 Go to previous messageGo to next message
Eclipse UserFriend
Angelo wrote:
> I created a full-featured editor including content assistant, outline,
> syntax checking / coloring, folding, etc.
>
> The editor is used to manage a tag-based language (very similar to JSP
> tags).
>
> What I want to do is to refactor my editor using the SSE editor of web
> tools (the one used to create JSP/XML editor).
>
> Where I can found documentaion/examples for this?

The first place to start is the SSE component overview page at
http://www.eclipse.org/webtools/wst/components/sse/overview. html.
It points out the extension point for configuring the editor as you
describe. The final tutorial presentation given at EclipseCon 2006
has a little more information that we're hoping to integrate into
the SSE overview page when we have a chance. You can download the
presentation and accompanying examples at
http://eclipsezilla.eclipsecon.org/show_bug.cgi?id=186 , although we
haven't decided if the examples will be posted elsewhere just yet.

--
- Nitin
Re: src? [message #165096 is a reply to message #164988] Mon, 27 March 2006 16:15 Go to previous messageGo to next message
Eclipse UserFriend
Martin Holmes wrote:
> Hi do u know where to get the src code for org/eclipse/wst/sse?

Classes like that should only be located in the
org.eclipse.wst.sse.ui and org.eclipse.wst.sse.core plug-ins. You
can readily check them out from the WTP CVS repository at
:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools from the folder
wst/components/sse/plugins/. Just remember it's licensed using the
EPL. A snapshot of the sources used in a particular WTP build
should also be located in to corresponding WTP SDK download.

--
- Nitin
Re: How to create a custom editor from the SSE editor? [message #165158 is a reply to message #165088] Tue, 28 March 2006 08:57 Go to previous message
Eclipse UserFriend
thanks,

what did I describe was it in another tread?

cheers

martin



"Nitin Dahyabhai" <nitind@us.ibm.com> wrote in message
news:e09jpp$a87$1@utils.eclipse.org...
> Angelo wrote:
> > I created a full-featured editor including content assistant, outline,
> > syntax checking / coloring, folding, etc.
> >
> > The editor is used to manage a tag-based language (very similar to JSP
> > tags).
> >
> > What I want to do is to refactor my editor using the SSE editor of web
> > tools (the one used to create JSP/XML editor).
> >
> > Where I can found documentaion/examples for this?
>
> The first place to start is the SSE component overview page at
> http://www.eclipse.org/webtools/wst/components/sse/overview. html.
> It points out the extension point for configuring the editor as you
> describe. The final tutorial presentation given at EclipseCon 2006
> has a little more information that we're hoping to integrate into
> the SSE overview page when we have a chance. You can download the
> presentation and accompanying examples at
> http://eclipsezilla.eclipsecon.org/show_bug.cgi?id=186 , although we
> haven't decided if the examples will be posted elsewhere just yet.
>
> --
> - Nitin
Previous Topic:some basic question abut Eclipse web tools platform,
Next Topic:Import non-Eclipse, J2EE Blueprint project
Goto Forum:
  


Current Time: Sun Jul 27 16:21:20 EDT 2025

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

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

Back to the top