Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent ordering of elements in imageset XML output. #125

Open
chrisbigart opened this issue May 15, 2023 · 1 comment
Open

Consistent ordering of elements in imageset XML output. #125

chrisbigart opened this issue May 15, 2023 · 1 comment

Comments

@chrisbigart
Copy link

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.

@Ident
Copy link
Member

Ident commented May 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants