Summary: | Duplicating of a Class to rename and modify it later is useless | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Pedram GANJEH-HADIDI <ganjeh_hadidi> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | kde, lynx21.12.12, okellogg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pedram GANJEH-HADIDI
2010-09-27 12:15:48 UTC
Shared- vs deep-copy are both useful features. If you want a "shared copy" of a widget, that means having two widgets pointing to the same UML object representation, use copy/paste on the widget. You can have different styles on the widget, but adding attributes, changing name etc will affect all widgets on all diagrams that belong to the same UML object. If you want a "deep copy" of a widget, use the "Duplicate" item in the right-click context menu. I'm closing this bug but please file a new bug if there are still ideas on how we can handle this better. *** Bug 195394 has been marked as a duplicate of this bug. *** *** Bug 107358 has been marked as a duplicate of this bug. *** |