I'm using PSPad v4.5.2. Below is part of a line to call the C# compiler. To make the line easier to read, I tried to do a find for all spaces and replace with newline as follows: 1) I pressed Ctrl+H to open the Replace dialog. 2) I checked Prompt Each Replace and Regular Expressions. 3) In the Find field I put " " (or "\s" would work also). 4) In the Replace field I put "\n". 5) I clicked OK and Yes to replace. The first occurance of space is replace correctly. 6) The next occurance does NOT highlight a space. It highlights the character two chars before the space and the replace fails.
Can someone try to reproduce this problem? Thanks. cite: -------------------------------------------------------------------------------- C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /doc:bin\Release\Digimarc.XPathExtensionFunctions.XML-------------------------------------------------------------------------------- -- <http://forum.pspad.com/read.php?4,39629,39629> PSPad freeware editor http://www.pspad.com
