Drag text bug

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
stanmkatz
Posts: 7
Joined: Tue Dec 18, 2012 1:33 pm

Drag text bug

Post 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.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Thanks for the bug report. I'll look to have this fixed in the next release.

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

This issue should be fixed in the Zeus download found here: http://www.zeusedit.com/zforum/viewforum.php?f=6

Cheers Jussi
Post Reply