KeyWorksRW / wxUiEditor

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

Track file modification time in Data List #1354

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

This PR adds a wxDataTime field to each embedded data list file structure. Before generating the file either in the C++ src panel, or when code is generated to disk, the wxDateTime is checked, and if it has changed the file will be reloaded before being generated. This allows the user to change the file while wxUiEditor is running, and have the change correctly generated.