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

Allow to select a @Program object as executable in properties view #15

Closed aneveux closed 12 years ago

aneveux commented 12 years ago

Currently, the properties view allows to select a Callable or even a Runnable as an executable of a Procedure, we should be able to select also a @Program object.

See #9 for more information about the properties view and Resource Selector, and see archives source code for the @Program processor.