<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multi-line Search and Replace in Visual Studio</title>
	<atom:link href="http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/</link>
	<description>Tips that might be useful</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:56:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fedor Steeman</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-168</link>
		<dc:creator>Fedor Steeman</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-168</guid>
		<description>You could also open the files with UltraEdit which fully supports MultiLine replace.</description>
		<content:encoded><![CDATA[<p>You could also open the files with UltraEdit which fully supports MultiLine replace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-126</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 21 Dec 2010 11:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-126</guid>
		<description>No RegEx required - 
Steps : 1) Select text you want to find. 2) Press &quot;Alt+F8&quot; or open &quot;Tools -&gt; Macros -&gt; Macro Explorer&quot; 3) Double click &quot;Sample -&gt; Utilities -&gt; FindLine&quot;. (It will open Find box with your selection loaded in &quot;Find&quot; field. Don&#039;t worry about truncated text shown in &quot;Find&quot; field. Trust me, field has it all..MS way of showing it may be... :) ) 4) Click on &quot;Quick Replace&quot; button on &quot;Find And Replace&quot; dialog box. Enter your replace with text. 5) And Click any of 3 buttons as per your requirement...and its done. :)

http://stackoverflow.com/questions/2273434/multiline-find-replace-in-visual-studio

Works for me :D</description>
		<content:encoded><![CDATA[<p>No RegEx required &#8211;<br />
Steps : 1) Select text you want to find. 2) Press &#8220;Alt+F8&#8243; or open &#8220;Tools -&gt; Macros -&gt; Macro Explorer&#8221; 3) Double click &#8220;Sample -&gt; Utilities -&gt; FindLine&#8221;. (It will open Find box with your selection loaded in &#8220;Find&#8221; field. Don&#8217;t worry about truncated text shown in &#8220;Find&#8221; field. Trust me, field has it all..MS way of showing it may be&#8230; <img src='http://patricksheedy.net/softwareblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) 4) Click on &#8220;Quick Replace&#8221; button on &#8220;Find And Replace&#8221; dialog box. Enter your replace with text. 5) And Click any of 3 buttons as per your requirement&#8230;and its done. <img src='http://patricksheedy.net/softwareblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://stackoverflow.com/questions/2273434/multiline-find-replace-in-visual-studio" rel="nofollow">http://stackoverflow.com/questions/2273434/multiline-find-replace-in-visual-studio</a></p>
<p>Works for me <img src='http://patricksheedy.net/softwareblog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-124</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 10 Dec 2010 10:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-124</guid>
		<description>Visual Studio Search &amp; Replace = #Fail

Does anyone know of another easy way of search and replacing blocks of code in a project without Dreamweaver?

Many thanks</description>
		<content:encoded><![CDATA[<p>Visual Studio Search &amp; Replace = #Fail</p>
<p>Does anyone know of another easy way of search and replacing blocks of code in a project without Dreamweaver?</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-111</link>
		<dc:creator>Ankit</dc:creator>
		<pubDate>Wed, 07 Jul 2010 23:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-111</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-78&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-78&quot; rel=&quot;nofollow&quot;&gt;Eric&lt;/a&gt; :&lt;/strong&gt;
          I agree with Jared.  I mean, this is the kind of standard feature in programs like Dreamweaver since…I don’t know…1998.
I mean, really, you can’t search and replace multiple lines of text any easier than this?
Here’s a better way:  Open up your site in Dreamweaver, use its find-and-replace..then close Dreamweaver and re-open VS.  Tada!  No regular expressions writing.
         &lt;/blockquote&gt;

Eric, you are a genius. and I am a fool. Why did I not think of it? :)</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-78"><p>
<strong><a href="#comment-78" rel="nofollow">Eric</a> :</strong><br />
          I agree with Jared.  I mean, this is the kind of standard feature in programs like Dreamweaver since…I don’t know…1998.<br />
I mean, really, you can’t search and replace multiple lines of text any easier than this?<br />
Here’s a better way:  Open up your site in Dreamweaver, use its find-and-replace..then close Dreamweaver and re-open VS.  Tada!  No regular expressions writing.
         </p></blockquote>
<p>Eric, you are a genius. and I am a fool. Why did I not think of it? <img src='http://patricksheedy.net/softwareblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-110</link>
		<dc:creator>Ankit</dc:creator>
		<pubDate>Wed, 07 Jul 2010 23:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-110</guid>
		<description>Eric, you are a genius. and I am a fool. Why did I not think of it? :)</description>
		<content:encoded><![CDATA[<p>Eric, you are a genius. and I am a fool. Why did I not think of it? <img src='http://patricksheedy.net/softwareblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danzig</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-101</link>
		<dc:creator>Danzig</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-101</guid>
		<description>Fully agree with Jared and Eric.  This is pathetic.</description>
		<content:encoded><![CDATA[<p>Fully agree with Jared and Eric.  This is pathetic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas K. Nielsen</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-82</link>
		<dc:creator>Thomas K. Nielsen</dc:creator>
		<pubDate>Tue, 08 Sep 2009 15:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-82</guid>
		<description>Just what I needed. Thanks for this tip.</description>
		<content:encoded><![CDATA[<p>Just what I needed. Thanks for this tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-78</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 20 Jun 2009 02:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-78</guid>
		<description>I agree with Jared.  I mean, this is the kind of standard feature in programs like Dreamweaver since...I don&#039;t know...1998.

I mean, really, you can&#039;t search and replace multiple lines of text any easier than this?

Here&#039;s a better way:  Open up your site in Dreamweaver, use its find-and-replace..then close Dreamweaver and re-open VS.  Tada!  No regular expressions writing.</description>
		<content:encoded><![CDATA[<p>I agree with Jared.  I mean, this is the kind of standard feature in programs like Dreamweaver since&#8230;I don&#8217;t know&#8230;1998.</p>
<p>I mean, really, you can&#8217;t search and replace multiple lines of text any easier than this?</p>
<p>Here&#8217;s a better way:  Open up your site in Dreamweaver, use its find-and-replace..then close Dreamweaver and re-open VS.  Tada!  No regular expressions writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-76</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Thu, 11 Jun 2009 04:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-76</guid>
		<description>This is ridiculous. What was MS thinking?</description>
		<content:encoded><![CDATA[<p>This is ridiculous. What was MS thinking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Morris</title>
		<link>http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/comment-page-1/#comment-74</link>
		<dc:creator>Simon Morris</dc:creator>
		<pubDate>Mon, 01 Jun 2009 20:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://patricksheedy.net/softwareblog/2008/01/14/multi-line-search-and-replace-in-visual-studio/#comment-74</guid>
		<description>This was a useful post, thanks. I used this technique to reformat some xml files from:


  
  
  


to:


  
  
  

  

Find: OldElement{.*\n.*\n.*\n.*\n.*}OldElement
Replace: NewElement\1NewElement</description>
		<content:encoded><![CDATA[<p>This was a useful post, thanks. I used this technique to reformat some xml files from:</p>
<p>to:</p>
<p>Find: OldElement{.*\n.*\n.*\n.*\n.*}OldElement<br />
Replace: NewElement\1NewElement</p>
]]></content:encoded>
	</item>
</channel>
</rss>

