<?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 Macro to switch between CPP and H files</title>
	<atom:link href="http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/</link>
	<description>Software by Design</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:08:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/comment-page-1/#comment-19059</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 04 Feb 2012 10:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/#comment-19059</guid>
		<description>You can also use the Switch addin - http://www.dwmkerr.com/page/Switch.aspx. It allows you to switch between source and header, code and designer, xaml and codebehind etc etc.</description>
		<content:encoded><![CDATA[<p>You can also use the Switch addin &#8211; <a href="http://www.dwmkerr.com/page/Switch.aspx" rel="nofollow">http://www.dwmkerr.com/page/Switch.aspx</a>. It allows you to switch between source and header, code and designer, xaml and codebehind etc etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ie extension by alain - Pearltrees</title>
		<link>http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/comment-page-1/#comment-18166</link>
		<dc:creator>ie extension by alain - Pearltrees</dc:creator>
		<pubDate>Fri, 09 Dec 2011 10:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/#comment-18166</guid>
		<description>[...] Visual Studio Macro to switch between CPP and H files » Alteridem Consulting Application.Documents.Open(documentName, “Text”) [...]</description>
		<content:encoded><![CDATA[<p>[...] Visual Studio Macro to switch between CPP and H files » Alteridem Consulting Application.Documents.Open(documentName, “Text”) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A macro to flip between the source and header file (and back again) &#171; C++ &#171; Code &#171; WebBiscuit</title>
		<link>http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/comment-page-1/#comment-18034</link>
		<dc:creator>A macro to flip between the source and header file (and back again) &#171; C++ &#171; Code &#171; WebBiscuit</dc:creator>
		<pubDate>Thu, 01 Dec 2011 23:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/#comment-18034</guid>
		<description>[...] The easiest thing to do is to take the filename in full, check if it ends in .cpp or .h, and then replace with .h or .cpp to get the paired source file. This is basically what the following code does (more or less based on the code found here) [...]</description>
		<content:encoded><![CDATA[<p>[...] The easiest thing to do is to take the filename in full, check if it ends in .cpp or .h, and then replace with .h or .cpp to get the paired source file. This is basically what the following code does (more or less based on the code found here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaimerios.com &#187; How to switch between a header file and implementation file in Visual Studio</title>
		<link>http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/comment-page-1/#comment-12836</link>
		<dc:creator>jaimerios.com &#187; How to switch between a header file and implementation file in Visual Studio</dc:creator>
		<pubDate>Mon, 25 Apr 2011 10:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/#comment-12836</guid>
		<description>[...] is a macro though that brings that functionality back: I want my toggle button back!    Categories: Coding, Tip Tags: toggle button, visual studio        Comments (0) Trackbacks (0) [...]</description>
		<content:encoded><![CDATA[<p>[...] is a macro though that brings that functionality back: I want my toggle button back!    Categories: Coding, Tip Tags: toggle button, visual studio        Comments (0) Trackbacks (0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian&#039;s Blog &#187; Visual Studio &#8211; Switch between cpp and header</title>
		<link>http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/comment-page-1/#comment-9545</link>
		<dc:creator>Florian&#039;s Blog &#187; Visual Studio &#8211; Switch between cpp and header</dc:creator>
		<pubDate>Wed, 03 Nov 2010 14:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/#comment-9545</guid>
		<description>[...] ORIGINAL POST FROM: Visual Studio Macro to switch between CPP and H files [...]</description>
		<content:encoded><![CDATA[<p>[...] ORIGINAL POST FROM: Visual Studio Macro to switch between CPP and H files [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

