Try NoteTab Light. It's got an easy way to do this sort of replace without regex (which it also offers). ^T = tab, ^P = crlf... there are others, but those are the two that I usually use. You also have the option of searching and replacing in every document you have opened. It's really cool, and it's really free. :o)
It may sound a bit hokey to have a separate editor just for this sort of search and replace, but I use it all the time and it works great. Hope that helps, Chris Jacob Munson wrote: > Actually, scope is not the problem. I need to be able to > search/replace text that includes line feeds, tabs, and whatever > strange ascii crap I throw at it. Eclipse can do this, but only with > regex. > > On 1/25/07, Teddy Payne <[EMAIL PROTECTED]> wrote: > >> I think this can be solved if the "Scope" of the searches were to include a >> new scope called "Selection." >> >> This would enable a user to highlight a block of code and then perform a >> search and replace on a pattern using the existing single line search, but >> in a very concentrated area so that you would not need to implement >> multi-line searches. >> >> If you perform global search and replace, Regex is safer especially when >> dealing with multi-developer projects. >> >> Teddy >> >> On 1/25/07, Jacob Munson <[EMAIL PROTECTED]> wrote: >> >>> Yes, it's the single line search field. I know you can use regex, but >>> who wants to mess with that when you can just copy and paste something >>> like this: >>> <tr> >>> <td valign="top"> >>> and replace it with this: >>> <tr> >>> <td valign="bottom"> >>> >>> On 1/25/07, Mark Drew <[EMAIL PROTECTED]> wrote: >>> >>>> Hi there >>>> >>>> I just wanted to ask (without trawling through the whole archive) to >>>> those people that use and those that have been put off using >>>> CFEclipse because of the search dialog. >>>> >>>> Was it the fact that by default it only has a single line search >>>> field that puts you off? >>>> >>>> (dont say just implement it like homesite, since I do not and will >>>> not install it) >>>> >>>> Thanks in advance for your constructive responses >>>> >>>> MD >>>> >>>> >>>> >>>> >>> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267661 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

