Code::Blocks Forums

User forums => Help => Topic started by: Folco on October 06, 2012, 08:29:01 pm

Title: Can't insert "space" character when editing code
Post by: Folco on October 06, 2012, 08:29:01 pm
Hi,


I just compiled C::B (rev 8434) on Kubuntu 12.04 64b. I have deleted ~/.codeblocks
When editing a source, I can't insert a "space", between two words... The key works fine in other C::B place or in other softwares, but not when editing a file >< I always get the code completion popup instead.
Here is a shot : (http://www.mirari.fr/VZQA) (http://www.mirari.fr/mhsx)
I cant write "int main", I get always that popup.

Thanks to help me, because it is... annoying, and I would want to use CC :)
Title: Re: Can't insert "space" character when editing code
Post by: jarod42 on October 08, 2012, 10:40:41 am
Is it possible that your 'ctrl' key is 'locked'? (so space become ctrl+space).
Title: Re: Can't insert "space" character when editing code
Post by: Folco on October 09, 2012, 09:45:26 pm
No, I have a normal behavior with other OS (MS or *nix).
Title: Re: Can't insert "space" character when editing code
Post by: Freem on October 11, 2012, 10:00:18 am
use xev (an X event spy) to check which key is really send. If it is a CTRL+Space, the problem is because of your OS configuration. Maybe try "dpkg-reconfigure console-setup" could solve the problem.
Title: Re: Can't insert "space" character when editing code
Post by: Folco on October 12, 2012, 10:14:03 pm
Ok, I didn't think to use xev. I'll try.