Code::Blocks Forums

User forums => Help => Topic started by: jasonjan on August 10, 2005, 12:27:04 pm

Title: Problem with Add files recursively
Post by: jasonjan on August 10, 2005, 12:27:04 pm
I have more than three thousand source files in two folders.
I used "Add files recursively" to add them in the project. Then, the CodeBlocks had no response.

Title: Re: Problem with Add files recursively
Post by: thomas on August 10, 2005, 05:32:32 pm
Uh... that's some painful number.
Did the application actually hang (i.e. did it never finish), or was it just unresponsive for 10 seconds, or a minute or two? The latter could be quite "normal" because as long as files are being added, the GUI gets little (no) opportunity to react to events.

Don't know if that will help, but maybe you want to disable the class-browser before doing that kind of mega-heavy stuff.
In that case, the classbrowser does not read and parse each and every file in addition to the work the project manager has to cope with, so you save some CPU power.