Bug #10976 2007-05-03 13:15
jackyf
incorrect work for '_' symbol
It will be easier to provide the example:
Suppose i have class named "create_file_task".
I have following string in code: "create_|my_symbol"
'|' - cursor position.
Then i typed "file". Plugin has offered me correct variant "create_file_task". But after I've pressed 'enter' plugin constructed "create_file_task_symbol" instead of "create_file_task".
So I think plugin stops on '_' symbol, but it is a bug, isn't it?
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2010-10-16 01:40
- Assigned to
- loaden
History
loaden 2010-10-16 01:40
Sorry, but I can't reproduce. Any additional information? Does it
still persist?
jackyf 2010-10-16 07:42
Hello,
I don't use Code::Blocks anymore.
Still, I think it's an useful software, and thanks for working on it.