Skip to content
New issue

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

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

Already on GitHub? # to your account

Move props/events from AddPropsAndEvents() back into XML files #1353

Merged
merged 5 commits into from
Dec 27, 2023

Conversation

Randalphwa
Copy link
Collaborator

This PR removes the AddPropsAndEvents() that generators could use to add props and events. Instead, I moved all the properties and events back into the XML files.

The reason for this is that now that we no longer have size limits for the XML files, and we can add comments and whatever spacing adds to readability, the XML files become more useful for setting generator properties and events, while adding compression and faster parsing using the Data List functionality.

It's easier to update the XML file rather than the generator, and contents
get compressed if in the XML file for an added bonus.

This is mostly a proof of concept to see how hard it is to move the
AddPropsAndEvents() back into the XML files.
Required if this is in an XML file
I move all the properties and events set by the generators back into the XML
files now that they no longer have size limits, or restrictions on comments,
spacing, etc.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant