PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: John Waalkes on May 30, 2010, 07:25:56 PM

Title: Search-Replace bug?
Post by: John Waalkes on May 30, 2010, 07:25:56 PM
I was doing a search-replace on a tilde character (replacing "~" with " ~"), and the search-replace function in FF would get stuck on the first one it found. It would keep adding a space character in front of the tilde, but then advance to the same tilde character for the next s-r action. Hitting "Find Next" would advance to the next occurrence with no problem though.

So each time I hit Replace I got an extra " " character in front of the tilde.

e.g.:

"~"
" ~"
"  ~"
"   ~"
... and so on.


Thanks :)


John
Title: Re: Search-Replace bug?
Post by: Paul Squires on June 02, 2010, 09:10:48 AM
Yes, you are exactly right. I'll check into this. Seems to happen when doing the search/replace on single character strings. Multiple character strings seem to work okay. Weird.
Title: Re: Search-Replace bug?
Post by: Paul Squires on June 02, 2010, 03:26:40 PM
This bug is now fixed and will be in the 3.08 update.
Title: Re: Search-Replace bug?
Post by: John Waalkes on June 11, 2010, 03:52:28 AM
Thanks! :)