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. > 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 -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
