<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lesnikowski Blog &#187; vs</title>
	<atom:link href="http://www.lesnikowski.com/blog/tag/vs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lesnikowski.com/blog</link>
	<description>EMAIL IMAP POP3 SMTP FTP FTPS barcode components blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 14:10:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>NavigateToTest VS extension</title>
		<link>http://www.lesnikowski.com/blog/navigate-to-test-visual-studio-extension/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=navigate-to-test-visual-studio-extension</link>
		<comments>http://www.lesnikowski.com/blog/navigate-to-test-visual-studio-extension/#comments</comments>
		<pubDate>Mon, 03 May 2010 09:28:56 +0000</pubDate>
		<dc:creator>Pawel Lesnikowski</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[vs]]></category>
		<category><![CDATA[vs 2010]]></category>

		<guid isPermaLink="false">http://www.lesnikowski.com/blog/?p=868</guid>
		<description><![CDATA[You can download the extension here: NavigateToTest Visual Studio extension Some time ago I blogged about the GoToTest macro I use in my daily work. Recently I decided to create a Visual Studio 2010 extension. Extension is convention based. It matches ClassName file with ClassNameTest or ClassNameTests and vice-versa, so you can easily navigate to [...]]]></description>
			<content:encoded><![CDATA[<p>You can download the extension here:<br />
<a href="http://www.lesnikowski.com/NavigateToTest/NavigateToTest.zip">NavigateToTest Visual Studio extension</a></p>
<p>Some time ago I blogged about the <a href="http://www.lesnikowski.com/blog/gototest-macro-for-visualstudio/">GoToTest macro</a> I use in my daily work.</p>
<p>Recently I decided to create a Visual Studio 2010 <strong>extension</strong>. </p>
<p>Extension is <strong>convention based</strong>. It matches ClassName file with ClassName<strong>Test</strong> or ClassName<strong>Tests</strong> and vice-versa, so <strong>you can easily navigate to the test file and back</strong>.</p>
<p>Here are some screenshots:</p>
<p><img src="http://www.lesnikowski.com/blog/wp-content/uploads/2010/05/1_SolutionExplorer.png" alt="" title="1_SolutionExplorer" width="515" height="378" class="aligncenter size-full wp-image-874" /></p>
<p>You&#8217;ll need to add toolbar manually:<br />
<img src="http://www.lesnikowski.com/blog/wp-content/uploads/2010/05/2_AddToolbar.png" alt="" title="2_AddToolbar" width="469" height="439" class="aligncenter size-full wp-image-875" /></p>
<p>Here&#8217;s the toolbar:<br />
<img src="http://www.lesnikowski.com/blog/wp-content/uploads/2010/05/3_Toolbar.png" alt="" title="3_Toolbar" width="561" height="99" class="aligncenter size-full wp-image-876" /></p>
<p>And two opened files:<br />
<img src="http://www.lesnikowski.com/blog/wp-content/uploads/2010/05/4_FileAndTestFileOpened.png" alt="" title="4_FileAndTestFileOpened" width="310" height="290" class="aligncenter size-full wp-image-877" /></p>
<p>You can download the extension here:<br />
<a href="http://www.lesnikowski.com/NavigateToTest/NavigateToTest.zip">NavigateToTest Visual Studio extension</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lesnikowski.com/blog/navigate-to-test-visual-studio-extension/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Red line at 80th column in VS</title>
		<link>http://www.lesnikowski.com/blog/red-line-at-80th-column-in-vs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=red-line-at-80th-column-in-vs</link>
		<comments>http://www.lesnikowski.com/blog/red-line-at-80th-column-in-vs/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:42:24 +0000</pubDate>
		<dc:creator>Pawel Lesnikowski</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[vs]]></category>

		<guid isPermaLink="false">http://www.lesnikowski.com/blog/?p=195</guid>
		<description><![CDATA[There is a hidden feature in Visual Studio. You can add a nice, red, vertical line to your editor. All you need to do is to create a .reg file with the following content: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio9.0Text Editor] &#8220;Guides&#8221;=&#8221;RGB(255,230,230), 80&#8243; And add it to registry (double click). That&#8217;s it!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lesnikowski.com/blog/wp-content/uploads/2009/10/vs_redline_at80.png"><img src="http://www.lesnikowski.com/blog/wp-content/uploads/2009/10/vs_redline_at80.png" alt="vs_redline_at80" title="vs_redline_at80" width="279" height="244" class="alignleft size-full wp-image-194" /></a>There is a hidden feature in Visual Studio. You can add a nice, red, vertical line to your editor.<br />
All you need to do is to create a .reg file with the following content:</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio9.0Text Editor]<br />
&#8220;Guides&#8221;=&#8221;RGB(255,230,230), 80&#8243;</p>
<p>And add it to registry (double click). That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lesnikowski.com/blog/red-line-at-80th-column-in-vs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

