If I run the tests project (generated by Eugenia), as Eclipse application, I can create a “beautiful” editor:

But if I export everything as a plugin I only can create a “ugly” editor (similar to the genmodel file):

The same happens if I try to create a RCP application:

Is there a “magic” option to generated the “beautiful” editor?
Thanks for any help! 🙂
Carlos
We have to mix the power of Eugenia with the power of GMF. It is the best way I have found to do it:
And in my particular case and because I’m using .svg images so I get an error, to solve it I have to:
I hope it helps to somebody!
Carlos