Dragging text lines doesn't bring along the final newline
Posted: Fri Apr 18, 2008 12:06 am
Here's a scenario that makes me crazy: In the editor, I select lines by dragging the mouse down the left-side margin area. Then I drag the selected lines up or down.
This causes two problems. It leaves a blank line behind. And the final dragged line bumps into the line after it. For example, if I select line2 and line3 below, and drag them between line4 and line5, here's what happens:
Before:
line1
line2
line3
line4
line5
After:
line1
line4
line2
line3line5
Would prefer:
line1
line4
line2
line3
line5
So ... can this be fixed?
Thanks,
David
This causes two problems. It leaves a blank line behind. And the final dragged line bumps into the line after it. For example, if I select line2 and line3 below, and drag them between line4 and line5, here's what happens:
Before:
line1
line2
line3
line4
line5
After:
line1
line4
line2
line3line5
Would prefer:
line1
line4
line2
line3
line5
So ... can this be fixed?
Thanks,
David