Paste Column affects the trailing line
Brought to you by:
tringali
I have this text
aaa
aaa
aaa
and mark all three lines, copy them with CTRL+C.
I have this target text
abcdefg
abcdefg
and insert the first block at horizontal position 3 with Paste Column (CTRL+SHIFT+V).
I obtain:
abcdefg
aaa
aaa
aaa
ab cdefg
Is this intended? I expect that the last line is not altered.
Add a carriage return to the third line, then copy the three lines AND the fourth line. Place the cursor at the beginning of the second line and ctrl-v and it works as you expect (you don't need to shift-ctrl-v).
You are right. The example was not good. But if you imagine it would be a good example, the effect would still be that a trailing line is affected that should not be affected in my opinion.
Better example:
Insert
columnar into
you obtain:
@Amiga Do you know if this is with Nedit6 or the classic branch?
That's funny, this is what I get with locale en_US.UTR-8:
abcdefgh
abaaa
aaa
aaacdefgh
abcdefgh
abcdefgh
abcdefgh
abcdefgh
That's normal Paste (without SHIFT), right?
Oops sorry I forgot about the shift!
If I do ctrl-shift-v it works correctly:
abcdefg
abaaacdefg
abaaacdefg
abaaacdefg
abcdefg