Okay, I had a tab-delimited list like the following that I wanted to turn into a set of class constants:
1 blah blah blah
2 blah blah blah
3 blah blah blah
4 blah blah blah
5 blah blah blah
6 blah blah blah
7 blah blah blah
8 blah blah blah
9 blah blah blah
10 blah blah blah
|
So I dragged down the relevant line numbers to select them, and then I opened the replace dialog and set it up as follows:
I clicked Replace All, and I got a search string not found error. Why? I tried tweaking the search string bit to get something the IDE would accept, but never hit on anything. Finally, I gave up and did the exact same search (copied-and-pasted) over in BBEdit, which did the job excellently with this setup:
Since I wasn't trying to search nor replace across multiple lines, I expected PhpED to be able to do this without a problem, so what happened? Did I manage to go wrong somewhere?