Why codecompletion's box give me non-existing variants when I'm typing code? Take a look at the screenshot
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.
CodeCompletion's non-exist variant
-
- CodeLite Enthusiast
- Posts: 30
- Joined: Tue Apr 03, 2012 1:18 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeCompletion's non-exist variant
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
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
-
- CodeLite Enthusiast
- Posts: 30
- Joined: Tue Apr 03, 2012 1:18 am
- Genuine User: Yes
- IDE Question: C++
- Contact: