| 1 | = ProMoT Visual Editor = |
| 2 | |
| 3 | 1. Save a model (as) |
| 4 | 2. Close the editor |
| 5 | 3. Drag&Drop a class from the !BrowserTree to the Modules-palette/ !ConstructionArea |
| 6 | 4. Drag&Drop a class from the Modules-palette to the !ConstructionArea |
| 7 | 5. Delete a class in the Modules-palette |
| 8 | 6. Disposing a slot in the !ConstructionArea of the !PaletteWindow is tested in the junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdDisposeTest.java] |
| 9 | 7. Open a further Visual Editor for the class of a slot |
| 10 | 8. Rename a connected slot is tested in junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/CmdRenameTest.java], missing test for unconnected |
| 11 | 9. Connect two slots |
| 12 | 10. Translate a slot |
| 13 | 11. Propagate a terminal from a slots port (logical gate terminal, logical compound terminal, dynamic terminals) |
| 14 | 12. Copy&Paste a selection of slots (inside one/ between two editors) |
| 15 | 13. !EditDetailsDialog (single changes/combination of changes) |
| 16 | 14. Elevate a modules content to the current level (de-modularization) |
| 17 | 15. Create a new class from a selection (modularization) |
| 18 | 16. Export graphics |
| 19 | 17. Set Map number |
| 20 | 18. Set parameter to selection |
| 21 | 19. Setting the model size is tested in [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdSetModelSizeTest.java] |
| 22 | 20. Fitting the model size to module content is also tested in [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdSetModelSizeTest.java] |