Author Topic: Problem with Add files recursively  (Read 4822 times)

jasonjan

  • Guest
Problem with Add files recursively
« 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.


Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Problem with Add files recursively
« Reply #1 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."