<?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>Capi's Corner &#187; vs.net</title>
	<atom:link href="http://www.dont-panic.cc/capi/tag/vsnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dont-panic.cc/capi</link>
	<description>Development, Network, Security, Ideas &#038; Opinions</description>
	<lastBuildDate>Fri, 19 Feb 2010 00:11:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>VisualStudio.NET: Text-Editor Guide at 80</title>
		<link>http://www.dont-panic.cc/capi/2006/04/21/visualstudionet-text-editor-guide-at-80/</link>
		<comments>http://www.dont-panic.cc/capi/2006/04/21/visualstudionet-text-editor-guide-at-80/#comments</comments>
		<pubDate>Fri, 21 Apr 2006 12:54:55 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[registry-hack]]></category>
		<category><![CDATA[userinterface]]></category>
		<category><![CDATA[vs.net]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/archives/33</guid>
		<description><![CDATA[It is still considered good style to keep code-lines within a certain bound (e.g. 80 characters). IDEs like Eclipse offer to display a red guiding line at the chosen offset to help developers keep within this bound. By modifying the registry a similar guide can be enabled for Visual Studio 2003 / 2005. Add a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dont-panic.cc/capi/wp-content/uploads/2006/04/screenshot.JPG"><img align="right" style="margin-left: 10px; width: 257px; height: 121px" id="image35" alt="Guiding lines in VS.NET 2005" title="Guiding lines in VS.NET 2005" src="http://www.dont-panic.cc/capi/wp-content/uploads/2006/04/screenshot.JPG" /></a>It is still considered good style to keep code-lines within a certain bound (e.g. 80 characters). IDEs like <a href="http://www.eclipse.org">Eclipse</a> offer to display a red guiding line at the chosen offset to help developers keep within this bound.</p>
<p>By modifying the registry a similar guide can be enabled for <a href="http://msdn.microsoft.com/vstudio/">Visual Studio</a> 2003 / 2005. Add a string value <strong><code>Guides</code></strong> to the key (VS.NET 2005, VS 2003 has version 7.1)</p>
<blockquote><p><code> HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\Text Editor</code>.</p></blockquote>
<p>Set the value to</p>
<blockquote><p><code>RGB(128,0,0) 80</code></p></blockquote>
<p>To have multiple guides (like in the <a href="http://www.dont-panic.cc/capi/wp-content/uploads/2006/04/screenshot.JPG">screenshot</a>), add the additional columns space delimited, e.g.</p>
<blockquote><p><code>RGB(128,0,0) 80 100</code></p></blockquote>
<p>Ackn.: This information has been provided by <em>Hannes Pavelka</em> in Microsoft&#8217;s newsgroup <em>microsoft.public.dotnet.languages.csharp</em>, Message-ID: <em>&lt;e1jag7$qk7$02$1@news.t-online.com&gt;</em> (<a href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/571b30f9a9feb524/b1b7813f0a26af51">Article in Google Groups</a>):</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2006/04/21/visualstudionet-text-editor-guide-at-80/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
