KeyWorksRW / wxUiEditor

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

Sort/separate system header files added to C++ src/hdr #1364

Open KeyWorksRW opened 8 months ago

KeyWorksRW commented 8 months ago

Description:

It would be nice to separate wx, standard library, and other system header files (check for boost headers) in the generated code. In addition, the standard header files could be sorted. Most of the time, wx header files can be sorted as well, though that's not always the case if using generic classes.