Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » ANN: New Visual Editor Project
ANN: New Visual Editor Project [message #158230] Tue, 18 November 2003 09:35 Go to next message
Eclipse UserFriend
Today I'm pleased to announce Eclipse's creation of the long-awated
Visual Editor Project!

The Visual Editor Project will be two things:

- Reference GUI builder implementations for Swing *and* sWT.

- A framework making it easier to create new GUI builders for your
favorite language and widget set. Or just to create GUI builder
enhancements for your favorite Swing or SWT features. Prefer C/C++?
Help us add C/C++ support and you've got it.

What's here today?

Today we've delivered first-class Swing support based upon the code base
that has previously only been available to IBM Websphere Application
Developer customers. Advanced Systems Concepts, IBM, Instantiations,
and Red Hat along with any of you who want to contribute will be working
together to add first-class SWT support in the coming months.

So where's the goods?

Just click on over to http://www.eclipse.org/vep to visit our project
home page!

Or if you want to read the formal announcement, it's at

http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/PRGUIBuilder.final.html

The project newsgroup and mailing list should appear sometime today or
tomorrow in the usual places. (The Eclipse infra team tells me they're
swamped so they might not get to it as quickly as they might like.)
Until the newsgroup/mailing list are live, we'll be hanging out on
eclipse.platform, so you can ask questions there for the time being.

I Look forward to seeing you there and I'm excited about what we can do
together!


Best regards,

Dave Orme
Visual Editor Project lead
Chief architect of SWTworkbench
Re: New Visual Editor Project [message #158238 is a reply to message #158230] Tue, 18 November 2003 09:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dominic.nospam.com

woooohooooo !
Re: ANN: New Visual Editor Project [message #158261 is a reply to message #158230] Tue, 18 November 2003 10:37 Go to previous messageGo to next message
Eclipse UserFriend
> Today I'm pleased to announce Eclipse's creation of the long-awated
> Visual Editor Project!

Whow. That's fantastic news.

> - A framework making it easier to create new GUI builders for your
> favorite language and widget set.

Anyone wants to work on creating a UI builder (aka forms designer) for
XUL?

- Gerald

PS: You can find out more about XUL (XML UI Language) @
http://xul.sourceforge.net
Re: ANN: New Visual Editor Project [message #158361 is a reply to message #158230] Tue, 18 November 2003 13:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsk.email.arizona.edu

I think I love you....

David J. Orme wrote:

> Today I'm pleased to announce Eclipse's creation of the long-awated
> Visual Editor Project!
>
> The Visual Editor Project will be two things:
>
> - Reference GUI builder implementations for Swing *and* sWT.
>
> - A framework making it easier to create new GUI builders for your
> favorite language and widget set. Or just to create GUI builder
> enhancements for your favorite Swing or SWT features. Prefer C/C++?
> Help us add C/C++ support and you've got it.
>
> What's here today?
>
> Today we've delivered first-class Swing support based upon the code base
> that has previously only been available to IBM Websphere Application
> Developer customers. Advanced Systems Concepts, IBM, Instantiations,
> and Red Hat along with any of you who want to contribute will be working
> together to add first-class SWT support in the coming months.
>
> So where's the goods?
>
> Just click on over to http://www.eclipse.org/vep to visit our project
> home page!
>
> Or if you want to read the formal announcement, it's at
>
> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/PRGUIBuilder.final.html
>
>
> The project newsgroup and mailing list should appear sometime today or
> tomorrow in the usual places. (The Eclipse infra team tells me they're
> swamped so they might not get to it as quickly as they might like.)
> Until the newsgroup/mailing list are live, we'll be hanging out on
> eclipse.platform, so you can ask questions there for the time being.
>
> I Look forward to seeing you there and I'm excited about what we can do
> together!
>
>
> Best regards,
>
> Dave Orme
> Visual Editor Project lead
> Chief architect of SWTworkbench
>
Re: ANN: New Visual Editor Project [message #158473 is a reply to message #158361] Tue, 18 November 2003 16:27 Go to previous messageGo to next message
Eclipse UserFriend
get a room!
Re: ANN: New Visual Editor Project [message #158532 is a reply to message #158230] Tue, 18 November 2003 18:37 Go to previous messageGo to next message
Eclipse UserFriend
David J. Orme wrote:

> Today I'm pleased to announce Eclipse's creation of the long-awated
> Visual Editor Project!

Great news! Thank you to everyone who made this possible.

Do you plan to also support Eclipse 3.0? Right now, the VE seems to
require Eclipse 2.1.2. That's a small disappointment. I wouldn't want
to downgrade to 2.1.2 just for the UI builder, the 3.0 stream is so much
better :)

So I tried to make it run on 3.0M4. I modified the feature and plugin
xml files to remove the 2.1.1/2 requirements and fixed or at least
commented-out the build errors in org.eclipse.ve.java.core. I got 25
problems and most were easy to fix. The VE gets initialized and opens
on new classes however, there's a NullPointerException in
WorkingCopyProvider.getLocalWorkingCopy() - stuff that's too deep into
the framework for my taste... However, it shouldn't be that difficult
to fix that problem I hope. I'd really like to use VE with 3.0M5 or later.


bye
--
Stefan Matthias Aust // "Ist es normal, nur weil alle es tun?" -F4
Re: ANN: New Visual Editor Project [message #158547 is a reply to message #158230] Tue, 18 November 2003 19:16 Go to previous messageGo to next message
Eclipse UserFriend
That is very interesting and long awaited functionality.

What are the plans to run VEP, GEF and Webtools on Eclipse 3.0?

For GEF it is probably not an issue, just a matter of changing
required version of platform in plugin manifest, but I was not able to
run VEP on 3.0.

regards,
Eugene


David J. Orme wrote:

> Today I'm pleased to announce Eclipse's creation of the long-awated
> Visual Editor Project!
>
> The Visual Editor Project will be two things:
>
> - Reference GUI builder implementations for Swing *and* sWT.
>
> - A framework making it easier to create new GUI builders for your
> favorite language and widget set. Or just to create GUI builder
> enhancements for your favorite Swing or SWT features. Prefer C/C++?
> Help us add C/C++ support and you've got it.
>
> What's here today?
>
> Today we've delivered first-class Swing support based upon the code base
> that has previously only been available to IBM Websphere Application
> Developer customers. Advanced Systems Concepts, IBM, Instantiations,
> and Red Hat along with any of you who want to contribute will be working
> together to add first-class SWT support in the coming months.
>
> So where's the goods?
>
> Just click on over to http://www.eclipse.org/vep to visit our project
> home page!
>
> Or if you want to read the formal announcement, it's at
>
> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/PRGUIBuilder.final.html
>
>
> The project newsgroup and mailing list should appear sometime today or
> tomorrow in the usual places. (The Eclipse infra team tells me they're
> swamped so they might not get to it as quickly as they might like.)
> Until the newsgroup/mailing list are live, we'll be hanging out on
> eclipse.platform, so you can ask questions there for the time being.
>
> I Look forward to seeing you there and I'm excited about what we can do
> together!
>
>
> Best regards,
>
> Dave Orme
> Visual Editor Project lead
> Chief architect of SWTworkbench
>
Re: ANN: New Visual Editor Project [message #158632 is a reply to message #158547] Tue, 18 November 2003 22:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

"Eugene Kuleshov" <eu@md.pp.ru> wrote in message
news:3FBAB647.3020602@md.pp.ru...
>
> That is very interesting and long awaited functionality.
>
> What are the plans to run VEP, GEF and Webtools on Eclipse 3.0?
>
> For GEF it is probably not an issue, just a matter of changing
> required version of platform in plugin manifest, but I was not able to

Not any longer :-) ... the latest GEF build is based on 3.0 M4:
http://download.eclipse.org/tools/gef/downloads/drops/I-I200 31118-200311181642/index.php

> run VEP on 3.0.
>
> regards,
> Eugene
Re: ANN: New Visual Editor Project [message #158709 is a reply to message #158230] Wed, 19 November 2003 02:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: java1991.163.com

That's a good idea!
Re: ANN: New Visual Editor Project [message #158849 is a reply to message #158547] Wed, 19 November 2003 07:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mendelgili.netscape.net

The next VE release (1.0.0) will be based on Eclipse 3.x.

Eugene Kuleshov wrote:
>
> That is very interesting and long awaited functionality.
>
> What are the plans to run VEP, GEF and Webtools on Eclipse 3.0?
>
> For GEF it is probably not an issue, just a matter of changing
> required version of platform in plugin manifest, but I was not able to
> run VEP on 3.0.
>
> regards,
> Eugene
>
>
> David J. Orme wrote:
>
>> Today I'm pleased to announce Eclipse's creation of the long-awated
>> Visual Editor Project!
>>
>> The Visual Editor Project will be two things:
>>
>> - Reference GUI builder implementations for Swing *and* sWT.
>>
>> - A framework making it easier to create new GUI builders for your
>> favorite language and widget set. Or just to create GUI builder
>> enhancements for your favorite Swing or SWT features. Prefer C/C++?
>> Help us add C/C++ support and you've got it.
>>
>> What's here today?
>>
>> Today we've delivered first-class Swing support based upon the code
>> base that has previously only been available to IBM Websphere
>> Application Developer customers. Advanced Systems Concepts, IBM,
>> Instantiations, and Red Hat along with any of you who want to
>> contribute will be working together to add first-class SWT support in
>> the coming months.
>>
>> So where's the goods?
>>
>> Just click on over to http://www.eclipse.org/vep to visit our project
>> home page!
>>
>> Or if you want to read the formal announcement, it's at
>>
>> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/PRGUIBuilder.final.html
>>
>>
>> The project newsgroup and mailing list should appear sometime today or
>> tomorrow in the usual places. (The Eclipse infra team tells me
>> they're swamped so they might not get to it as quickly as they might
>> like.) Until the newsgroup/mailing list are live, we'll be hanging out
>> on eclipse.platform, so you can ask questions there for the time being.
>>
>> I Look forward to seeing you there and I'm excited about what we can
>> do together!
>>
>>
>> Best regards,
>>
>> Dave Orme
>> Visual Editor Project lead
>> Chief architect of SWTworkbench
>>
>
Re: ANN: New Visual Editor Project [message #158888 is a reply to message #158230] Wed, 19 November 2003 08:35 Go to previous messageGo to next message
Eclipse UserFriend
Hello!

Thanks a lot to IBM and Eclipse Team.

Francesc Rosés

David J. Orme wrote:

> Today I'm pleased to announce Eclipse's creation of the long-awated
> Visual Editor Project!

> The Visual Editor Project will be two things:

> - Reference GUI builder implementations for Swing *and* sWT.

> - A framework making it easier to create new GUI builders for your
> favorite language and widget set. Or just to create GUI builder
> enhancements for your favorite Swing or SWT features. Prefer C/C++?
> Help us add C/C++ support and you've got it.

> What's here today?

> Today we've delivered first-class Swing support based upon the code base
> that has previously only been available to IBM Websphere Application
> Developer customers. Advanced Systems Concepts, IBM, Instantiations,
> and Red Hat along with any of you who want to contribute will be working
> together to add first-class SWT support in the coming months.

> So where's the goods?

> Just click on over to http://www.eclipse.org/vep to visit our project
> home page!

> Or if you want to read the formal announcement, it's at

>
http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/PRGUIBuilder.final.html

> The project newsgroup and mailing list should appear sometime today or
> tomorrow in the usual places. (The Eclipse infra team tells me they're
> swamped so they might not get to it as quickly as they might like.)
> Until the newsgroup/mailing list are live, we'll be hanging out on
> eclipse.platform, so you can ask questions there for the time being.

> I Look forward to seeing you there and I'm excited about what we can do
> together!


> Best regards,

> Dave Orme
> Visual Editor Project lead
> Chief architect of SWTworkbench
Re: ANN: New Visual Editor Project [message #158896 is a reply to message #158230] Wed, 19 November 2003 08:38 Go to previous messageGo to next message
Eclipse UserFriend
Wow, and it works like a charm. Now I wonder why we purchased WSAD.


On Tue, 18 Nov 2003 08:35:31 -0600, "David J. Orme"
<daveo@asc-iseries.com> wrote:

>Today I'm pleased to announce Eclipse's creation of the long-awated
>Visual Editor Project!
>
>The Visual Editor Project will be two things:
>
>- Reference GUI builder implementations for Swing *and* sWT.
>
>- A framework making it easier to create new GUI builders for your
>favorite language and widget set. Or just to create GUI builder
>enhancements for your favorite Swing or SWT features. Prefer C/C++?
>Help us add C/C++ support and you've got it.
>
>What's here today?
>
>Today we've delivered first-class Swing support based upon the code base
>that has previously only been available to IBM Websphere Application
>Developer customers. Advanced Systems Concepts, IBM, Instantiations,
>and Red Hat along with any of you who want to contribute will be working
>together to add first-class SWT support in the coming months.
>
>So where's the goods?
>
>Just click on over to http://www.eclipse.org/vep to visit our project
>home page!
>
>Or if you want to read the formal announcement, it's at
>
> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/PRGUIBuilder.final.html
>
>The project newsgroup and mailing list should appear sometime today or
>tomorrow in the usual places. (The Eclipse infra team tells me they're
>swamped so they might not get to it as quickly as they might like.)
>Until the newsgroup/mailing list are live, we'll be hanging out on
>eclipse.platform, so you can ask questions there for the time being.
>
>I Look forward to seeing you there and I'm excited about what we can do
>together!
>
>
>Best regards,
>
>Dave Orme
>Visual Editor Project lead
>Chief architect of SWTworkbench
Re: ANN: New Visual Editor Project [message #158943 is a reply to message #158896] Wed, 19 November 2003 10:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: palistra.us.ibm.com

Well, WSSD had the VEJ so hopefully you are using the EJB tools or the
performance profiling tools that are specific to WSAD. :-)

Tom wrote:

> Wow, and it works like a charm. Now I wonder why we purchased WSAD.
>
>
> On Tue, 18 Nov 2003 08:35:31 -0600, "David J. Orme"
> <daveo@asc-iseries.com> wrote:
>
>
>>Today I'm pleased to announce Eclipse's creation of the long-awated
>>Visual Editor Project!
>>
>>The Visual Editor Project will be two things:
>>
>>- Reference GUI builder implementations for Swing *and* sWT.
>>
>>- A framework making it easier to create new GUI builders for your
>>favorite language and widget set. Or just to create GUI builder
>>enhancements for your favorite Swing or SWT features. Prefer C/C++?
>>Help us add C/C++ support and you've got it.
>>
>>What's here today?
>>
>>Today we've delivered first-class Swing support based upon the code base
>>that has previously only been available to IBM Websphere Application
>>Developer customers. Advanced Systems Concepts, IBM, Instantiations,
>>and Red Hat along with any of you who want to contribute will be working
>>together to add first-class SWT support in the coming months.
>>
>>So where's the goods?
>>
>>Just click on over to http://www.eclipse.org/vep to visit our project
>>home page!
>>
>>Or if you want to read the formal announcement, it's at
>>
>> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/PRGUIBuilder.final.html
>>
>>The project newsgroup and mailing list should appear sometime today or
>>tomorrow in the usual places. (The Eclipse infra team tells me they're
>>swamped so they might not get to it as quickly as they might like.)
>>Until the newsgroup/mailing list are live, we'll be hanging out on
>>eclipse.platform, so you can ask questions there for the time being.
>>
>>I Look forward to seeing you there and I'm excited about what we can do
>>together!
>>
>>
>>Best regards,
>>
>>Dave Orme
>>Visual Editor Project lead
>>Chief architect of SWTworkbench
>
>

--
Jim Palistrant
IBM Worldwide Technical Consultant - WebSphere Development Tools
Re: ANN: New Visual Editor Project [message #159005 is a reply to message #158849] Wed, 19 November 2003 11:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vkyr.nospam-ision.net

"Gili Mendel" <mendelgili@netscape.net> schrieb im Newsbeitrag
news:3FBB5D73.7070707@netscape.net...
> The next VE release (1.0.0) will be based on Eclipse 3.x.
>

BTW, very nice made viewlet demo I liked it much!

-Valentino
Re: ANN: New Visual Editor Project [message #159174 is a reply to message #159005] Wed, 19 November 2003 21:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sim777.earthlink.net

>
> BTW, very nice made viewlet demo I liked it much!
>
Where is viewlet demo?
Re: ANN: New Visual Editor Project [message #159182 is a reply to message #159174] Wed, 19 November 2003 22:47 Go to previous messageGo to next message
Eclipse UserFriend
Sergey Smirnov wrote:
>>BTW, very nice made viewlet demo I liked it much!
>>
>
> Where is viewlet demo?
>

Off of the documentation page, or here's the direct link (requires
ShockWave).

http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/docs/demos/custom_field/FieldBean.html


Regards,

Dave Orme
Re: ANN: New Visual Editor Project [message #159190 is a reply to message #158532] Wed, 19 November 2003 22:53 Go to previous messageGo to next message
Eclipse UserFriend
Stefan Matthias Aust wrote:
> David J. Orme wrote:
>
>> Today I'm pleased to announce Eclipse's creation of the long-awated
>> Visual Editor Project!
>
>
> Great news! Thank you to everyone who made this possible.
>
> Do you plan to also support Eclipse 3.0? Right now, the VE seems to
> require Eclipse 2.1.2. That's a small disappointment. I wouldn't want
> to downgrade to 2.1.2 just for the UI builder, the 3.0 stream is so much
> better :)

The 1.0 version will support 3.0. We're an Eclipse project now so we're
merging our development cycle with Eclipse's. But that will be a
process that won't happen overnight.

> So I tried to make it run on 3.0M4. I modified the feature and plugin
> xml files to remove the 2.1.1/2 requirements and fixed or at least
> commented-out the build errors in org.eclipse.ve.java.core. I got 25
> problems and most were easy to fix. The VE gets initialized and opens
> on new classes however, there's a NullPointerException in
> WorkingCopyProvider.getLocalWorkingCopy() - stuff that's too deep into
> the framework for my taste... However, it shouldn't be that difficult
> to fix that problem I hope. I'd really like to use VE with 3.0M5 or later.

Hang tight, we'll get there. We're committed to supporting 2.1 first
though. :-)


Regards,

Dave Orme
Re: ANN: New Visual Editor Project [message #159197 is a reply to message #158532] Wed, 19 November 2003 22:58 Go to previous messageGo to next message
Eclipse UserFriend
Stefan Matthias Aust wrote:
> David J. Orme wrote:
>
>> Today I'm pleased to announce Eclipse's creation of the long-awated
>> Visual Editor Project!
>
>
> Great news! Thank you to everyone who made this possible.
>
> Do you plan to also support Eclipse 3.0? Right now, the VE seems to
> require Eclipse 2.1.2. That's a small disappointment. I wouldn't want
> to downgrade to 2.1.2 just for the UI builder, the 3.0 stream is so much
> better :)
>
> So I tried to make it run on 3.0M4. I modified the feature and plugin
> xml files to remove the 2.1.1/2 requirements and fixed or at least
> commented-out the build errors in org.eclipse.ve.java.core. I got 25
> problems and most were easy to fix. The VE gets initialized and opens
> on new classes however, there's a NullPointerException in
> WorkingCopyProvider.getLocalWorkingCopy() - stuff that's too deep into
> the framework for my taste... However, it shouldn't be that difficult
> to fix that problem I hope. I'd really like to use VE with 3.0M5 or later.

The more people helping us with the testing/debugging of the current
version, the faster we can get going on the Eclipse 3.0 and SWT support.

If you're interested, I'm sure Gili will make an announcement about the
next test iteration soon over on eclipse.ve. ;-)


Best Regards,

Dave Orme
Re: ANN: New Visual Editor Project [message #159205 is a reply to message #159182] Wed, 19 November 2003 23:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsk.email.arizona.edu

Thanks Dave, I had missed that but it was fantastic (Very informative. I
played with the editor for 30mins and didn't noticed 1/2 of this stuff!)

David J. Orme wrote:
> Sergey Smirnov wrote:
>
>>> BTW, very nice made viewlet demo I liked it much!
>>>
>>
>> Where is viewlet demo?
>>
>
> Off of the documentation page, or here's the direct link (requires
> ShockWave).
>
> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/docs/demos/custom_field/FieldBean.html
>
>
>
> Regards,
>
> Dave Orme
>
Re: ANN: New Visual Editor Project [message #159213 is a reply to message #159205] Wed, 19 November 2003 23:21 Go to previous messageGo to next message
Eclipse UserFriend
Riyad Kalla wrote:
> Thanks Dave, I had missed that but it was fantastic (Very informative. I
> played with the editor for 30mins and didn't noticed 1/2 of this stuff!)

Thanks. Gili's team deserves a lot of credit here. They have really
done nice work.


Regards,

Dave
Re: ANN: New Visual Editor Project [message #159221 is a reply to message #159213] Wed, 19 November 2003 23:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsk.email.arizona.edu

I'm actually floored at this release. The round-tripping alone has me
impressed, but the round tripping PLUS all of the synchronization and UI
tools... its absolutely out of control.

I downloaded the source... the fact that I almost ran out of hard drive
space just pulling it makes me:

1) Scared of it
2) Impressed to hell and back that they created this.

I'm just grateful that IBM/Eclipse decided to donate it, that's some
really fantastic developer brownie points in my book.

David J. Orme wrote:
> Riyad Kalla wrote:
>
>> Thanks Dave, I had missed that but it was fantastic (Very informative.
>> I played with the editor for 30mins and didn't noticed 1/2 of this
>> stuff!)
>
>
> Thanks. Gili's team deserves a lot of credit here. They have really
> done nice work.
>
>
> Regards,
>
> Dave
>
Re: ANN: New Visual Editor Project [message #159243 is a reply to message #158943] Thu, 20 November 2003 00:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: scheglov_ke.nlmk.ru

In eclipse.platform Jim Palistrant <palistra@us.ibm.com> wrote:

I know at least one more or less good and free CPU profiler for Eclipse. ;-)

> Well, WSSD had the VEJ so hopefully you are using the EJB tools or the
> performance profiling tools that are specific to WSAD. :-)

> Tom wrote:

>> Wow, and it works like a charm. Now I wonder why we purchased WSAD.
>>

> --
> Jim Palistrant
> IBM Worldwide Technical Consultant - WebSphere Development Tools


--
SY, Konstantin.
Advanced Eclipse SWT Designer (http://www.swt-designer.com)
Re: ANN: New Visual Editor Project [message #159332 is a reply to message #159197] Thu, 20 November 2003 05:29 Go to previous messageGo to next message
Eclipse UserFriend
David J. Orme wrote:

> The more people helping us with the testing/debugging of the current
> version, the faster we can get going on the Eclipse 3.0 and SWT support.

From my point of view, 3.0 support is more important than SWT support.
I already own the Instantiations SWT Designer (which runs on 3.0M4) so
I don't really need another SWT designer as much as I'd like to develop
Swing GUIs with Eclipse 3.0 :)

> If you're interested, I'm sure Gili will make an announcement about the
> next test iteration soon over on eclipse.ve. ;-)

I'll monitor that news group and I'll try to help as much as possible.
If I'd now more about the interna of Editors, Documents and Working
Copies I'd probably already have tried to work around that
NullPointerException...


bye
--
Stefan Matthias Aust // "Ist es normal, nur weil alle es tun?" -F4
Re: ANN: New Visual Editor Project [message #159566 is a reply to message #158849] Thu, 20 November 2003 12:24 Go to previous messageGo to next message
Eclipse UserFriend
What release is swt support targeted for?

Gili Mendel wrote:
> The next VE release (1.0.0) will be based on Eclipse 3.x.
>
> Eugene Kuleshov wrote:
>
>>
>> That is very interesting and long awaited functionality.
>>
>> What are the plans to run VEP, GEF and Webtools on Eclipse 3.0?
>>
>> For GEF it is probably not an issue, just a matter of changing
>> required version of platform in plugin manifest, but I was not able to
>> run VEP on 3.0.
>>
>> regards,
>> Eugene
>>
>>
>> David J. Orme wrote:
>>
>>> Today I'm pleased to announce Eclipse's creation of the long-awated
>>> Visual Editor Project!
>>>
>>> The Visual Editor Project will be two things:
>>>
>>> - Reference GUI builder implementations for Swing *and* sWT.
>>>
>>> - A framework making it easier to create new GUI builders for your
>>> favorite language and widget set. Or just to create GUI builder
>>> enhancements for your favorite Swing or SWT features. Prefer C/C++?
>>> Help us add C/C++ support and you've got it.
>>>
>>> What's here today?
>>>
>>> Today we've delivered first-class Swing support based upon the code
>>> base that has previously only been available to IBM Websphere
>>> Application Developer customers. Advanced Systems Concepts, IBM,
>>> Instantiations, and Red Hat along with any of you who want to
>>> contribute will be working together to add first-class SWT support in
>>> the coming months.
>>>
>>> So where's the goods?
>>>
>>> Just click on over to http://www.eclipse.org/vep to visit our project
>>> home page!
>>>
>>> Or if you want to read the formal announcement, it's at
>>>
>>> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/PRGUIBuilder.final.html
>>>
>>>
>>> The project newsgroup and mailing list should appear sometime today
>>> or tomorrow in the usual places. (The Eclipse infra team tells me
>>> they're swamped so they might not get to it as quickly as they might
>>> like.) Until the newsgroup/mailing list are live, we'll be hanging
>>> out on eclipse.platform, so you can ask questions there for the time
>>> being.
>>>
>>> I Look forward to seeing you there and I'm excited about what we can
>>> do together!
>>>
>>>
>>> Best regards,
>>>
>>> Dave Orme
>>> Visual Editor Project lead
>>> Chief architect of SWTworkbench
>>>
>>
>
Re: ANN: New Visual Editor Project [message #159860 is a reply to message #159332] Thu, 20 November 2003 22:18 Go to previous messageGo to next message
Eclipse UserFriend
Stefan Matthias Aust wrote:
> David J. Orme wrote:
>
>> The more people helping us with the testing/debugging of the current
>> version, the faster we can get going on the Eclipse 3.0 and SWT support.
>
>
> From my point of view, 3.0 support is more important than SWT support.

I agree. But we really want to stabilize on 2.1 first. Not everybody
works with the bleeding edge. :-)

> I already own the Instantiations SWT Designer (which runs on 3.0M4) so
> I don't really need another SWT designer as much as I'd like to develop
> Swing GUIs with Eclipse 3.0 :)
>
>> If you're interested, I'm sure Gili will make an announcement about
>> the next test iteration soon over on eclipse.ve. ;-)
>
>
> I'll monitor that news group and I'll try to help as much as possible.
> If I'd now more about the interna of Editors, Documents and Working
> Copies I'd probably already have tried to work around that
> NullPointerException...

Awesome! Look forward to seeing you around.

BTW, I personally found the book, /The Java Developer's Guide to
Eclipse/ to be an invaluable resource when learning about editors,
documents, working copies, and other sometimes arcane but useful Eclipse
internals. It's basically my roadmap to Eclipse plug-in development.

I can't speak to the other two books out because I haven't read them.


Regards,

Dave
Re: ANN: New Visual Editor Project [message #159868 is a reply to message #159566] Thu, 20 November 2003 22:28 Go to previous messageGo to next message
Eclipse UserFriend
David Rocks wrote:
> What release is swt support targeted for?

I don't know that we have a version number assigned yet, but right now
we're shooting for end of Q2 2004.

Of course this is all subject to change. We're merging our release
schedule with Eclipse's and we don't yet know what Eclipse's release
schedule will look like after 3.0. So, the upshot is that it'll be
ready when it's ready, yada yada yada. :-)

We have some really outstanding people already on the team with lots of
SWT and general GUI builder writing experience, so I have a lot of
confidence. On the other hand, since we're open source now, so our only
deadlines are self-imposed and the more people we've got helping, the
faster the work goes, etc...


Best Regards,

Dave
Re: ANN: New Visual Editor Project [message #160116 is a reply to message #159868] Fri, 21 November 2003 10:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsk.email.arizona.edu

While it "seems" that the dealines are self-imposed, they are actually
directly proportional to how loudly we piss and moan on this newsgroup
:) (kidding)

Dave thanks again for the amazing piece of software. Also whoever put
the viewlet together did a fantastic job really show casing the
functionality.

David J. Orme wrote:

> David Rocks wrote:
>
>> What release is swt support targeted for?
>
>
> I don't know that we have a version number assigned yet, but right now
> we're shooting for end of Q2 2004.
>
> Of course this is all subject to change. We're merging our release
> schedule with Eclipse's and we don't yet know what Eclipse's release
> schedule will look like after 3.0. So, the upshot is that it'll be
> ready when it's ready, yada yada yada. :-)
>
> We have some really outstanding people already on the team with lots of
> SWT and general GUI builder writing experience, so I have a lot of
> confidence. On the other hand, since we're open source now, so our only
> deadlines are self-imposed and the more people we've got helping, the
> faster the work goes, etc...
>
>
> Best Regards,
>
> Dave
>
Re: ANN: New Visual Editor Project [message #160271 is a reply to message #159005] Fri, 21 November 2003 14:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: KingD.tmicha.net

"Valentino Kyriakides" <vkyr@nospam-ision.net> wrote in message
news:bpg4hs$hiu$1@eclipse.org...
> "Gili Mendel" <mendelgili@netscape.net> schrieb im Newsbeitrag
> news:3FBB5D73.7070707@netscape.net...
> > The next VE release (1.0.0) will be based on Eclipse 3.x.
> >
>
> BTW, very nice made viewlet demo I liked it much!


You might want to have a web page you go to before going to the viewlet demo
to let you know that is actually what it is. I clicked on it on my lap top
which has the sound turned off and was very confused when I got a picture of
the VE home page. And also you should open it in a new page without the
Eclipse frame. On my laptop I could not see the entire graphic due to the
frame.
--
Dale King
Re: ANN: New Visual Editor Project [message #161028 is a reply to message #160116] Mon, 24 November 2003 10:48 Go to previous messageGo to next message
Eclipse UserFriend
Riyad Kalla wrote:
> While it "seems" that the dealines are self-imposed, they are actually
> directly proportional to how loudly we piss and moan on this newsgroup
> :) (kidding)
>
> Dave thanks again for the amazing piece of software. Also whoever put
> the viewlet together did a fantastic job really show casing the
> functionality.

Thanks to the amazing team that made all of this possible! (Of course,
anyone's welcome to come have fun hacking kewl code with us. ;-)

Gili created that viewlet; I agree that he did a really nice job!


Dave

--
Dave Orme
Chief Architect
Advanced Systems Concepts
http://www.swtworkbench.com
Re: ANN: New Visual Editor Project [message #161916 is a reply to message #160271] Tue, 25 November 2003 21:56 Go to previous messageGo to next message
Eclipse UserFriend
Dale King wrote:
> "Valentino Kyriakides" <vkyr@nospam-ision.net> wrote in message
> news:bpg4hs$hiu$1@eclipse.org...
>
>>"Gili Mendel" <mendelgili@netscape.net> schrieb im Newsbeitrag
>>news:3FBB5D73.7070707@netscape.net...
>>
>>>The next VE release (1.0.0) will be based on Eclipse 3.x.
>>>
>>
>>BTW, very nice made viewlet demo I liked it much!
>
>
>
> You might want to have a web page you go to before going to the viewlet demo
> to let you know that is actually what it is.

I believe this exists already in the "Documents" link off of the home
page. Am I incorrect here?

> I clicked on it on my lap top
> which has the sound turned off and was very confused when I got a picture of
> the VE home page. And also you should open it in a new page without the
> Eclipse frame. On my laptop I could not see the entire graphic due to the
> frame.

Added Bug 47483 requesting this.

Regards,

Dave
--
Dave Orme
Eclipse Visual Editor Project Lead
Advanced Systems Concepts' Chief Architect
http://www.swtworkbench.com
Re: ANN: New Visual Editor Project [message #161924 is a reply to message #161916] Tue, 25 November 2003 21:59 Go to previous message
Eclipse UserFriend
David J. Orme wrote:
> Dale King wrote:
>
>> "Valentino Kyriakides" <vkyr@nospam-ision.net> wrote in message
>> news:bpg4hs$hiu$1@eclipse.org...
>>
>>> "Gili Mendel" <mendelgili@netscape.net> schrieb im Newsbeitrag
>>> news:3FBB5D73.7070707@netscape.net...
>>>
>>>> The next VE release (1.0.0) will be based on Eclipse 3.x.
>>>>
>>>
>>> BTW, very nice made viewlet demo I liked it much!
>>
>>
>>
>>
>> You might want to have a web page you go to before going to the
>> viewlet demo
>> to let you know that is actually what it is.
>
>
> I believe this exists already in the "Documents" link off of the home
> page. Am I incorrect here?
>
>> I clicked on it on my lap top
>> which has the sound turned off and was very confused when I got a
>> picture of
>> the VE home page. And also you should open it in a new page without the
>> Eclipse frame. On my laptop I could not see the entire graphic due to the
>> frame.
>
>
> Added Bug 47483 requesting this.

It's fixed already; closing bug. :-)

(Nice work, Gili)


Dave

--
Dave Orme
Eclipse Visual Editor Project Lead
Advanced Systems Concepts' Chief Architect
http://www.swtworkbench.com
Previous Topic:update manager
Next Topic:How to checkout a file in Eclipse
Goto Forum:
  


Current Time: Sun May 11 14:27:21 EDT 2025

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

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

Back to the top