wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

Show sample wxApp derived/inherited code when Project is selected

Open KeyWorksRW opened this issue 6 months ago • 0 comments

Description:

If the Project file is selected, we could show a sample of a derived/inherited wxApp class in the matching language's derived/inherited panels. This code wouldn't be generated, but a user could copy and paste it into their project as a starting point if they haven't created their own derived wxApp class yet. We could also look at whether there is a child form based on wxFrame and call m_frame->Show() if there is one or ShowModal() if there is just a dialog.

KeyWorksRW avatar Aug 27 '24 00:08 KeyWorksRW