First off, Notepad++ is my favorite text editor - excellent work!
I'm wondering if it is possible to search for a paragraph of text across multiple files and then replace that paragraph with a new one? Searching and replacing a single line of text seems to be no problem, but I'm not sure how to do a paragraph. Not looking forward to searching and replacing each individual line of a paragraph. ;)
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First off, Notepad++ is my favorite text editor - excellent work!
I'm wondering if it is possible to search for a paragraph of text across multiple files and then replace that paragraph with a new one? Searching and replacing a single line of text seems to be no problem, but I'm not sure how to do a paragraph. Not looking forward to searching and replacing each individual line of a paragraph. ;)
Thanks!
Try ctrl + r to open the advanced search and replace editor. They say to use ctrl + m for multiple lines.
"Try ctrl + r to open the advanced search and replace editor. They say to use ctrl + m for multiple lines. "
That's how I would do it, but note that this doesn't work in regex mode. See http://notepad-plus.wiki.sourceforge.net/FindReplaceNewlineHowTo for other options.