Open arobinsongit opened 9 years ago
I like that. Fits easily into existing design.
That's what I figured. After focusing on the core stuff, rolling it up to a single file should be easy.
Yeah, the data structure actually supports that already. It's one class for each template that has sub-classes for the various data within the template. For exporting, I just was picking out the sub-classes to build files.
Very good. Make sure you stay disciplined and keep the class structure. When you are done we can very easily add feature to export as JSON also with very little effort.
Need the option to create a single XML file with everything or multiple XML files with just scripts, just attributes, or every thing as a separate file like one file per script, one file per attribute.