CodeCompletion's non-exist variant

General questions regarding the usage of CodeLite
soMan
CodeLite Enthusiast
Posts: 30
Joined: Tue Apr 03, 2012 1:18 am
Genuine User: Yes
IDE Question: C++
Contact:

CodeCompletion's non-exist variant

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeCompletion's non-exist variant

Post 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
Make sure you have read the HOW TO POST thread
soMan
CodeLite Enthusiast
Posts: 30
Joined: Tue Apr 03, 2012 1:18 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeCompletion's non-exist variant

Post by soMan »

Bug opened at tracker.
Post Reply