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? Specifically, I want to delete blocks of text that look like 
this:

#if blah then
..... (several arbitrary lines here)...
#endif

I suspect that the answer is that F&R (even with Regex) only works 
with single lines of text.

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.

Paul Rodman
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to