Question
I plan to make the plugins pack, however, for the base install of Code::Blocks, should I remove all plugins, or install the plugins that are checked by default in the standard Code::Blocks installer?
Previous Issue Solved
I'm still working on trying to make Code::Blocks portable, and I'm running into a very unusual issue.
when I use the code to redirect APPDATA to the /Data/settings directory, it only works if I have a message box pop up to display the new contents of APPDATA. I've tried setting a Sleep time from 200 up to 2000 and it just doesn't work, but if i use the messagebox, it does.
When it works correctly, the folder /Application Data/codeblocks is created under Data/settings, and the settings are saved in that location. The files are created on launch of CodeBlocks, and then modified as things change.
When it doesn't work, no settings files are created until codeblocks is closed, and then it only creates a "default.conf" on the root of the drive.