From: [EMAIL PROTECTED] >On Mar 21, 2007, at 19:12 UTC, Paul Rodman wrote: > >> Is it possible (using Regex perhaps) to Find and Replace in the IDE >> where the text I want to replace extends over more than one source >> line? > >I don't think Find and Replace can do that, because it works on the >level of individual source lines. > >You could probably write an IDE Script to do it, however.
Hah. I didn't know the IDE script feature could manage that. I will investigate. > > I considered saving my (large) project as XML and doing it >> programmatically. Unfortunately, reloading the project from XML >> causes a lot of stuff to get forgotten or otherwise screwed up, so >> I'd rather avoid that path if at all possible. > >Since when? I use the XML format all the time, and I don't see any >stuff getting forgotten or screwed up. That actually seems like a >pretty good approach to me. > >Best, >- Joe When I tried it yesterday (albeit with the latest beta) it managed to eliminate assorted encrypted classes when I reloaded it. I didn't investigate further. Paul Rodman _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
