Move cursor to the top of the file.
Press CTRL+R to open Replace Dialog.
Press CTRL+M in the Find field.
Press , in the Replace field.
Uncheck the Selection checkbox.
Uncheck any other unwanted option.
Press the Find button.
Press Replace Rest button.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't merge various lines in one. I have a file with 30 lines and i want to convert this into 1 line, ex:
line1
line2
line3
to
line1,line2,line3
How can I Achieve this???
thanks.
Move cursor to the top of the file.
Press CTRL+R to open Replace Dialog.
Press CTRL+M in the Find field.
Press , in the Replace field.
Uncheck the Selection checkbox.
Uncheck any other unwanted option.
Press the Find button.
Press Replace Rest button.
Make sure regex is disabled too - see http://notepad-plus.wiki.sourceforge.net/FindReplaceNewlineHowTo for details.