Open GoogleCodeExporter opened 9 years ago
it may be a problem with the syntax highlighting library we use. but i didn't
check.
Original comment by fmorbini
on 24 Oct 2012 at 5:14
i think it's a result of xml formatting during scxml serialize
in the file it will be formatted:
<scxml initial="start" version="0.9" xmlns="http://www.w3.org/2005/07/scxml">
<state id="start">
<datamodel>
<timeout>23:00:00</timeout>
<name>start</name>
<dummy></dummy>
</datamodel>
</state>
</scxml>
<timeout>23:00:00</timeout>
<name>start</name>
<dummy></dummy>
and when you reopen datamodel editor
the first line does not have spaces in front
and others does
i think datamodel must be reformatted on open (as on save).
Original comment by daggett....@gmail.com
on 25 Oct 2012 at 5:37
Original issue reported on code.google.com by
daggett....@gmail.com
on 9 Oct 2012 at 5:42