KeyWorksRW / wxUiEditor

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

Update derived src/header panel even if the code won't actually be generated #1458

Closed KeyWorksRW closed 3 months ago

KeyWorksRW commented 3 months ago

Description:

Whether a derived class is going to be generated or not, it should show event handlers for all languages. That allows the user to cut and paste the handler into their own code.

The other reason to always display it as if it would be generated is that for testing, it makes it a lot easier to verify that the generated code would be correct. It might also be something that we add to code generation comparison testing.