[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Link to node connection deletion

Hi Alex,

Thanks for your help.
I saw the log and found an error which lead me to a problem in a selectionEditPlociy I made. The problem came from that.
In fact the GMF code is perfect in that case !
Thanks for the framework and the help !


Guillaume

Alex Shatalin a Ãcrit :
Hello Guillaume,

You can use generated EcoreBaseItemSemanticEditPolicy.getDestroyEdgesCommand() if you want to delete link pointing to the link being deleted.

In addition you can submit a request to support this situation in GMF code generator (shutdown all incoming/outgoing links to/from âthe linkâ during âthe linkâ deletion).

Does it miss something ?
Looks like posted snipped is correct. Can you see any exceptions in the log/debugger thrown during link deletion?

-----------------
Alex Shatalin