[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: adding properties to a connection(edge)

As far as I know, the properties editor for a GMF edge is actually handled by the generated EMF Edit code, so you shouldn't need to generate the GMF diagram code itself.

You could always save the current code, regenerate the diagram editor to provide properties, and then use diff to identify the changes ;)

Jevon

maben wrote:
I need to add a property to a connection(edge) which connects nodes in my diagram. I am not in a position to regenerate the code at this point of time. Any suggestions or pointers to how I can manually add this in the generated code would be appreciated.

Thanks