Author Topic: Code::Blocks lags...  (Read 3849 times)

Offline Feneck91

  • Multiple posting newcomer
  • *
  • Posts: 112
Code::Blocks lags...
« on: January 19, 2010, 07:47:52 am »
I'm working with Cb at home for personnal development and at work for professional work.
On a Dual core, no such problems, but at home, on Athlon XP pro 1800+ it is awful to use, type 2 char, 4 seconds lag !
The processor up to 86% ! What CB do to make this lag ? Im' working on CB SVN Build 6080.
Something to disable to get a real useful editor ?
Is it code completion that is used all this processor time ?

If you know more about thig bug, I'm waiting infos.
Thanks.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Code::Blocks lags...
« Reply #1 on: January 19, 2010, 07:56:06 am »
Probably due to a CodeCompletion plugin bug, we are discussing right now. I have find one candidate, hopefully it will fixed soon.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Feneck91

  • Multiple posting newcomer
  • *
  • Posts: 112
Re: Code::Blocks lags...
« Reply #2 on: January 19, 2010, 08:07:22 am »
On forum, is it possible to be notify when a bugg is resolved and integrated ?
Just to know when and take SVN version and re-compile it.
Do you have a link to the bug tracker ?

Thanks to your reply.