Index: src/src/app.cpp
+ wxSetEnv(_T("APPDATA"), wxGetApp().GetAppPath() + _T("\\config"));
+ SupportTempFonts();
I am sorry, but I disagree on that one. Because modifying
APPDATA has serious bad side effects. Like: Every tool you run from within C::B will save it's settings into the C::B folder, too. Sorry, but this is not acceptable. Code::Blocks is portable just fine I don't see a need to do this. Also the font handling can be done without modifying
APPDATA.