Opening .save files in a plain text editor shows a rather messy layout. There is no indentation (except of merged TA model) and the CRLF separation is not very helpful.
This is how it looks now:
-------------------------------------------------------
<TYPEDEFS>
<COMPONENTDESC id="Clockenzie#1">
<OUTPORT mode="trig" type="void" id="clockOut#2"/>
<REALISATION>
<CLOCK period="10" jitter="0">
</CLOCK>
</REALISATION>
</COMPONENTDESC>
<COMPONENTDESC id="Comp01#9">
<INPORT mode="trig" type="void" id="comp02In#10"/>
<OUTPORT mode="trig" type="void" id="comp02Out#11"/>
<BEHAVIOUR>
<MODEL filename="dummy01" type="TA">
</MODEL>
</BEHAVIOUR>
<REALISATION>
<ENTRYFUNC filename="---" entry="---">
</ENTRYFUNC>
</REALISATION>
</COMPONENTDESC>
</TYPEDEFS>
-------------------------------------------------------
Also, for some reason, the "normal" .save and the "Uppaal" .save have different line-endings. (normal is "unix" styled, and Uppaal is "windows" styled).
Logged In: YES
user_id=803361
Originator: YES
For inspiration, open in Visual Studio, CTRL-K, CTRL-D.. ;)