wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

Output default style when it makes the code more understandable

Open KeyWorksRW opened this issue 4 years ago • 2 comments

Description:

Not generating default styles makes the code line shorter, however it assumes the reader knows what the default style is. Unless the default style is common or obvious, it should be generated even if it does make the code line longer.

KeyWorksRW avatar Jul 24 '21 16:07 KeyWorksRW

This should be part of the 1.1 release since changing this will change the diff for any existing projects that are under source management control (e.g., git). Note that the code generation for python, lua and php require the default style, so it makes sense to change the C++ code generation at the same time that the new language code gets created.

KeyWorksRW avatar Nov 16 '22 13:11 KeyWorksRW

wxPython doesn't require the default style, and wxLua and wxPHP code generation was dropped. This can wait until 1.1.x.

KeyWorksRW avatar Feb 08 '23 17:02 KeyWorksRW