<?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: Tabs &amp; Spaces</title>
	<atom:link href="http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html</link>
	<description>The Making of an Automatic Layout Enforcement Tool for the C# Programming Language</description>
	<lastBuildDate>Mon, 25 Jan 2010 15:49:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rauchy</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html/comment-page-1#comment-3671</link>
		<dc:creator>rauchy</dc:creator>
		<pubDate>Sun, 19 Apr 2009 08:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html#comment-3671</guid>
		<description>Fixed.

-- rauchy</description>
		<content:encoded><![CDATA[<p>Fixed.</p>
<p>&#8211; rauchy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rauchy</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html/comment-page-1#comment-3670</link>
		<dc:creator>rauchy</dc:creator>
		<pubDate>Sun, 19 Apr 2009 07:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html#comment-3670</guid>
		<description>Sally,

Thank you for your effort.

I have already replied to you on another blog post and mentioned that I would really prefer having this discussion in the community forums.

Anyway, I have opened a ticket for this, you can access it here: http://trac2.assembla.com/Regionerate/ticket/52

rauchy</description>
		<content:encoded><![CDATA[<p>Sally,</p>
<p>Thank you for your effort.</p>
<p>I have already replied to you on another blog post and mentioned that I would really prefer having this discussion in the community forums.</p>
<p>Anyway, I have opened a ticket for this, you can access it here: <a href="http://trac2.assembla.com/Regionerate/ticket/52" rel="nofollow">http://trac2.assembla.com/Regionerate/ticket/52</a></p>
<p>rauchy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sally</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html/comment-page-1#comment-3665</link>
		<dc:creator>Sally</dc:creator>
		<pubDate>Fri, 17 Apr 2009 09:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html#comment-3665</guid>
		<description>I have made some chages to the Tabs&amp;Spaces, and the multiple single lines between regions.
Today I chaged your RegularExpression about the Field, and now the event statement like :
           /// 
           /// OCcurs when any mouse button is up.
           /// 
           private event WinForm.MouseEventHandler m_RenderViewMouseUp = delegate { };
can be placed into the specific region.
Previouly, It can&#039;t be placed into any region defined in my codylayout.xml.
The new RegularExpress about the Field is as below:

(?\A\s*(?:(?:(?(?://.*\n)&#124;(?:/\*(?:[\w\d!@#$%^&amp;*()\[\],.;\\&quot;&#039;:&#124;{}`~+=-_?\s]*)?\*/))&#124;(\[\s*(?\w*)[^\[\]]*?\]))\s*)*?(?:(?:(?protected\s+internal&#124;internal\s+protected&#124;private&#124;public&#124;protected&#124;internal)&#124;(?new&#124;override)&#124;(?const)&#124;(?event)&#124;(?static)&#124;(?volatile)&#124;(?readonly)&#124;\s)*)?(?\w+(?:[\w,.\?\[\]])*?(?:\)*?)\s+(?(?:\w\*\.*\d*)+?)\s*(?:\=(\s*((?:[^&quot;])&#124;(&quot;.*&quot;))*?)&#124;(\s*delegate.*?\{.*?\}))?;)</description>
		<content:encoded><![CDATA[<p>I have made some chages to the Tabs&amp;Spaces, and the multiple single lines between regions.<br />
Today I chaged your RegularExpression about the Field, and now the event statement like :<br />
           ///<br />
           /// OCcurs when any mouse button is up.<br />
           ///<br />
           private event WinForm.MouseEventHandler m_RenderViewMouseUp = delegate { };<br />
can be placed into the specific region.<br />
Previouly, It can&#8217;t be placed into any region defined in my codylayout.xml.<br />
The new RegularExpress about the Field is as below:</p>
<p>(?\A\s*(?:(?:(?(?://.*\n)|(?:/\*(?:[\w\d!@#$%^&amp;*()\[\],.;\\&#8221;&#8216;:|{}`~+=-_?\s]*)?\*/))|(\[\s*(?\w*)[^\[\]]*?\]))\s*)*?(?:(?:(?protected\s+internal|internal\s+protected|private|public|protected|internal)|(?new|override)|(?const)|(?event)|(?static)|(?volatile)|(?readonly)|\s)*)?(?\w+(?:[\w,.\?\[\]])*?(?:\)*?)\s+(?(?:\w\*\.*\d*)+?)\s*(?:\=(\s*((?:[^"])|(&#8220;.*&#8221;))*?)|(\s*delegate.*?\{.*?\}))?;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rauchy</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html/comment-page-1#comment-3533</link>
		<dc:creator>rauchy</dc:creator>
		<pubDate>Sat, 14 Mar 2009 15:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html#comment-3533</guid>
		<description>Michael,

I agree, that does sound like the correct solution for the problem.

However, since Regionerate can run under other environments (such as NAnt, SharpDevelop and command line), it would be hard to provide a solution that will be applicable to everyone. For this reason, Regionerate has no ability to query Visual Studio settings.

I would really like to keep the Visual Studio Add-in from modifying code layouts, so I think that the way this should be solved is with a custom installation script, that will simply ask the user if he wants to import Visual Studio settings.

Feel like contributing? :-)</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>I agree, that does sound like the correct solution for the problem.</p>
<p>However, since Regionerate can run under other environments (such as NAnt, SharpDevelop and command line), it would be hard to provide a solution that will be applicable to everyone. For this reason, Regionerate has no ability to query Visual Studio settings.</p>
<p>I would really like to keep the Visual Studio Add-in from modifying code layouts, so I think that the way this should be solved is with a custom installation script, that will simply ask the user if he wants to import Visual Studio settings.</p>
<p>Feel like contributing? <img src='http://www.rauchy.net/regionerate/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Flanakin</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html/comment-page-1#comment-3532</link>
		<dc:creator>Michael Flanakin</dc:creator>
		<pubDate>Sat, 14 Mar 2009 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html#comment-3532</guid>
		<description>Personally, I don&#039;t think there should be an option for this. You should simply fall back on what&#039;s configured in VS. If VS is configured to use tabs, use tabs; if it wants spaces, use spaces. I abhor spaces for indentation, but what I hate worse is having to save that (or any) setting in multiple places.</description>
		<content:encoded><![CDATA[<p>Personally, I don&#8217;t think there should be an option for this. You should simply fall back on what&#8217;s configured in VS. If VS is configured to use tabs, use tabs; if it wants spaces, use spaces. I abhor spaces for indentation, but what I hate worse is having to save that (or any) setting in multiple places.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regionerate&#8217;s Development Blog &#187; Blog Archive &#187; Some Thoughts on Versioning (And v0.7.3.0)</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html/comment-page-1#comment-3531</link>
		<dc:creator>Regionerate&#8217;s Development Blog &#187; Blog Archive &#187; Some Thoughts on Versioning (And v0.7.3.0)</dc:creator>
		<pubDate>Sat, 14 Mar 2009 14:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html#comment-3531</guid>
		<description>[...] I have just updated the assembly and code layout schema versions to v0.7.3.0 (which will be the next major release), so if you are using the nightly build, make sure you update your custom code layouts to point to v0.7.3.0. I have made this version change since the v0.7.3.0 schema includes the ability to choose between tabs and spaces. [...]</description>
		<content:encoded><![CDATA[<p>[...] I have just updated the assembly and code layout schema versions to v0.7.3.0 (which will be the next major release), so if you are using the nightly build, make sure you update your custom code layouts to point to v0.7.3.0. I have made this version change since the v0.7.3.0 schema includes the ability to choose between tabs and spaces. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
