Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » M2T (model-to-text transformation) » JET2 editor plugin ?
JET2 editor plugin ? [message #20869] Thu, 07 June 2007 15:23 Go to next message
Tex Twil is currently offline Tex TwilFriend
Messages: 179
Registered: July 2009
Senior Member
Hello,
I downloaded and installed manually this jet editor:
http://www.eclipse.org/emft/projects/jeteditor/
but it doesn't seem to work for my .jet files in Eclipse. I see them only
as text files with no coloration.

Thanks,
Tex.
Re: JET2 editor plugin ? [message #21544 is a reply to message #20869] Thu, 07 June 2007 15:28 Go to previous messageGo to next message
Paul Elder is currently offline Paul ElderFriend
Messages: 849
Registered: July 2009
Senior Member
Tex:

JET Editor has just moved to M2T. It will be downloadable in this weeks
0.8.0 I build.

The JET Editor you downloaded from EMFT is specific to JET1 (aka.
org.eclipse.emf.codegen). The new editor should handle both JET2 and JET1.

I'll be starting up the build shortly. Once its available, there will be a
posting to the news group as a reply to the [Announce] JET Build
Announcements thread.

Paul

"Tex Twil" <chaljan@hotmail.com> wrote in message
news:1f88ef994f4c9059acf9f3dc903d2aed$1@www.eclipse.org...
> Hello,
> I downloaded and installed manually this jet editor:
> http://www.eclipse.org/emft/projects/jeteditor/
> but it doesn't seem to work for my .jet files in Eclipse. I see them only
> as text files with no coloration.
>
> Thanks,
> Tex.
>
>
>
Re: JET2 editor plugin ? [message #21680 is a reply to message #21544] Fri, 08 June 2007 07:15 Go to previous messageGo to next message
Tex Twil is currently offline Tex TwilFriend
Messages: 179
Registered: July 2009
Senior Member
I've just installed the announced M2T JET 0.8.0 I200706071346 but I still
don't have syntax coloration ...
Re: JET2 editor plugin ? [message #21724 is a reply to message #21680] Fri, 08 June 2007 13:30 Go to previous messageGo to next message
Gary Pinkham is currently offline Gary PinkhamFriend
Messages: 8
Registered: July 2009
Junior Member
Here's what I did (not sure if this is normal or something is wrong..)

I disabled an earlier 0.8.0 version of Jet. Installed the latest via the
Update Site. I noticed I didn't have the Jet Editor.. So I downloaded the
Zip file from the site and unzipped into the Eclipse directory. I now have
Color Highlighting..

Paul, Does it provide code assist or just color highlighting? (IE: can I
do a control space to see available tags?)

Gary

"Tex Twil" <chaljan@hotmail.com> wrote in message
news:93cfd3edd5e0556b4cf2438fdaa8f0ce$1@www.eclipse.org...
> I've just installed the announced M2T JET 0.8.0 I200706071346 but I still
> don't have syntax coloration ...
>
>
Re: JET2 editor plugin ? [message #21858 is a reply to message #21724] Fri, 08 June 2007 14:49 Go to previous messageGo to next message
Tex Twil is currently offline Tex TwilFriend
Messages: 179
Registered: July 2009
Senior Member
Hello,
now I copied manually the editor plugin to my eclipse folder and I have
the syntax coloration. Cool. I don't have code copletition either.


Tex.
Re: JET2 editor plugin ? [message #21900 is a reply to message #21858] Fri, 08 June 2007 16:48 Go to previous messageGo to next message
Paul Elder is currently offline Paul ElderFriend
Messages: 849
Registered: July 2009
Senior Member
I'll have to defer to Joel Cheuoua (the JET editor creator) on whether code
completion is there yet.

And I'll take a look at the update sight. I bet I forgot to include the new
feature.

Paul
"Tex Twil" <chaljan@hotmail.com> wrote in message
news:16b5dd7d7bfde4fd526bbc3b002188a3$1@www.eclipse.org...
> Hello,
> now I copied manually the editor plugin to my eclipse folder and I have
> the syntax coloration. Cool. I don't have code copletition either.
>
>
> Tex.
>
Re: JET2 editor plugin ? [message #21988 is a reply to message #21900] Tue, 12 June 2007 08:55 Go to previous messageGo to next message
Tex Twil is currently offline Tex TwilFriend
Messages: 179
Registered: July 2009
Senior Member
Hello,
I'm a bit confused with the differences between JET1 (EMFT) and JET2.
Could s.o. give me a short explenation ?

Thanks.
Re: JET2 editor plugin ? [message #22032 is a reply to message #21858] Tue, 12 June 2007 11:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jcheuoua.ilog.com

Hello guys,

Sorry for the late answer, I'm currently on business trip.
The code completion should work on the java elements (scriplets,
declarations, expression) and for the basic tags, although there are some
usability improvements to be done on the tags code completion.
However I haven't seen the JET-Editor plugin in the I200706071346 build zip.
I'm not sure what went on there and I guess I'm going to follow that issue
with Paul.

Gary, Tex could you confirm as to where you did get the editor plugin ? is
it the EMFT one ?

Cheers,

Joel.

"Tex Twil" <chaljan@hotmail.com> wrote in message
news:16b5dd7d7bfde4fd526bbc3b002188a3$1@www.eclipse.org...
> Hello,
> now I copied manually the editor plugin to my eclipse folder and I have
> the syntax coloration. Cool. I don't have code copletition either.
>
>
> Tex.
>
Re: JET2 editor plugin ? [message #22077 is a reply to message #21988] Tue, 12 June 2007 12:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jcheuoua.ilog.com

Hello Tex,

To add a bit more confusion ;) ... I's start by saying that JET1 is not in
EMFT ...

Actually the first version of the JET technology was (and still is I think)
used by EMF in the codegen plugin.

That is what could be called JET1, and It's only in EMF.
JET2 is an initiative to make the JET technology involved, and it started as
a project in EMFT.
The JET Editor was a separate plugin at that time, that was also in EMFT,
but was working only with JET1.

Now, in M2T, the two components (JET2 technology and JET Editor) will be
aligned and things should be hopefully clearer.

To make it short :

EMF = JET1
EMFT = JET2 + JET1 Editor
M2T = JET2/JET1 + JET2/JET1 Editor

Maybe Paul can add a bit more to this.

I hope this helps,

Joel.

"Tex Twil" <chaljan@hotmail.com> wrote in message
news:52ed94d5d9c6b96364569c51b48eed03$1@www.eclipse.org...
> Hello,
> I'm a bit confused with the differences between JET1 (EMFT) and JET2.
> Could s.o. give me a short explenation ?
> Thanks.
>
Re: JET2 editor plugin ? [message #22161 is a reply to message #22077] Tue, 12 June 2007 14:55 Go to previous messageGo to next message
Tex Twil is currently offline Tex TwilFriend
Messages: 179
Registered: July 2009
Senior Member
Thank you it helps :) In other words, M2T is the plugin to use.
Re: JET2 editor plugin ? [message #32200 is a reply to message #21544] Thu, 30 August 2007 13:35 Go to previous messageGo to next message
Francis Gavino is currently offline Francis GavinoFriend
Messages: 57
Registered: July 2009
Member
Paul/Joel,

Is it possible to use the JET Editor with JET 0.7.3? I can see in the
manifest that it is requiring 0.8 as a minimum, but I think it would be
nice if it can also be used by those who cannot upgrade yet.

Thanks,
Francis
Re: JET2 editor plugin ? [message #32338 is a reply to message #32200] Fri, 31 August 2007 10:45 Go to previous message
Paul Elder is currently offline Paul ElderFriend
Messages: 849
Registered: July 2009
Senior Member
Francis:

It is not. I suspect you are using a Eclipse 3.2 based product. JET 0.8 will
install into Eclipse 3.2, but the JET editor has dependencies on Eclipse
3.3, and, as you already know, on JET 0.8.

Paul

"Francis" <fgavino@gmail.com> wrote in message
news:ea7eb16ecaf315ded18ca72cfeabd68e$1@www.eclipse.org...
> Paul/Joel,
>
> Is it possible to use the JET Editor with JET 0.7.3? I can see in the
> manifest that it is requiring 0.8 as a minimum, but I think it would be
> nice if it can also be used by those who cannot upgrade yet.
>
> Thanks,
> Francis
>
Previous Topic:Howto invoke an antfile through transformation?
Next Topic:EMF iterate through an Enumeration's fields
Goto Forum:
  


Current Time: Thu Mar 28 22:33:47 GMT 2024

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

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

Back to the top