News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code::Blocks is a little slow

Started by magisu, November 08, 2007, 12:33:17 PM

Previous topic - Next topic

magisu

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...

stahta01

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

jarro_2783

I think he might mean that the code completion is slow, not that the editor is doing anything slow.