google-code-export / umple

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

Allow as an option the display of generated code in UmpleOnline in a series of tabs #513

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, all the generated files are joined together in the output. And you 
can't even see the file names.

It would be better to allow, as an option, the ability to see the generated 
files in separate tabs.

This should be optional because sometimes it is highly advantageous to be able 
to search through all generated output looking for certain strings.

One way to achieve this would be to have the code that generates the single 
glommed together file to insert a special line before each file containing the 
file name, for example
//%% abcd.java

Then the option to display tabs could simply parse this and split it. Note that 
when files are in subdirectories caused by namespace directives, this would 
have to be accounted for.

An alternative would be just to look for all the generated files. The problem 
is that currently generated files may be left lying around in certain cases 
from a previous generate

Original issue reported on code.google.com by TimothyCLethbridge on 13 Feb 2014 at 6:27

GoogleCodeExporter commented 9 years ago
See also issue 326

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

GoogleCodeExporter commented 9 years ago
See also issue 326

Original comment by TimothyCLethbridge on 5 Sep 2014 at 3:06