News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code::Blocks lags...

Started by Feneck91, January 19, 2010, 07:47:52 AM

Previous topic - Next topic

Feneck91

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.

ollydbg

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.

Feneck91

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.