<?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: Visual Studio copy selection macro</title>
	<atom:link href="http://famvdploeg.com/blog/2010/04/visual-studio-copy-selection-macro/feed/" rel="self" type="application/rss+xml" />
	<link>http://famvdploeg.com/blog/2010/04/visual-studio-copy-selection-macro/</link>
	<description>A simple look on things</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Wytze</title>
		<link>http://famvdploeg.com/blog/2010/04/visual-studio-copy-selection-macro/comment-page-1/#comment-2519</link>
		<dc:creator>Wytze</dc:creator>
		<pubDate>Wed, 12 Oct 2011 18:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=160#comment-2519</guid>
		<description>Added a short check to see if any auto insertion occurred. And if so it get&#039;s deleted before pasting.</description>
		<content:encoded><![CDATA[<p>Added a short check to see if any auto insertion occurred. And if so it get&#8217;s deleted before pasting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wytze</title>
		<link>http://famvdploeg.com/blog/2010/04/visual-studio-copy-selection-macro/comment-page-1/#comment-2517</link>
		<dc:creator>Wytze</dc:creator>
		<pubDate>Wed, 12 Oct 2011 17:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=160#comment-2517</guid>
		<description>Will see if I have some time to fix it. I have had some problems with trailing spaces that keep adding when using the script multiple times on selection.</description>
		<content:encoded><![CDATA[<p>Will see if I have some time to fix it. I have had some problems with trailing spaces that keep adding when using the script multiple times on selection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://famvdploeg.com/blog/2010/04/visual-studio-copy-selection-macro/comment-page-1/#comment-2516</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 Oct 2011 17:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=160#comment-2516</guid>
		<description>Well, this works sometimes. Sometimes not. For example, try to copy the line with &quot;This is my class&quot; text:
    /// 
    /// This is my class
    /// 
    public class MyClass
    {
    }

Your code appends /// at the end, because it doesn&#039;t handle Visual Studio automated text insertion.</description>
		<content:encoded><![CDATA[<p>Well, this works sometimes. Sometimes not. For example, try to copy the line with &#8220;This is my class&#8221; text:<br />
    ///<br />
    /// This is my class<br />
    ///<br />
    public class MyClass<br />
    {<br />
    }</p>
<p>Your code appends /// at the end, because it doesn&#8217;t handle Visual Studio automated text insertion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob W</title>
		<link>http://famvdploeg.com/blog/2010/04/visual-studio-copy-selection-macro/comment-page-1/#comment-1195</link>
		<dc:creator>Bob W</dc:creator>
		<pubDate>Fri, 22 Oct 2010 15:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=160#comment-1195</guid>
		<description>Perfect, I&#039;ve been missing the &quot;duplicate line&quot; keystroke in my text editor - have it hooked up in vis studio now.</description>
		<content:encoded><![CDATA[<p>Perfect, I&#8217;ve been missing the &#8220;duplicate line&#8221; keystroke in my text editor &#8211; have it hooked up in vis studio now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

