Page 1 of 1

Drag text bug

Posted: Fri Jan 11, 2013 1:17 pm
by stanmkatz
When you drag text within a line and the destination is after the source, the text gets inserted at the incorrect point. In the following line if I select the ".value" and try to drag it to after the "beta"

alpha.value = beta + gamma;

I get

alpha = beta + gam.valuema;

instead of what I want which is

alpha = beta.value + gamma;

It looks as if you are not adjusting the destination column to handle the fact that the characters are effectively deleted.

Posted: Sun Jan 13, 2013 8:01 am
by jussij
Thanks for the bug report. I'll look to have this fixed in the next release.

Cheers Jussi

Posted: Sun Jan 13, 2013 10:13 pm
by jussij
This issue should be fixed in the Zeus download found here: http://www.zeusedit.com/zforum/viewforum.php?f=6

Cheers Jussi