Weird issue on code completion

General questions regarding the usage of CodeLite
dhs
CodeLite Enthusiast
Posts: 23
Joined: Fri Mar 16, 2012 3:02 pm
Genuine User: Yes
IDE Question: C++
Contact:

Weird issue on code completion

Post by dhs »

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

Re: Weird issue on code completion

Post by eranif »

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 *
Its a bug ... ( I am familiar with it, please report it at sourceforge)

Eran
Make sure you have read the HOW TO POST thread
Post Reply