[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Property sheet

I'm running 2.0M4 too and EMF 20071221.
I've got two project, and the second running well but was generated with an older version.
I will try to re-generate this one with the new version and see what happen.


For your question, if you change your gmfmap model (or gmfgraph, gmftool) you must generate a new gmfgen because .genmodel and .gmfgen are the models used to generate the code. If you don't, changes will not appear in your code. And the parameters you have made in .gmfgen will be preserved.

Guillaume

Miles Parker a écrit :

Guillaume,

Thye exact same thing happened to me. I was assuming that it was some configuration nasty that I'd missed somehow, but if you're seing this too.. I'm running 2.0M4 and the EMF 20070118 drop.

We've been annoyed by the other issue as well, but sorry, no resolution, short of marking the file as read-only. :)

btw, does anyone know the "rule" about when it is required to generate a new gmfgen? To be on the safe side I do it everytime I do a change in the gmfmap..

Miles

On 2007-01-25 03:19:11 -0500, Guillaume Gauffre <gauffre@xxxxxxx> said:

HI,

I'm working for a while on a GMF project to design our own editor for model engineering. Since last week, i've got somethnig very strange :
I can't access to core node properties in my GMF editor, for all instances, the list of core properties is simply empty !
I don't find where a change made that.
Does anyone have an idea ?
I have another question : I use my own image files to draw my components, so I use the plugin org.eclipse.gmf.runtime.draw2d.ui.render
When I regenrate diagram code, the plugin dependencies are re-initialized, is there a way to preserve the dependencies during generation ?


Thnak you

Guillaume