<?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>Regionerate's Development Blog &#187; v0.7.3.0</title>
	<atom:link href="http://www.rauchy.net/regionerate/blog/category/v0730/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rauchy.net/regionerate/blog</link>
	<description>The Making of an Automatic Layout Enforcement Tool for the C# Programming Language</description>
	<lastBuildDate>Sat, 21 Aug 2010 07:56:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visual Studio 2010 Officially Supported</title>
		<link>http://www.rauchy.net/regionerate/blog/2010/04/visual-studio-2010-officially-supported.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2010/04/visual-studio-2010-officially-supported.html#comments</comments>
		<pubDate>Thu, 15 Apr 2010 14:18:20 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
				<category><![CDATA[Public Beta]]></category>
		<category><![CDATA[Visual Studio Addin]]></category>
		<category><![CDATA[What's New]]></category>
		<category><![CDATA[v0.7.3.0]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/?p=243</guid>
		<description><![CDATA[Following Visual Studio 2010&#8217;s release earlier this week, I am happy to announce that Regionerate now officially supports Visual Studio 2010.
If you used the glorious workaround, you can remove it.
As a side note, v0.7.3.0 is now the latest stable release, so if you are still using v0.7.0.0, I suggest you upgrade to the latest, as it fixes [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Following Visual Studio 2010&#8217;s release earlier this week, I am happy to announce that Regionerate now officially supports Visual Studio 2010.</div>
<div>If you used the <a href="http://www.rauchy.net/regionerate/blog/2009/11/howto-get-regionerate-to-run-on-visual-studio-2010-beta-2.html">glorious workaround</a>, you can remove it.</div>
<div id="_mcePaste">As a side note, v0.7.3.0 is now the latest stable release, so if you are still using v0.7.0.0, I suggest you upgrade to the latest, as it fixes a lot of bugs (If you want to know which bugs, take a look at TRAC tickets closed in 0.7.3.0)</div>
<div>Enjoy!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2010/04/visual-studio-2010-officially-supported.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Controller Code Layout</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/12/asp-net-mvc-controller-code-layout.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2009/12/asp-net-mvc-controller-code-layout.html#comments</comments>
		<pubDate>Sat, 19 Dec 2009 11:38:17 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
				<category><![CDATA[Public Beta]]></category>
		<category><![CDATA[What do you think?]]></category>
		<category><![CDATA[v0.7.3.0]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/?p=200</guid>
		<description><![CDATA[I&#8217;ve created a code layout for ASP.NET MVC Controllers.
I think that the first thing you will look in a controller is its actions, so this code layout just puts them first, then organizes the rest.
The actions are ordered by name (which would be the fastest way to locate an action), then by ascending parameter count [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a code layout for ASP.NET MVC Controllers.</p>
<p>I think that the first thing you will look in a controller is its actions, so this code layout just puts them first, then organizes the rest.</p>
<p>The actions are ordered by name (which would be the fastest way to locate an action), then by ascending parameter count (Useful since usually you would have a action called Edit without any parameters, that would show the Edit view, and then an Edit action with parameters, which will accept the form data)</p>
<p>To add this code layout to your code layout browser, just <a href="http://dl.dropbox.com/u/290248/ASP.NET%20MVC%20Controller.zip">download this</a> and decompress it to &#8220;%programfiles%\Regionerate\My Code Layouts\Class Styles&#8221;.</p>
<p>When you hit Regionerate This, you should see it in the code layout browser:</p>
<div id="attachment_201" class="wp-caption aligncenter" style="width: 638px"><img class="aligncenter size-full wp-image-204" title="ASP.NET MVC Controller Code Layout" src="http://www.rauchy.net/regionerate/blog/wp-content/uploads/2009/12/aspnetmvccontroller1.jpg" alt="ASP.NET MVC Controller Code Layout" width="628" height="362" /><br />
<p class="wp-caption-text">ASP.NET MVC Controller Code Layout</p></div>
<p>Try it out, let me know what you think. (I&#8217;m just waiting for some input from you guys before adding it into the installation)</p>
<p><a href="http://dl.dropbox.com/u/290248/ASP.NET%20MVC%20Controller.zip">Download ASP.NET MVC Controller Code Layout (first draft)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2009/12/asp-net-mvc-controller-code-layout.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Get Regionerate to Run on Visual Studio 2010 Beta 2</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/11/howto-get-regionerate-to-run-on-visual-studio-2010-beta-2.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2009/11/howto-get-regionerate-to-run-on-visual-studio-2010-beta-2.html#comments</comments>
		<pubDate>Tue, 24 Nov 2009 17:08:02 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Known Issues]]></category>
		<category><![CDATA[Public Beta]]></category>
		<category><![CDATA[To Do]]></category>
		<category><![CDATA[Visual Studio Addin]]></category>
		<category><![CDATA[v0.7.3.0]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/?p=195</guid>
		<description><![CDATA[Update: Visual Studio 2010 is now officially supported. There is no need to use this workaround.
I really hoped to get Regionerate running quickly on Visual Studio 2010 Beta 2.
Unfortunately, since there are several breaking changes with Visual Studio 2010&#8217;s extensibility model, I found myself messing around with it too much.
I&#8217;m not giving up, but I [...]]]></description>
			<content:encoded><![CDATA[<h3><strong><span style="color: #ff0000;">Update: </span></strong><a href="http://www.rauchy.net/regionerate/blog/2010/04/visual-studio-2010-officially-supported.html"><strong><span style="color: #ff0000;">Visual Studio 2010 is now officially supported</span></strong></a><strong><span style="color: #ff0000;">. There is no need to use this workaround.</span></strong></h3>
<p>I really hoped to get Regionerate running quickly on Visual Studio 2010 Beta 2.</p>
<p>Unfortunately, since there are several breaking changes with Visual Studio 2010&#8217;s extensibility model, I found myself messing around with it too much.</p>
<p>I&#8217;m not giving up, but I just need to clear an afternoon for it. Meanwhile, Since I&#8217;ve been getting a whole bunch of requests for quick support for 2010, here&#8217;s a quick workaround:</p>
<ol>
<li>Go to &#8220;<em>%programfiles%\Regionerate&#8221;</em>.</li>
<li>Make a copy of &#8220;<em>Regionerate.VS2005.AddIn</em>&#8221; and call it &#8220;<em>Regionerate.VS2010.AddIn</em>&#8220;.</li>
<li>Open it with notepad, change <em>Extensibility/HostApplication/Version </em>to <em>10.0 and save the file.</em></li>
<li><strong></strong> Open up <em>regedit.exe</em>.</li>
<li>Go to <em>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Visual Studio\10.0\AutomationOptions\LookInFolders.</em></li>
<li>Add a string key <strong>named</strong> &#8220;<em>C:\Program Files\Regionerate\</em>&#8221; (or wherever you had Regionerate installed)</li>
<li>Start Visual Studio 2010 and go to <em>Tools/Regionerate Settings</em>.</li>
<li>Turn off <em>Automatically collapse regions after Regionerating.</em> (Yes, they won&#8217;t collapse until I fix it)</li>
</ol>
<p><strong>Update: </strong>Thanks for Mr. Bungle for reminding me to add step 4-6. Mike Patton enthusiasts FTW!</p>
<p>Add your comments here if you have any problems using this workaround.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2009/11/howto-get-regionerate-to-run-on-visual-studio-2010-beta-2.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Where do you use attributes the most?</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/09/where-do-you-use-attributes-the-most.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2009/09/where-do-you-use-attributes-the-most.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 21:03:57 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
				<category><![CDATA[Bug Fixes]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[What do you think?]]></category>
		<category><![CDATA[v0.7]]></category>
		<category><![CDATA[v0.7.3.0]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/?p=191</guid>
		<description><![CDATA[
Where do you use attributes the most?(surveys)
There&#8217;s a performance issue regarding multiple attributes on properties, and instead of solving this, we can just easily shift this performance problem to methods, where people supposedly use less attributes. Yeah, I know, pretty lame solution, but its fast!
I was wondering where people use attributes the most, so I will [...]]]></description>
			<content:encoded><![CDATA[<p><noscript><br />
<a href="http://answers.polldaddy.com/poll/2056386/">Where do you use attributes the most?</a><span style="font-size:9px;">(<a href="http://www.polldaddy.com">surveys</a>)</span><br />
</noscript>There&#8217;s a <a href="http://trac2.assembla.com/Regionerate/ticket/45">performance issue regarding multiple attributes on properties</a>, and instead of solving this, we can just easily shift this performance problem to methods, where people supposedly use less attributes. Yeah, I know, pretty lame solution, but its fast!</p>
<p>I was wondering where people use attributes the most, so I will appreciate it if you could answer this short poll.</p>
<p><script src="http://static.polldaddy.com/p/2056386.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2009/09/where-do-you-use-attributes-the-most.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Support for MS-Test</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/08/support-for-ms-test.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2009/08/support-for-ms-test.html#comments</comments>
		<pubDate>Wed, 12 Aug 2009 03:46:23 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
				<category><![CDATA[Public Beta]]></category>
		<category><![CDATA[v0.7]]></category>
		<category><![CDATA[v0.7.3.0]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2009/08/support-for-ms-test.html</guid>
		<description><![CDATA[Eeek. I had to write a bunch of unit tests with MS-Test yesterday.
I found out that the Unit Test class style only supports NUnit &#38; MbUnit style fixtures (TestFixture, Test attributes etc.) and does not support the MS-Unit attributes.
Anyway, there is an updated version in the trunk. Should be available on the nightly build.
]]></description>
			<content:encoded><![CDATA[<p>Eeek. I had to write a bunch of unit tests with MS-Test yesterday.</p>
<p>I found out that the Unit Test class style only supports NUnit &amp; MbUnit style fixtures (TestFixture, Test attributes etc.) and does not support the MS-Unit attributes.</p>
<p>Anyway, there is an updated version in the trunk. Should be available on the nightly build.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2009/08/support-for-ms-test.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Thoughts on Versioning (And v0.7.3.0)</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/03/some-thoughts-on-versioning-and-v0730.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2009/03/some-thoughts-on-versioning-and-v0730.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 14:44:56 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
				<category><![CDATA[Code Layout Schema]]></category>
		<category><![CDATA[Public Beta]]></category>
		<category><![CDATA[What do you think?]]></category>
		<category><![CDATA[v0.7]]></category>
		<category><![CDATA[v0.7.3.0]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2009/03/some-thoughts-on-versioning-and-v0730.html</guid>
		<description><![CDATA[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 [...]]]></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 <a href="http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html">tabs and spaces</a>.</p>
<p>This means that if you choose to install the nightly build now, the installation will be titled “Regionerate Public Beta 2 (v0.7.3.0)”.</p>
<p>This seems a bit messy, in my opinion, as users might get confused and think that the nightly build is actually v0.7.3.0.</p>
<p>Do you have any suggestions on how to make this process more organized?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2009/03/some-thoughts-on-versioning-and-v0730.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tabs &amp; Spaces</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 17:13:45 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
				<category><![CDATA[Public Beta]]></category>
		<category><![CDATA[What's New]]></category>
		<category><![CDATA[v0.7]]></category>
		<category><![CDATA[v0.7.3.0]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html</guid>
		<description><![CDATA[Seems like StyleCop wants regions to be indented by spaces, and not tabs. I got this request from like 12 different users, and barryd was kind enough to do the work for me.
It took me about 4 months to commit the patch, sorry guys  
You can now choose between tabs or spaces as your [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like StyleCop wants regions to be indented by spaces, and not tabs. I got this request from like 12 different users, and <em>barryd</em> was kind enough to do the work for me.</p>
<p>It took me about 4 months to commit the patch, sorry guys <img src='http://www.rauchy.net/regionerate/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>You can now choose between tabs or spaces as your indentation character. This should be available in the next release (v0.7.3.0), but is already available in the trunk and nightly build. </p>
<p>Did I mention I really love the fact that now, whenever code is committed, it can be immediately downloaded and installed?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2009/03/tabs-spaces.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

