On Mar 28, 2013, at 9:00 AM, [email protected] wrote:

> Send wtp-dev mailing list submissions to
>       [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://dev.eclipse.org/mailman/listinfo/wtp-dev
> or, via email, send a message with subject or body 'help' to
>       [email protected]
> 
> You can reach the person managing the list at
>       [email protected]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wtp-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. unsibscribe (Kris Gemborys)
>   2. Creating a new structured editor (iulian dragos)
>   3. Re: Creating a new structured editor (Chuck Bridgham)
>   4. Re: Creating a new structured editor (iulian dragos)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 27 Mar 2013 09:05:56 -0700
> From: Kris Gemborys <[email protected]>
> To: [email protected]
> Subject: [wtp-dev] unsibscribe
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
> 
> 
> On Mar 27, 2013, at 9:00 AM, [email protected] wrote:
> 
>> Send wtp-dev mailing list submissions to
>>      [email protected]
>> 
>> To subscribe or unsubscribe via the World Wide Web, visit
>>      https://dev.eclipse.org/mailman/listinfo/wtp-dev
>> or, via email, send a message with subject or body 'help' to
>>      [email protected]
>> 
>> You can reach the person managing the list at
>>      [email protected]
>> 
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of wtp-dev digest..."
>> 
>> 
>> Today's Topics:
>> 
>>  1. IP CQs waiting on your team (portal on behalf of emo)
>> 
>> 
>> ----------------------------------------------------------------------
>> 
>> Message: 1
>> Date: Wed, 27 Mar 2013 00:00:24 -0400 (EDT)
>> From: [email protected] (portal on behalf of emo)
>> To: [email protected]
>> Subject: [wtp-dev] IP CQs waiting on your team
>> Message-ID: <[email protected]>
>> 
>> wtp-dev,
>> IPZilla records show that one or more of the projects on which you are
>> developer are in need of attention.  The following CQs have been in the
>> 'awaiting_project' status for over 3 weeks  and need your team to take
>> action.
>> 
>> webtools.jeetools:
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7046 Java EE 7 XML Schemas  -- checkintocvs, kepler, nonepl, source,
>> unmodified, 4 days ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7046
>> 
>>   7104 Java EE 7 CDI Beans Schema -- checkintocvs, nonepl, source,
>> unmodified, 3 weeks ago
>>   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7104
>> 
>> If you have any questions, please do not hesitate to contact your project
>> lead, PMC member, or the EMO <[email protected]>
>> 
>> 
>> 
>> ------------------------------
>> 
>> _______________________________________________
>> wtp-dev mailing list
>> [email protected]
>> https://dev.eclipse.org/mailman/listinfo/wtp-dev
>> 
>> 
>> End of wtp-dev Digest, Vol 97, Issue 13
>> ***************************************
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 28 Mar 2013 14:53:27 +0100
> From: iulian dragos <[email protected]>
> To: [email protected]
> Subject: [wtp-dev] Creating a new structured editor
> Message-ID:
>       <CAOwe9fZ0XVo5cxhAg=n+1=cdzwodwoc_y9ua4u2u_w6gu+4...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> (I already posted in the Web Tools Project forum, but I am not sure it
> is the right place).
> 
> I'd like to write an editor for Play2 template files. They have a
> simple structure, similar to JSP: it's HTML with escapes into Scala
> code (between `@{ .. }`).
> 
> It looks like WTP structured editors are the right way to go about it
> (I'd like to reuse the HTML functionality such as validation and
> content assist), but I can't seem to find the Developer's Guide for
> WTP.
> 
> I found this document, but it's almost 8 years old:
> 
> http://www.eclipse.org/webtools/wst/components/sse/overview.html
> 
> Is there anything else I could use to get started, besides the source code?
> Where can I download the source bundles (I'm using Indigo, but I can
> upgrade to Juno if necessary)? By default, I don't get source
> attachements for the wtp. plug-ins.
> 
> thanks,
> iulian
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Thu, 28 Mar 2013 10:10:11 -0400
> From: Chuck Bridgham <[email protected]>
> To: "General discussion of project-wide or architectural issues."
>       <[email protected]>
> Subject: Re: [wtp-dev] Creating a new structured editor
> Message-ID:
>       <of34a1e56f.f078960b-on85257b3c.004cf37a-85257b3c.004dd...@us.ibm.com>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi Iulian, you found the right place! 
> Nick Sandonato is the sse project lead, and can help you get started. Some 
> of the documents are out of date as you mentioned.
> We can continue the conversation in the forum.  I'll follow the thread, 
> and give you a hand as well.
> 
> Our downloads page (http://download.eclipse.org/webtools/downloads/) has 
> links to the latest Indigo (3.3.x) as well as Juno (3.4.x).
> All of our code is in Git - sse is here: 
> http://git.eclipse.org/c/sourceediting/webtools.sourceediting.git/
> 
> Thanks - Chuck
> 
> Senior Architect, RAD Java EE Tools, WTP PMC Lead
> IBM Software Lab - Research Triangle Park, NC
> 
> 
> 
> From:   iulian dragos <[email protected]>
> To:     [email protected]
> Date:   03/28/2013 09:55 AM
> Subject:        [wtp-dev] Creating a new structured editor
> Sent by:        [email protected]
> 
> 
> 
> (I already posted in the Web Tools Project forum, but I am not sure it
> is the right place).
> 
> I'd like to write an editor for Play2 template files. They have a
> simple structure, similar to JSP: it's HTML with escapes into Scala
> code (between `@{ .. }`).
> 
> It looks like WTP structured editors are the right way to go about it
> (I'd like to reuse the HTML functionality such as validation and
> content assist), but I can't seem to find the Developer's Guide for
> WTP.
> 
> I found this document, but it's almost 8 years old:
> 
> http://www.eclipse.org/webtools/wst/components/sse/overview.html
> 
> Is there anything else I could use to get started, besides the source 
> code?
> Where can I download the source bundles (I'm using Indigo, but I can
> upgrade to Juno if necessary)? By default, I don't get source
> attachements for the wtp. plug-ins.
> 
> thanks,
> iulian
> _______________________________________________
> wtp-dev mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/wtp-dev
> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20130328/647470c0/attachment.html>
> 
> ------------------------------
> 
> Message: 4
> Date: Thu, 28 Mar 2013 15:21:14 +0100
> From: iulian dragos <[email protected]>
> To: "General discussion of project-wide or architectural issues."
>       <[email protected]>
> Subject: Re: [wtp-dev] Creating a new structured editor
> Message-ID:
>       <caowe9fbrc+xuxf1rzcg5w_v4pkv5wrepz11mudrxvsomesz...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Chuck,
> 
> Thanks a lot for the speedy answer. This is very encouraging!
> 
> On Thu, Mar 28, 2013 at 3:10 PM, Chuck Bridgham <[email protected]> wrote:
>> Hi Iulian, you found the right place!
>> Nick Sandonato is the sse project lead, and can help you get started.  Some
>> of the documents are out of date as you mentioned.
>> We can continue the conversation in the forum.  I'll follow the thread, and
>> give you a hand as well.
> 
> Sounds great!
> 
>> 
>> Our downloads page (http://download.eclipse.org/webtools/downloads/) has
>> links to the latest Indigo (3.3.x) as well as Juno (3.4.x).
>> All of our code is in Git - sse is here:
>> http://git.eclipse.org/c/sourceediting/webtools.sourceediting.git/
> 
> Cool. I also found a github repository:
> https://github.com/eclipse/webtools.sourceediting Which one should I
> follow? I'm a bit more familiar with GitHub.
> 
> thanks,
> iulian
> 
>> 
>> Thanks - Chuck
>> 
>> Senior Architect, RAD Java EE Tools, WTP PMC Lead
>> IBM Software Lab - Research Triangle Park, NC
>> 
>> 
>> 
>> From:        iulian dragos <[email protected]>
>> To:        [email protected]
>> Date:        03/28/2013 09:55 AM
>> Subject:        [wtp-dev] Creating a new structured editor
>> Sent by:        [email protected]
>> ________________________________
>> 
>> 
>> 
>> (I already posted in the Web Tools Project forum, but I am not sure it
>> is the right place).
>> 
>> I'd like to write an editor for Play2 template files. They have a
>> simple structure, similar to JSP: it's HTML with escapes into Scala
>> code (between `@{ .. }`).
>> 
>> It looks like WTP structured editors are the right way to go about it
>> (I'd like to reuse the HTML functionality such as validation and
>> content assist), but I can't seem to find the Developer's Guide for
>> WTP.
>> 
>> I found this document, but it's almost 8 years old:
>> 
>> http://www.eclipse.org/webtools/wst/components/sse/overview.html
>> 
>> 
>> Is there anything else I could use to get started, besides the source code?
>> Where can I download the source bundles (I'm using Indigo, but I can
>> upgrade to Juno if necessary)? By default, I don't get source
>> attachements for the wtp. plug-ins.
>> 
>> thanks,
>> iulian
>> _______________________________________________
>> wtp-dev mailing list
>> [email protected]
>> https://dev.eclipse.org/mailman/listinfo/wtp-dev
>> 
>> 
>> 
>> _______________________________________________
>> wtp-dev mailing list
>> [email protected]
>> https://dev.eclipse.org/mailman/listinfo/wtp-dev
>> 
> 
> 
> 
> -- 
> ? Je d?teste la montagne, ?a cache le paysage ?
> Alphonse Allais
> 
> 
> ------------------------------
> 
> _______________________________________________
> wtp-dev mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/wtp-dev
> 
> 
> End of wtp-dev Digest, Vol 97, Issue 14
> ***************************************

_______________________________________________
wtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Reply via email to