Bug report (v1.1-0)
Posted: Sun Nov 30, 2008 2:46 pm
There is a nasty bug in non-regexp search when the search string includes "$" that when working with my php files has lead to large blocks of text repeating itself several times at seemingly random places, producing a file often three times as large as the original.
I just had it with:
Search string: "</span><hr /><div>$_var"
Replace string: "</span><br /><div>$_var"
Of course, with backup disabled, and 20+ large files affected
I assume I'm not the only one working with texts containing "$", so I guess it's something in my code that triggers it.
Not a very specific bug report, I'll do some research and get back with more details when I have some time.
I just had it with:
Search string: "</span><hr /><div>$_var"
Replace string: "</span><br /><div>$_var"
Of course, with backup disabled, and 20+ large files affected

I assume I'm not the only one working with texts containing "$", so I guess it's something in my code that triggers it.
Not a very specific bug report, I'll do some research and get back with more details when I have some time.