Bug #16030 2009-07-22 16:43
coyotte508
Impossible to use the space key, autocompletion is called
When I press the space key, instead of inserting a space in the editor, it calls autocompletion.
That bug doesn't happen in the settings etc, only in the code window
I tried closing codeblocks, creating a new project, but no can do.
For info, I don't know if it's related but it happened after I made some weird regexp searchs using the search tool
(like [(][a-zA-Z_]?[a-zA-Z_0-9]*[ ]*[*]*[)])
Oh, I'm using linux (ubuntu 8.04)
- Category
- Application::Editor
- Group
- Status
- Open
- Close date
- Assigned to
History
Even with the right setting set in :
System -> Preferences -> Keyboard -> Layout -> Layout Options -> Usual space key to input non-breakable space character -> Usual space at any level .
Code completion still doesn't allow spaces ... so I disabled it.
By the way I have SCIM installed but I deactivated it while testing.