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

Issue while selecting executable class present in project #30

Closed abhijit-g closed 12 years ago

abhijit-g commented 12 years ago

When user creates new class for executable, and try to add in procedure, forEach or while. It doesn't come in resources selector. But when we close the eclipse and try it appears.

aneveux commented 12 years ago

As far as I remember, there's some kind of cache mechanism in the ResourceSelector processor. That's probably why you can select the executable after restarting Eclipse, because the cache is built again. We should provide a better cache management, or at least something to refresh manually the cache.