Page 1 of 1

Weird issue on code completion

Posted: Mon Mar 26, 2012 8:16 pm
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 *

Re: Weird issue on code completion

Posted: Tue Mar 27, 2012 10:31 am
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