Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: magisu on November 08, 2007, 12:33:17 pm

Title: Code::Blocks is a little slow
Post by: magisu on November 08, 2007, 12:33:17 pm
hello everyone!
I have used codeblocks for almost two years. The program works wonderfully. However, the only regret is that sometimes you type something like these:

#include <iostream>
#include <vector>
...

in a rather rapid speed--almost every programmer could do that in a flash--the editor's respond is too slow. I am wondering why the editor cannot react in no time--as others, even Eclipse does.

sorry for bad english, i've not used that for months...
Title: Re: Code::Blocks is a little slow
Post by: stahta01 on November 08, 2007, 02:35:37 pm
Try turning off the Code Completion plug in and see if it works better.

Code Completion slows Code::Blocks a lot when it is working.

Tim S
Title: Re: Code::Blocks is a little slow
Post by: jarro_2783 on November 09, 2007, 10:36:39 am
I think he might mean that the code completion is slow, not that the editor is doing anything slow.