Code::Blocks Forums

User forums => Help => Topic started by: novice1 on July 31, 2021, 02:26:17 pm

Title: two sets of icons and recent files?
Post by: novice1 on July 31, 2021, 02:26:17 pm
When I click the code::blocks icon on the task bar it flickers and then code::blocks fires up with the old recent files from the previous code::blocks that was uninstalled?

If however I double click the code::blocks icon on the desktop the icon on the task bar again flickers and then code::blocks fires up with the new recent files I am using with the recently installed code::blocks?


Title: Re: two sets of icons and recent files?
Post by: oBFusCATed on July 31, 2021, 03:15:15 pm
The flickering is a bug which is fixed in the night builds.

Check your icons (right click -> properties). Verify they start the same executable and they pass the same arguments, so they must be using the same users.
The settings of codeblocks are stored in %AppData% or something like this (not a windows user myself).
Title: Re: two sets of icons and recent files?
Post by: cacb on July 31, 2021, 05:04:26 pm
The settings of codeblocks are stored in %AppData% or something like this (not a windows user myself).

%AppData%\CodeBlocks\default.conf
Title: Re: two sets of icons and recent files?
Post by: novice1 on July 31, 2021, 10:19:12 pm
@cacb
@oBFusCATed

Thank you both for your responses.

If I keep up with using C++ I would also like to compile programs on the Raspberry Pi which uses the Linux OS. Hopefully CodeBlocks will download and install on that system without issues. I think all these issues are due to the failure for a proper uninstall of the previous CodeBlocks.

Couldn't find,
%AppData%\CodeBlocks\default.conf
with a file search.

Did find the old SDL stuff and deleted the files.

Will just have to put up with the silly icon flicker in the task bar.

C++ is not really a hobby programming language because you have to be up to speed with the complexities of a modern day OS. I used to use TurboC++ on the old DOS machines that didn't have all these issues.

The Arduino C++ IDE is great and didn't have any issues.  Easy to download and install libraries unlike CodeBlocks.