MathewWi / umple

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

Allow multiple files umple in UmpleOnline using tabs. #326

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently UmpleOnline operates on a single model.ump file when it is editing.

This project would do the following:

1. If there are additional .ump files in the directory, it would create tabs in 
Umple Online. Clicking on a tab would load the file into model.ump (for 
compatibility) and display it. Saving model.ump would save the file also to the 
appropriate named file.

2. There would be the ability to add a tab, and tabs would be renewable, 
although the .ump extension would be automatically part of the name of the 
underlying file.

3. Code generation would compile the current file, but use clauses would be 
used to enable compiling of all the files. See also issue 325 for the ability 
to use files in standard libraries.

4. It should be possible to export all the ump files by downloading as a zip 
file, as can be done with generated code. Similarly the ability to upload 
should be possible for a set of files.

5. The diagram displayed would always be the one associated with the current 
file, although a mechanism could be incorporated to allow for use of different 
diagram files with the same model file.

6. The entire Umple system compiler should be able to be displayed in this 
manner in UmpleOnline (although don't copy the files).

Original issue reported on code.google.com by TimothyCLethbridge on 16 Aug 2012 at 5:31

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 31 Dec 2012 at 6:09

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 8 Jul 2013 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 13 Feb 2014 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 13 Feb 2014 at 6:22

GoogleCodeExporter commented 9 years ago
See also issue 513

Original comment by TimothyCLethbridge on 13 Feb 2014 at 6:31