KeyWorksRW / wxUiEditor

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

Extend Data List functionality #1402

Closed Randalphwa closed 5 months ago

Randalphwa commented 5 months ago

This PR extends the support for Data Lists. It now supports folders (for organization only) as well as non-compressed files. Compressed files are assumed to be strings, so the function calls return std::string. Non-compressed files are assumed to be binary, so the function calls return a std::pair<const unsigned char*, size_t> giving you a pointer to the data and the size of the data.