Hi
I'm testing the IDE, and the features seems to be interesting. However, I've a problem in the source code editor: the space key doesn't work. In fact, it seems to act as if I would press Ctrl+space (but I'm sure it's not the case). When no completion is available, this does nothing; in the other case, this brings the completion popup list.
I tried first with the latest SVN version (in trunk) that I built, and then with the latest Ubuntu deb package (revision 1789), because I thought it was a 'trunk break'. I'm on an Ubuntu 8.04 system.
Any idea ?
Space ignored in editor
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Aug 20, 2008 11:05 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Space ignored in editor
This is not a CodeLite related problem, but rather a Ubuntu with french keyboard layout bug:
https://bugs.launchpad.net/ubuntu/+sour ... omments/14
More information can be found here:
http://forums.codeblocks.org/index.php/ ... 291.0.html
Eran
https://bugs.launchpad.net/ubuntu/+sour ... omments/14
More information can be found here:
http://forums.codeblocks.org/index.php/ ... 291.0.html
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Aug 20, 2008 11:05 am
- Contact:
Re: Space ignored in editor
Thanks for reply
I used the XkbOptions fix, which worked fine:
Will try more the IDE in the next days
I used the XkbOptions fix, which worked fine:
Code: Select all
Option "XkbOptions" "nbsp:none"
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Space ignored in editor
Good newsriri wrote:I used the XkbOptions fix, which worked fine
Please use the latest SVN (contains many bug fixes and enhancements)riri wrote:Will try more the IDE in the next days
Eran
Make sure you have read the HOW TO POST thread