awltech / org.parallelj.studio

ParallelJ-Studio is a part of the ParallelJ project corresponding to the Eclipse plug-ins part. It contains the graphical editor, but also the code generator and the ParallelJ metamodel. More information can be found on our website: http://www.parallelj.org
http://www.parallelj.org
3 stars 2 forks source link

Replace EEF properties view for easier Eclipse Indigo compliance #14

Closed aneveux closed 13 years ago

aneveux commented 13 years ago

For ParallelJ 0.7.x, based on top of Eclipse 3.6, we were using EEF so as to manage the properties view. We used the 0.8.x version of this framework, but since it was released in a 1.x version with Eclipse 3.7, all of our source code needs to be written again, as all the API changed.

As EEF is still delivered in incubation mode, and as we use it only for managing properties view (and quite simple properties view, by the way), it's not interesting for us to keep this framework as a dependency, as we need to write again all of our properties view. We should now use another tool so as to provide similar properties view, with a higher level of maintnability.

aneveux commented 13 years ago

Replaced EEF by a custom framework, and updated ParallelJ feature. See:

aneveux commented 13 years ago

To be released in 0.8 milestone.