Page 1 of 1

CodeCompletion's non-exist variant

Posted: Sat Aug 04, 2012 9:58 pm
by soMan
Why codecompletion's box give me non-existing variants when I'm typing code? Take a look at the screenshot
Image

If I hit enter I get Conv, but not one of first available match. As I understand CodeCompletion should show me first available match if there are any but it shows me just what I typed.
r5677, Windows 7, Clang enabled and used as secondary parser after ctags. Case Sensitive parsing is disabled.

Re: CodeCompletion's non-exist variant

Posted: Sat Aug 04, 2012 10:09 pm
by eranif
Its a minor bug:
the parser parses up until the caret (where you typed 'Conv') if you keep on typing you will notice that the result will be updated according to what you wrote

Please open a bug for this
Eran

Re: CodeCompletion's non-exist variant

Posted: Sat Aug 04, 2012 10:13 pm
by soMan
Bug opened at tracker.