luisandresilva / reprotool

Automatically exported from code.google.com/p/reprotool
0 stars 0 forks source link

Implement missing actions in the ProjectEditor #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Create "[+] = Add Use Case" action similar to the "[+] Add Actor" action.
2. Add popup menu to the ProjectEditor as follows:

Use Cases:
- Delete Use Case
- Open Use Case in Editor

Actors:
- Delete Actor

Conceptual Objects:
- Delete Conceptual Object

Original issue reported on code.google.com by viliam.s...@gmail.com on 18 Dec 2011 at 7:33

GoogleCodeExporter commented 8 years ago
3. Use Case should be opened in the Use Case Editor when user double-clicks the 
Use-case in the ProjectEditor

Original comment by viliam.s...@gmail.com on 18 Dec 2011 at 7:41

GoogleCodeExporter commented 8 years ago
fixed:
1. [+] button is part of use cases, actors and conceptual objects sections.
2. popup menu contains delete action. Delete also has keybinding on
   "Delete" key.
3. double click on use case opens use case editor, on conceptual object or
   actor it opens editing dialog.

Original comment by jiri.vin...@gmail.com on 1 Jan 2012 at 4:51