<?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 2010</title>
	<atom:link href="http://www.lesnikowski.com/blog/tag/vs-2010/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>Editor Guidelines in VS2010</title>
		<link>http://www.lesnikowski.com/blog/editor-guidelines-in-vs2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=editor-guidelines-in-vs2010</link>
		<comments>http://www.lesnikowski.com/blog/editor-guidelines-in-vs2010/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 07:29:41 +0000</pubDate>
		<dc:creator>Pawel Lesnikowski</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[vs 2010]]></category>

		<guid isPermaLink="false">http://www.lesnikowski.com/blog/?p=857</guid>
		<description><![CDATA[In VS2008 this could be done easily, it was just required to modify the registry. Visual Studio 2010 lacks this feature, but there is a cool plugin for that: Editor Guidelines. Just download, install, and put the following code in to the registry: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio10.0Text Editor] &#34;Guides&#34;=&#34;RGB(255,0,0) 80&#34;]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.lesnikowski.com/blog/wp-content/uploads/2010/04/RedLineAt80VS2010.png" alt="" title="RedLineAt80VS2010" width="175" height="148" class="alignleft size-full wp-image-864" /></p>
<p>In VS2008 this could be done easily, it was <a href="http://www.lesnikowski.com/blog/red-line-at-80th-column-in-vs/">just required to modify the registry</a>.</p>
<p>Visual Studio 2010 lacks this feature, but there is a cool plugin for that:<br />
<a href="http://visualstudiogallery.msdn.microsoft.com/en-us/0fbf2878-e678-4577-9fdb-9030389b338c">Editor Guidelines</a>.</p>
<p>Just download, install, and put the following code in to the registry:</p>
<pre class="brush: plain;">
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio10.0Text Editor]
&quot;Guides&quot;=&quot;RGB(255,0,0) 80&quot;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lesnikowski.com/blog/editor-guidelines-in-vs2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

