ceed-cpp icon indicating copy to clipboard operation
ceed-cpp copied to clipboard

Consistent ordering of elements in imageset XML output.

Open chrisbigart opened this issue 2 years ago • 1 comments
trafficstars

Right now it seems the order of elements within nodes in the imageset output is arbitrary: <Image width="120" height="120" yPos="23" xPos="715" name="ui_empty_slot"/> After saving: <Image yPos="23" name="ui_empty_slot" height="120" width="120" xPos="715"/>

This makes it very difficult to see changes in a diff with source control. If these were in a consistent defined order (alphabetical?), it would make the files much easier to work with in git.

chrisbigart avatar May 15 '23 18:05 chrisbigart

Agreed, but someone would have to implement this in CEED ;)

Ident avatar May 15 '23 21:05 Ident