Page 1 of 1

Multiple copy/paste notepad++

Posted: 02 May 2017, 03:53
by greg111
In notepad++ I mark Options->Preferences->Editing->Multi-Editing Settings.Now with Ctrl I can multi select and copy time (in this example) 00:02:12 and 00:03:22 and 00:04:14 but how paste them next to line above (multiple copy and paste)
Now I have:

Code: Select all

1 00:01:11 
2 fdfdfdfdfdfdf
3 
4 00:02:12  
5
6 hjhgjjjjjjjjjjg
7 00:03:22 
8
9 hgffggggggg
10
11 00:04:14
12 hjghhhghggg
...
I want:

Code: Select all

1 00:01:11  00:02:12 
2 fdfdfdfdfdfdf
3
4 00:02:12  00:03:22 
5
6 hjhgjjjjjjjjjjg
7 00:03:22  00:04:14
8
9 hgffggggggg
10
11 00:04:14
12 hjghhhghggg

...

Re: Multiple copy/paste notepad++

Posted: 02 May 2017, 10:31
by boiler
If no one here happens to know the answer, you would likely have a much better chance of getting an answer at the Notepad++ forum. It's really a better place for non-AHK related questions on how to use Notepad++.