Author Topic: Lag while typing code [C::B on Arch Linux]  (Read 8940 times)

Offline dmaniac

  • Single posting newcomer
  • *
  • Posts: 2
Lag while typing code [C::B on Arch Linux]
« on: February 07, 2012, 08:28:09 pm »
Hi all,

I think I am getting nuts cause i cannot find a solution. When I am typing code there is a input lag. When starting a new word like "for" or a variable name the letters are appearing with a lag. This lag is also present when I navigate through the code with the arrow keys.

My first guess was that it is because of the code completion but after turning the plugin off the lagging was still there.

Does anybody have an idea what it could be?

I am running Arch linux with Code::blocks 10.05

Any help is appreciated!

Dennis

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Lag while typing code [C::B on Arch Linux]
« Reply #1 on: February 07, 2012, 08:38:05 pm »
Have you tried a fresh svn build?
In the past there was a PKGBUILD file for svn builds in AUR, but I've not used arch for a while and I don't know what is the current status.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline dmaniac

  • Single posting newcomer
  • *
  • Posts: 2
Re: Lag while typing code [C::B on Arch Linux]
« Reply #2 on: February 07, 2012, 09:57:15 pm »
Arch has indeed still a C::B svn version in the AUR. After installing thisone I did not notice the lag anymore.

Thx for the fast help,

Now I can code happy again :)