I use notepad++ 4.0 and I love it, but I like to replace twice <ENTER> by alone <ENTER>, and any other special character like <TAB>, <NEW LINE> by any character like <ENTER> or <TAB> or space and I do not know how to do.
May be someone help me?
A lot of Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use notepad++ 4.0 and I love it, but I like to replace twice <ENTER> by alone <ENTER>, and any other special character like <TAB>, <NEW LINE> by any character like <ENTER> or <TAB> or space and I do not know how to do.
May be someone help me?
A lot of Thanks.
I would like to know this also.
'Tisn't easy.
For blank line removal, see the menuitem "TextFX > TextFx Edit > Delete blank lines". You'll need to select the lines containing the blank lines.
With 4.1.2 you can go to the website by clicking the "?" menu and selecting "Notepad++ Home". Otherwise, click here:
http://notepad-plus.sourceforge.net/uk/site.htm
Then use the pop-out menu on the left, hover over the F.A.Q. line, then select "Newline - Find & Replace FAQ" entry. --Joel
"Then use the pop-out menu on the left, hover over the F.A.Q. line, then select "Newline - Find & Replace FAQ" entry."
The URL for this is http://notepad-plus.sourceforge.net/uk/newlineFindReplace-HOWTO.php . I recommend the advanced search (control+r) without regex as the most generally successful technique. Tabs can be specified with control+t, newlines with control+m.