Page 1 of 1

[16.53] Smart paste in column mode

Posted: 17 Dec 2025 09:31
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

Re: [16.53] Smart paste in column mode

Posted: 17 Dec 2025 15:26
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!

Re: [16.53] Smart paste in column mode

Posted: 17 Dec 2025 15:51
by micha_he
Thanks, I only noticed both by chance.