Hello, @joe-junior, @coises and All,
We do NOT even need the excellent plugin BetterMultiSelection of @dail, to achieve your goal !
So, let’s suppose you have this first text, pasted in a new tab
fgsdfg zerzer dghdgh sfgsfgsdfg uiuyiti cvwvb gjgjkgjkNow, you append this second text, below, which should be inserted, later, in between the first section :
4654646 9789411314 131231786000841 8673131313321 6789131321 9788 78978978First, if necessary, we add one blank line, between each line of that second text, with the regex
SEARCH \R
REPLACE $0$0
4654646 9789411314 131231786000841 8673131313321 6789131321 9788 78978978Now :
Do a 13 × 15 rectangular selection of this second text
Copy or cut this selection ( Ctrl + C or Ctrl + X )
Move the caret / cursor at the first empty line of the first text
Paste your rectangular selection ( Ctrl + V )
=> You should get, at once, your expected OUTPUT text :
fgsdfg 4654646 zerzer 9789411314 dghdgh 131231786000841 sfgsfgsdfg 8673131313321 uiuyiti 6789131321 cvwvb 9788 gjgjkgjk 78978978Finally, delete :
your second text, in case of a previous Ctrl + C
The remaining empty lines block, in case of a previous Ctrl+X
IMPORTANT :
This test was performed on a version prior to the last one ( v8.6 ). So, just verify if this method would still work with the default bulit-in Multi-Editing behaviour of our last 8.6 version !
Best Regards,
guy038