Commits in Sourceforge do not allow comments, so I comment here.
The newly added wxDataView... widgets are out of order, they should use priority numbers between 280 and 270 so they appear between ContextHelpButton and Gauge:
wxsRegisterItem<wxsContextHelpButton> Reg(_T("ContextHelpButton"),wxsTWidget,_T("Standard"), 280);
wxsRegisterItem<wxsGauge> Reg(_T("Gauge"),wxsTWidget,_T("Standard"),270);
Thank you
Also the build seems to be broken: https://travis-ci.org/github/obfuscated/codeblocks_sf/builds
Looks like a backslash is missing at the end of Makefile.am:206.
Ahhh yes.... will fix it as soon as i am on my machine......
ok fixed in r12449