KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
63 stars 7 forks source link

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

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

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.