KeyWorksRW / wxUiEditor

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

Add wxDateTime member to EmbeddedImage structure #1360

Closed KeyWorksRW closed 7 months ago

KeyWorksRW commented 9 months ago

Description:

The EmbeddedImage structure in image_handler.h should have a wxDateTime m_DateTime; member, similar to what the EmbeddedData structure uses. This would make it possible to detect whether or not an art file changed before code generation, reloading it if it did change.

Randalphwa commented 7 months ago

This has been done -- the issue didn't get closed when it was added. Note that I ended up using std::filesystem::file_time_type instead of wxDateTime.