Opened 11 years ago
Closed 11 years ago
#2713 closed defect (duplicate)
Add duplicate class feature
Reported by: | Francesco Casella | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.9.3 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: | alberto.leva@… |
Description
In many cases, people develop new classes by making a copy of an existing one and then modifying it. Currently, it is only possible to do this in OMEdit if the new class is in the same package, by creating a new model and then copying and pasting the textual code in the new model text code window.
It would be good to have a Duplicate Class feature, that creates a copy of a class, possibly in a new package. In this case, the appropriate refactoring should be applied to the declarations so that they remain valid.
Note:
See TracTickets
for help on using tickets.
Duplicate of #2190