Author Topic: Code::Blocks is a little slow  (Read 3984 times)

Offline magisu

  • Multiple posting newcomer
  • *
  • Posts: 19
Code::Blocks is a little slow
« 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...

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Code::Blocks is a little slow
« Reply #1 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
Re: Code::Blocks is a little slow
« Reply #2 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.