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 the ResourceSelector to select a Block object #24

Closed aneveux closed 12 years ago

aneveux commented 12 years ago

The ResourceSelector doesn't allow us to select a Block as an executable of a Procedure for the moment. We need to fix this.

aneveux commented 12 years ago

This actually works while you select a ForEach or WhileLoop.