Pushed my local changes to
https://github.com/stahta01/codeblocks_sf_tims/tree/scriptedwizardI tested them under Windows 32-bit using wxWidgets 2.8 and they tested well.
The only things changed are wxWidgets templates so rebuilding the ScriptedWizard Plugin is likely NOT needed.
The list of things changed are the same.
PCH file (wx_pch.h) use in Wizard (Misc. Settings: Create and use precompiled Header)
Preferred GUI Builder NONE and wxFormBuilder code changes (No changes to wxSmith GUI Builder code)
Fixed Bug in CB Project creation when Misc. Settings: "Create and use precompiled Header" and "Create Empty Project" both checked.
The most important fix from a PCH build view is moving wx/wx.h from the main.h to app.cpp/main.cpp changes.
The upgrading of the wxFormBuilder to version 3.0 is the other important PCH build change.
Please verify the wxWidget wizard runs and results in projects that build without error on Linux.
Then, I would hope these changes are able to be commited to SVN trunk.
Thank you, again.
Tim S.