I am a new user of this forum. I am currently doing my dissertation which is based on GMF and I am using many epsilon languages and tools (eol, evl, etl, ewl and eugenia).
I use ewl for some in-place model transformation in my diagram. I would like to ask if it's possible to embed the ewl code in my gmf project(and later on in my plugin) because I think is not very user friendly to tell to the end user to add the ewl file in its diagram project that creates with my editor.
You can use the org.eclipse.epsilon.ewl.emf.wizards extension point for this (you'll need to add org.eclipse.epsilon.ewl.emf to the dependencies of your plugin). Please let me know if you'd like additional help with this one.
Question: The extension org.eclipse.epsilon.ewl.emf.wizards I have to add it in the plugin project that contains the ewl file or in the GMF diagram plugin?
My problem was fixed!! The problem was that I didn't remove the manually added ewl file as a gmf wizard in my project(initially I added the ewl file in the project folder and I added it as a gmf wizard from the preferences. After I removed that it worked fine). I added the plugin in my project similarly to the instructions of the evl-gmf integration as I referred to my previous reply.