luisandresilva / reprotool

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

Change reprotool project to save whole model into one file #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Change reprotool project to save whole model into one file. 

Current implementation has hardcoded dependency on "project.swproj" file which 
contains actors and references to the use cases. New implementation will store 
whole model in one file which will simplify project traversal, reference 
finding and refactoring. 

Project structure will be shown in outline view.

Note: If it becomes clear that file is too big and it's loading too slow, model 
can be easily tweaked with cross-document contaiment reference change.

Original issue reported on code.google.com by jiri.vin...@gmail.com on 6 Aug 2011 at 1:34

GoogleCodeExporter commented 8 years ago
Whole project is now saved in one .swproj file

Original comment by jiri.vin...@gmail.com on 11 Oct 2011 at 5:03