joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Evaluate ZEST Layout Feature #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Joerg pointed me to a forum thread, where a user has implemented a 
LayoutFeature based on the ZEST visualization framework:

http://www.eclipse.org/forums/index.php/mv/msg/262250/757201/#msg_757201

Attached to the thread is the source of the class.

If the LayoutFeature turns out to be useful it should be added to the graphiti 
runtime plugin. This would also require extending the target platform by ZEST.

I need exactly something like this for a customer project to initialize a Spray 
based diagram from a model file.

Original issue reported on code.google.com by karsten....@googlemail.com on 23 Nov 2011 at 6:02

Attachments:

GoogleCodeExporter commented 9 years ago
This basically works, but I think we have to evolve it a bit. The feature does 
layout a whole diagram. This should also be possible with a selection.

What needs to be thought of is whether this feature should be outsourced into a 
seperate plugin, since it is the only reason for a dependency to Zest, maybe

   org.eclipselabs.spray.runtime.graphiti.zest

Original comment by karsten....@googlemail.com on 23 Nov 2011 at 9:50

GoogleCodeExporter commented 9 years ago
Added new plugin and integrated Zest SDK into target platform.

Done with build#184

The feature has to be tested now a bit.

Original comment by karsten....@googlemail.com on 25 Nov 2011 at 8:54

GoogleCodeExporter commented 9 years ago
Added the plugin to the features.

Added documentation to new Cookbook section of the User Guide.

Original comment by karsten....@googlemail.com on 25 Nov 2011 at 10:07

GoogleCodeExporter commented 9 years ago
Zest plugin has been added. For further issues other issue reports should be 
opened.

Original comment by karsten....@googlemail.com on 29 Nov 2011 at 8:08