Bug 129533 - Fully supporting abitrary resource factory
Summary: Fully supporting abitrary resource factory
Status: NEW
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P2 enhancement
Target Milestone: 2.1   Edit
Assignee: Anthony Hunter CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 164334 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-27 04:20 EST by Alex Shatalin CLA
Modified: 2011-02-24 06:28 EST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Shatalin CLA 2006-02-27 04:20:25 EST
Currently a number of runtime features works only with the resources loaded using GMFResourceFactory (GMFResource) in particular:
- Copy/paste https://bugs.eclipse.org/bugs/show_bug.cgi?id=125562
- Other model refactorings (see http://www.eclipse.org/newsportal/article.php?id=1485&group=eclipse.technology.gmf#1485 for details)

As we agree, runtime code should work with any resources loaded by any resource factories.
Comment 1 Vishy Ramaswamy CLA 2006-04-19 09:33:17 EDT
This will be addressed in the next release. 
Comment 2 Alex Shatalin CLA 2007-03-21 14:04:35 EDT
Comment from bug #125562:

Copy / paste does not work on generated editors because the semantic elements
are not referenced using GUIDS, but rather relative hrefs.

Looks like this is a reason of disfunctions in generated editors.
Comment 3 Mohammed Mostafa CLA 2007-04-17 13:30:04 EDT
*** Bug 164334 has been marked as a duplicate of this bug. ***
Comment 4 Anthony Hunter CLA 2007-06-19 11:38:15 EDT
Not yet assigned to a release (assigned to a milestone with the Plan keyword).

Moving to the next release, GMF 2.1. 
Comment 5 Stefan Kuhn CLA 2008-02-18 22:40:27 EST
I've also got copy and paste problems- and I'm working on uml2 models.
Comment 6 Eclipse Webmaster CLA 2010-07-19 21:58:15 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime was the original product and component for this bug
Comment 7 popjxc CLA 2010-10-08 02:08:10 EDT
I use GMF 2.3.0, and my model is stored in a separated file, still the copy and paste could not work...

How can I fix it?
Comment 8 popjxc CLA 2010-10-26 04:29:07 EDT
(In reply to comment #7)
> I use GMF 2.3.0, and my model is stored in a separated file, still the copy and
> paste could not work...
> 
> How can I fix it?

Only the graphics is copied, but the model element do not.