I do the following code:
double x123;
double y456;
The following code completion will work: x123/ y<Ctrl-Space>
but not this one: x123/y<Ctrl-Space>
The only diff between 2 cases is the space after "/"
There is no prob with +, - and *
Weird issue on code completion
-
- CodeLite Enthusiast
- Posts: 23
- Joined: Fri Mar 16, 2012 3:02 pm
- 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: Weird issue on code completion
Its a bug ... ( I am familiar with it, please report it at sourceforge)dhs wrote:I do the following code:
double x123;
double y456;
The following code completion will work: x123/ y<Ctrl-Space>
but not this one: x123/y<Ctrl-Space>
The only diff between 2 cases is the space after "/"
There is no prob with +, - and *
Eran
Make sure you have read the HOW TO POST thread