News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Problem with Add files recursively

Started by jasonjan, August 10, 2005, 12:27:04 PM

Previous topic - Next topic

jasonjan

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.


thomas

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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."