teenage: -------------------------------------------------------------------------------- ...using regular expression in the search/replace dialogue with the new line character (\n) only the first occurrence is replace, for example : ...--------------------------------------------------------------------------------
It's a known limitation of the editor component; to replace WITH newlines, you can use the _backward_ replace from the end of the file or selection; replacing the newline itself isn't possible, but the scripting can be used for this too. see the items in FAQ http://forum.pspad.com/read.php?2,12797#msg-12800 http://forum.pspad.com/read.php?2,12797#msg-12805 vbr -- <http://forum.pspad.com/read.php?4,48545,48547> PSPad freeware editor http://www.pspad.com
