Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] VE 1.5 themes


I'd like to add

5) Documentation of the VE API

We need to solidify and document the extension points, so that people who want custom behavior for JavaBeans (property sheet, graph viewer, code generation patterns, tree behavior), layout managers, etc... can understand the VE interfaces and leverage them

Please respond to ve-dev@xxxxxxxxxxx

Sent by:        ve-dev-admin@xxxxxxxxxxx

To:        ve-dev@xxxxxxxxxxx
cc:        
Subject:        [ve-dev] VE 1.5 themes


All,

We're now nearing completion of VE 1.0.  That means that VE 1.5 is on the
horizon.  Here are some themes I've identified for VE 1.5.  Everyone please
add/delete/criticize (constructively) so we can decide what is most
important for VE 1.5.  We really want to hear what you think is important
for the next version of VE.

1) Performance

Put simply, VE can be made faster.  We intend to do so.


2) Object factory support / JFace support

JFace has taken the lead by creating SWT layouts using a

public Composite createPartControl(Composite parent);

factory method pattern.  Essential Data and other frameworks have copied
this good idea and used it all over the place.  We need to support this.


3) More coding pattern support

So you can bring your JBuilder project, NetBeans project, etc., into VE.


4) Basic RCP support

Ability to create Eclipse views and editors using VE.



What do you all think?


Regards,

Dave Orme
Eclipse Visual Editor Project lead

_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top