[16.53] Smart paste in column mode

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
micha_he
Posts: 575
Joined: 24 Jul 2011 12:16
Location: Helmstedt, NDS, Germany

[16.53] Smart paste in column mode

Post by micha_he »

Following example:

Code: Select all

aa 
bb 
cc 
11 
22 
33 
44
Cut lines 33 and 44 and copy them to the clipboard.
Set the cursor behind the "11". Activate the "Column mode" and insert a TAB and paste the clipboard-content with "smart paste" (Ctrl+Shift+V)

The result in the line 5 (22 44) are spaces instead of a TAB in the line 4 (11 33).

And now, if I undo it with single CTRL+Z, the result is:

Code: Select all

aa   
bb   
cc   
11	 
22 4 
After two more UNDO's I got this result:

Code: Select all

aa
bb
cc
11
22 4
33
44
User avatar
Rickard Johansson
Site Admin
Posts: 6900
Joined: 19 Jul 2006 14:29

Re: [16.53] Smart paste in column mode

Post by Rickard Johansson »

Smart paste will always insert spaces to format the text. But I've fixed the undo issue in the next release (v16.54).

Thanks!
User avatar
micha_he
Posts: 575
Joined: 24 Jul 2011 12:16
Location: Helmstedt, NDS, Germany

Re: [16.53] Smart paste in column mode

Post by micha_he »

Thanks, I only noticed both by chance.
Post Reply