Editor pb with 'spaces'

General questions regarding the usage of CodeLite
joudard
CodeLite Curious
Posts: 1
Joined: Fri Jun 28, 2013 7:32 pm
Genuine User: Yes
IDE Question: C++
Contact:

Editor pb with 'spaces'

Post by joudard »

Codelite V5.1 (uptodate)/ Ubuntu 12.04 / a valid kbd

Hi I'm having a strange problem, I cannot add 'spaces' inside code,

at first I thought it was linked to the automated formating but it prevents me from adding a space char in a string : "helloworld"
or declaring a new func is impossible : "intfunc()"
Note that I'm shure that my kbd is ok since doing "ctrl-space" does propose me valid autocompletion !

I shouldn't be alone to have this pb :(

Bye
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Editor pb with 'spaces'

Post by eranif »

Which key board layout are u using?
Is this problem reproducible with the wxSTC sample of wxwidgets?
I'm pretty sure its a sxWidgets problem... which I don't control...

Eran
Make sure you have read the HOW TO POST thread
Post Reply