[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: copy paste issue

Hi,

I don't really know why that may be happening but as GMF copy & paste didn't 
satisfy my requirements I chose to implement my own copy & paste. You can 
see a presentation I made here:

http://www.moskitt.org/fileadmin/conselleria/documentacion/Presentaciones/MOSKitt-CopyPasteSupport.pdf

Don't send me an email to the email that is in the presentation because it's 
no longer my email :-). The basics of the presentation is that I replaced 
via extension points the classes that are executed when making copy & paste 
by my classes. If you want to see the code you can download MOSKitt in 
www.moskitt.org. It's in the plugin "es.cv.gvcase.mdt.common".

Regards

Mario

"markitus" <jxtamarc@xxxxxxxxx> escribió en el mensaje 
news:gnk0r1$ekk$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I'm trying to copy and paste single elements from a model into a new
> model. Apparently it looks like it's done, since I can see a graphical
> copy of that element, but if I try to save the diagram and open it back
> it just disappears.
>
> any ideas?? this is starting to drive me crazy. I haven't been able to
> find any complete and clear example of a simple copy paste action on GMF.
> Many people has already asked this issue on this list before me but it
> seems like there aren't any convincing solution.
>
> Please, help!
>
> thank you!
>