I love pspad - one of the best tools for php dev around, but I've also found problems with search, in this case while trying to tidy up some html.
Replacing </tr> with </tr>\n sometimes results in </tr>\n\n Replacing '\n\n' with '\n' won't work, and for me this is quite a fundamental requirement of any s&r! (I think it is using Perl's basic line model). More seriously, and what prompted me to report was this: Replacing <tr with \n<tr caused a crash, where I suspect that it was stuck in a loop continuously replacing what it just replaced and not moving on, so this would indicate that the whole search and replace model needs a good overhaul. -- <http://forum.pspad.com/read.php?4,38799,38861> PSPad freeware editor http://www.pspad.com
