KeyWorksRW / wxUiEditor

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

Add single form code generation for Internal/Debug use #1392

Closed Randalphwa closed 5 months ago

Randalphwa commented 5 months ago

This PR changes Internal/Debug builds to allow for generating code for only the currently selected from. On the Internal menu, this replaces the Generate Code options with Generate Single options. This also adds single code generation to the right-click popup menu.

While theoretically this could be exposed for non-Internal use, the main reason for adding it is for quick debug/feature checking when wxUiEditor is being worked on.

Note that while it is possible to generate Rust code, this is just a placeholder, as there are currently no active repositories that support Rust+wxWidgets.