Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Visual Editor 1.1M1 released
Visual Editor 1.1M1 released [message #88614] Mon, 25 April 2005 16:42 Go to next message
Eclipse UserFriend
All,

I'm pleased to announce the immediate availability of the Visual Editor
1.1 M1. This build is compatible with Eclipse 3.1M6 only, and adds some
of the following highlights:

- Supports directly editing an Eclipse View

- The Visual Editor saves its introspection data and opens on average
30% faster on subsequent loads of the same class. Cleaning the project
flushes this cache.

....and much more.

The New and Noteworthy page is available at:

http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/docs/newAndNoteworthy/1.1-M1/vep-news-f inal.html

The download page is available at:

http://download.eclipse.org/tools/ve/downloads/drops/S-1.1M1 -200504251532/index.html


Best Regards,

Dave Orme

--
Visual Editor Project lead
http://www.db4o.com -- The Open-source Java Object Database
http://xswt.sf.net -- XML-based SWT page description language
Re: Visual Editor 1.1M1 released [message #88749 is a reply to message #88614] Tue, 26 April 2005 17:13 Go to previous messageGo to next message
Eclipse UserFriend
Congratulations to VE team!

Francesc
Re: Visual Editor 1.1M1 released [message #88838 is a reply to message #88614] Wed, 27 April 2005 20:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nospam.nospam.org

NICE!!!! I was hoping you guys would halt new features and work solely on
performance and this is MUCH faster, great move in the right direction.
Thanks!


"David J. Orme" <djo@coconut-palm-software.com> wrote in message
news:d4jks1$dsq$1@news.eclipse.org...
> All,
>
> I'm pleased to announce the immediate availability of the Visual Editor
> 1.1 M1. This build is compatible with Eclipse 3.1M6 only, and adds some
> of the following highlights:
>
> - Supports directly editing an Eclipse View
>
> - The Visual Editor saves its introspection data and opens on average 30%
> faster on subsequent loads of the same class. Cleaning the project
> flushes this cache.
>
> ...and much more.
>
> The New and Noteworthy page is available at:
>
> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/docs/newAndNoteworthy/1.1-M1/vep-news-f inal.html
>
> The download page is available at:
>
> http://download.eclipse.org/tools/ve/downloads/drops/S-1.1M1 -200504251532/index.html
>
>
> Best Regards,
>
> Dave Orme
>
> --
> Visual Editor Project lead
> http://www.db4o.com -- The Open-source Java Object Database
> http://xswt.sf.net -- XML-based SWT page description language
Re: Visual Editor 1.1M1 released [message #89311 is a reply to message #88614] Tue, 03 May 2005 07:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: akan.aiqa.com

I am trying to use VE 1.1M1 with eclipse 3.1M6. When I try to create a
gui with swt I see lots of errors. The simplest one is when I add a
button it creates this code

button = new Button();

wheere Button() is not acceptible. Is there a problem with what I am
doing ?

thanks,
aiQa

David J. Orme wrote:
> All,
>
> I'm pleased to announce the immediate availability of the Visual Editor
> 1.1 M1. This build is compatible with Eclipse 3.1M6 only, and adds some
> of the following highlights:
>
> - Supports directly editing an Eclipse View
>
> - The Visual Editor saves its introspection data and opens on average
> 30% faster on subsequent loads of the same class. Cleaning the project
> flushes this cache.
>
> ...and much more.
>
> The New and Noteworthy page is available at:
>
> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/docs/newAndNoteworthy/1.1-M1/vep-news-f inal.html
>
>
> The download page is available at:
>
> http://download.eclipse.org/tools/ve/downloads/drops/S-1.1M1 -200504251532/index.html
>
>
>
> Best Regards,
>
> Dave Orme
>
Re: Visual Editor 1.1M1 released [message #89325 is a reply to message #89311] Tue, 03 May 2005 08:02 Go to previous messageGo to next message
Eclipse UserFriend
Hi aiQa,

> I am trying to use VE 1.1M1 with eclipse 3.1M6. When I try to create a
> gui with swt I see lots of errors. The simplest one is when I add a
> button it creates this code
>
> button = new Button();
>
> wheere Button() is not acceptible. Is there a problem with what I am
> doing ?

What JRE level are you using ? Is it 1.4.2 ?

Best regards,

Joe Winchester
Re: Visual Editor 1.1M1 released [message #89519 is a reply to message #89325] Wed, 04 May 2005 00:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: akan.aiqa.com

I am using jre 1.5_02. Is this a problem?

Joe Winchester wrote:
> Hi aiQa,
>
>> I am trying to use VE 1.1M1 with eclipse 3.1M6. When I try to create a
>> gui with swt I see lots of errors. The simplest one is when I add a
>> button it creates this code
>>
>> button = new Button();
>>
>> wheere Button() is not acceptible. Is there a problem with what I am
>> doing ?
>
>
> What JRE level are you using ? Is it 1.4.2 ?
>
> Best regards,
>
> Joe Winchester
Re: Visual Editor 1.1M1 released [message #89583 is a reply to message #89519] Wed, 04 May 2005 05:58 Go to previous messageGo to next message
Eclipse UserFriend
aiQa wrote:

> I am using jre 1.5_02. Is this a problem?

We haven't tested on 1.5 yet. Could you try it with 1.4.2 if possible
and see if that helps ?

The reason I'm asking is that there was a bug in early 1.4 versions with
the way the J2SE Introspector worked where because of the presence of
the Swing BeanInfo classes these were being picked up instead of the SWT
ones. This caused the introspector to think that SWT's Button had its
metadata being provided by the Swing Button class and this was fixed in
1.4.2. I hope it hasn't regressed in 1.5 and I'll take a look, but in
the meantime if you could try 1.4.2 and let us know how you get on
that'd be great.

Best regards,

Joe Winchester
Re: Visual Editor 1.1M1 released [message #89608 is a reply to message #89583] Wed, 04 May 2005 07:48 Go to previous message
Eclipse UserFriend
Originally posted by: akan.aiqa.com

Joe Winchester wrote:
but in
> the meantime if you could try 1.4.2 and let us know how you get on
> that'd be great.
>
> Best regards,
>
> Joe Winchester

Hi,

I tried with 1.4.2 and 1.5.0_02 and both worked for the button. (Problem
was releated with my setup)
Re: Visual Editor 1.1M1 released [message #607253 is a reply to message #88614] Tue, 26 April 2005 17:13 Go to previous message
Eclipse UserFriend
Congratulations to VE team!

Francesc
Re: Visual Editor 1.1M1 released [message #607259 is a reply to message #88614] Wed, 27 April 2005 20:04 Go to previous message
Eclipse UserFriend
Originally posted by: nospam.nospam.org

NICE!!!! I was hoping you guys would halt new features and work solely on
performance and this is MUCH faster, great move in the right direction.
Thanks!


"David J. Orme" <djo@coconut-palm-software.com> wrote in message
news:d4jks1$dsq$1@news.eclipse.org...
> All,
>
> I'm pleased to announce the immediate availability of the Visual Editor
> 1.1 M1. This build is compatible with Eclipse 3.1M6 only, and adds some
> of the following highlights:
>
> - Supports directly editing an Eclipse View
>
> - The Visual Editor saves its introspection data and opens on average 30%
> faster on subsequent loads of the same class. Cleaning the project
> flushes this cache.
>
> ...and much more.
>
> The New and Noteworthy page is available at:
>
> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/docs/newAndNoteworthy/1.1-M1/vep-news-f inal.html
>
> The download page is available at:
>
> http://download.eclipse.org/tools/ve/downloads/drops/S-1.1M1 -200504251532/index.html
>
>
> Best Regards,
>
> Dave Orme
>
> --
> Visual Editor Project lead
> http://www.db4o.com -- The Open-source Java Object Database
> http://xswt.sf.net -- XML-based SWT page description language
Re: Visual Editor 1.1M1 released [message #607310 is a reply to message #88614] Tue, 03 May 2005 07:09 Go to previous message
Eclipse UserFriend
Originally posted by: akan.aiqa.com

I am trying to use VE 1.1M1 with eclipse 3.1M6. When I try to create a
gui with swt I see lots of errors. The simplest one is when I add a
button it creates this code

button = new Button();

wheere Button() is not acceptible. Is there a problem with what I am
doing ?

thanks,
aiQa

David J. Orme wrote:
> All,
>
> I'm pleased to announce the immediate availability of the Visual Editor
> 1.1 M1. This build is compatible with Eclipse 3.1M6 only, and adds some
> of the following highlights:
>
> - Supports directly editing an Eclipse View
>
> - The Visual Editor saves its introspection data and opens on average
> 30% faster on subsequent loads of the same class. Cleaning the project
> flushes this cache.
>
> ...and much more.
>
> The New and Noteworthy page is available at:
>
> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/docs/newAndNoteworthy/1.1-M1/vep-news-f inal.html
>
>
> The download page is available at:
>
> http://download.eclipse.org/tools/ve/downloads/drops/S-1.1M1 -200504251532/index.html
>
>
>
> Best Regards,
>
> Dave Orme
>
Re: Visual Editor 1.1M1 released [message #607311 is a reply to message #89311] Tue, 03 May 2005 08:02 Go to previous message
Eclipse UserFriend
Hi aiQa,

> I am trying to use VE 1.1M1 with eclipse 3.1M6. When I try to create a
> gui with swt I see lots of errors. The simplest one is when I add a
> button it creates this code
>
> button = new Button();
>
> wheere Button() is not acceptible. Is there a problem with what I am
> doing ?

What JRE level are you using ? Is it 1.4.2 ?

Best regards,

Joe Winchester
Re: Visual Editor 1.1M1 released [message #607324 is a reply to message #89325] Wed, 04 May 2005 00:26 Go to previous message
Eclipse UserFriend
Originally posted by: akan.aiqa.com

I am using jre 1.5_02. Is this a problem?

Joe Winchester wrote:
> Hi aiQa,
>
>> I am trying to use VE 1.1M1 with eclipse 3.1M6. When I try to create a
>> gui with swt I see lots of errors. The simplest one is when I add a
>> button it creates this code
>>
>> button = new Button();
>>
>> wheere Button() is not acceptible. Is there a problem with what I am
>> doing ?
>
>
> What JRE level are you using ? Is it 1.4.2 ?
>
> Best regards,
>
> Joe Winchester
Re: Visual Editor 1.1M1 released [message #607328 is a reply to message #89519] Wed, 04 May 2005 05:58 Go to previous message
Eclipse UserFriend
aiQa wrote:

> I am using jre 1.5_02. Is this a problem?

We haven't tested on 1.5 yet. Could you try it with 1.4.2 if possible
and see if that helps ?

The reason I'm asking is that there was a bug in early 1.4 versions with
the way the J2SE Introspector worked where because of the presence of
the Swing BeanInfo classes these were being picked up instead of the SWT
ones. This caused the introspector to think that SWT's Button had its
metadata being provided by the Swing Button class and this was fixed in
1.4.2. I hope it hasn't regressed in 1.5 and I'll take a look, but in
the meantime if you could try 1.4.2 and let us know how you get on
that'd be great.

Best regards,

Joe Winchester
Re: Visual Editor 1.1M1 released [message #607330 is a reply to message #89583] Wed, 04 May 2005 07:48 Go to previous message
Eclipse UserFriend
Originally posted by: akan.aiqa.com

Joe Winchester wrote:
but in
> the meantime if you could try 1.4.2 and let us know how you get on
> that'd be great.
>
> Best regards,
>
> Joe Winchester

Hi,

I tried with 1.4.2 and 1.5.0_02 and both worked for the button. (Problem
was releated with my setup)
Previous Topic:MenuBar
Next Topic:BeanInfo
Goto Forum:
  


Current Time: Sun Jun 08 09:44:16 EDT 2025

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

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

Back to the top