<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Regionerate's Development Blog</title>
	<link>http://www.rauchy.net/regionerate/blog</link>
	<description>The Making of an Automatic Layout Enforcement Tool for the C# Programming Language</description>
	<pubDate>Sat, 16 Aug 2008 16:53:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Test Drive Regionerate Beta 2 (v0.7)</title>
		<link>http://www.rauchy.net/regionerate/blog/2008/08/test-drive-regionerate-beta-2-v07.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2008/08/test-drive-regionerate-beta-2-v07.html#comments</comments>
		<pubDate>Sat, 16 Aug 2008 16:53:33 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2008/08/test-drive-regionerate-beta-2-v07.html</guid>
		<description><![CDATA[I am a couple of days away from releasing Regionerate Beta 2, and I would like to test drive it on some other machines, just to make sure no show stoppers are introduced.
If you wanna help out and test drive it, please e-mail me with your specs (OS, IDE version, service pack, .NET framework version) [...]]]></description>
			<content:encoded><![CDATA[<p>I am a couple of days away from releasing Regionerate Beta 2, and I would like to test drive it on some other machines, just to make sure no show stoppers are introduced.</p>
<p>If you wanna help out and test drive it, please e-mail me with your specs (OS, IDE version, service pack, .NET framework version) and I&#8217;ll send you a link to download Regionerate Beta 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2008/08/test-drive-regionerate-beta-2-v07.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>New Code Layout Browser Eye Candy</title>
		<link>http://www.rauchy.net/regionerate/blog/2008/08/new-code-layout-browser-eye-candy.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2008/08/new-code-layout-browser-eye-candy.html#comments</comments>
		<pubDate>Tue, 05 Aug 2008 17:44:02 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[Public Beta]]></category>

		<category><![CDATA[What do you think?]]></category>

		<category><![CDATA[alt-net-israel]]></category>

		<category><![CDATA[v0.7]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2008/08/new-code-layout-browser-eye-candy.html</guid>
		<description><![CDATA[Just a quick preview on the new Code Layout Browser coming up in v0.7.
I really want to release v0.7 by AltNetConf Israel, which is happening this Thursday, so no sleep pour moi.
 
Wish me luck.
Update: [Thursday] Unfortunately, there is no chance I&#8217;ll be finishing this today  I forgot what it means to release a [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick preview on the new Code Layout Browser coming up in v0.7.</p>
<p>I really want to release v0.7 by AltNetConf Israel, which is happening this Thursday, so no sleep pour moi.</p>
<p><a href="http://www.rauchy.net/regionerate/blog/wp-content/uploads/2008/08/new.code.layout.browser.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" border="0" alt="new.code.layout.browser" src="http://www.rauchy.net/regionerate/blog/wp-content/uploads/2008/08/new.code.layout.browser-thumb.jpg" width="480" height="388" /></a> </p>
<p>Wish me luck.</p>
<p><strong>Update:</strong> [Thursday] Unfortunately, there is no chance I&#8217;ll be finishing this today <img src='http://www.rauchy.net/regionerate/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> I forgot what it means to release a version. It&#8217;ll take me a few more days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2008/08/new-code-layout-browser-eye-candy.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Advanced Sorting</title>
		<link>http://www.rauchy.net/regionerate/blog/2008/07/advanced-sorting.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2008/07/advanced-sorting.html#comments</comments>
		<pubDate>Thu, 10 Jul 2008 06:11:10 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[Public Beta]]></category>

		<category><![CDATA[What's New]]></category>

		<category><![CDATA[v0.7]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2008/07/advanced-sorting.html</guid>
		<description><![CDATA[This long awaited feature is finally implemented in v0.7.
Now you can use multiple tags in the OrderBy statements, for example:


   1:  &#60;PutMethods&#62;
   2:      &#60;OrderBy&#62;
   3:          &#60;Name /&#62;
   4:     [...]]]></description>
			<content:encoded><![CDATA[<p>This long awaited feature is finally implemented in v0.7.</p>
<p>Now you can use multiple tags in the OrderBy statements, for example:</p>
</p>
<div class="csharpcode">
<pre class="alt"><span class="lnum">   1:  </span><span class="kwrd">&lt;</span><span class="html">PutMethods</span><span class="kwrd">&gt;</span></pre>
<pre><span class="lnum">   2:  </span>    <span class="kwrd">&lt;</span><span class="html">OrderBy</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="lnum">   3:  </span>        <span class="kwrd">&lt;</span><span class="html">Name</span> <span class="kwrd">/&gt;</span></pre>
<pre><span class="lnum">   4:  </span>        <span class="kwrd">&lt;</span><span class="html">ParametersCount</span> <span class="kwrd">/&gt;</span></pre>
<pre class="alt"><span class="lnum">   5:  </span>    <span class="kwrd">&lt;/</span><span class="html">OrderBy</span><span class="kwrd">&gt;</span></pre>
<pre><span class="lnum">   6:  </span><span class="kwrd">&lt;/</span><span class="html">PutMethods</span><span class="kwrd">&gt;</span></pre>
</div>
<p>will place all methods, will order them by name and then will sub-order them by the number of parameters in the method.</p>
<p>Meaning that this piece of code:</p>
<div class="csharpcode">
<pre class="alt"><span class="lnum">   1:  </span>    <span class="kwrd">interface</span> IGateway</pre>
<pre><span class="lnum">   2:  </span>    {</pre>
<pre class="alt"><span class="lnum">   3:  </span>        <span class="kwrd">void</span> Initialize(Configuration configuration);</pre>
<pre><span class="lnum">   4:  </span>        <span class="kwrd">void</span> Finalize(<span class="kwrd">string</span> connectionString, <span class="kwrd">string</span> username, <span class="kwrd">string</span> password);</pre>
<pre class="alt"><span class="lnum">   5:  </span>        <span class="kwrd">void</span> Initialize(<span class="kwrd">string</span> connectionString, <span class="kwrd">string</span> username, <span class="kwrd">string</span> password);</pre>
<pre><span class="lnum">   6:  </span>        <span class="kwrd">void</span> Finalize();</pre>
<pre class="alt"><span class="lnum">   7:  </span>        <span class="kwrd">void</span> Initialize();</pre>
<pre><span class="lnum">   8:  </span>    }</pre>
</div>
<p>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>will turn into:</p>
<div class="csharpcode">
<pre class="alt"><span class="lnum">   1:  </span>    <span class="kwrd">interface</span> IGateway</pre>
<pre><span class="lnum">   2:  </span>    {</pre>
<pre class="alt"><span class="lnum">   3:  </span>&#160;</pre>
<pre><span class="lnum">   4:  </span>        <span class="preproc">#region</span> Operations (5) </pre>
<pre class="alt"><span class="lnum">   5:  </span>&#160;</pre>
<pre><span class="lnum">   6:  </span>        <span class="kwrd">void</span> Finalize();</pre>
<pre class="alt"><span class="lnum">   7:  </span>&#160;</pre>
<pre><span class="lnum">   8:  </span>        <span class="kwrd">void</span> Finalize(<span class="kwrd">string</span> connectionString, <span class="kwrd">string</span> username, <span class="kwrd">string</span> password);</pre>
<pre class="alt"><span class="lnum">   9:  </span>&#160;</pre>
<pre><span class="lnum">  10:  </span>        <span class="kwrd">void</span> Initialize();</pre>
<pre class="alt"><span class="lnum">  11:  </span>&#160;</pre>
<pre><span class="lnum">  12:  </span>        <span class="kwrd">void</span> Initialize(Configuration configuration);</pre>
<pre class="alt"><span class="lnum">  13:  </span>&#160;</pre>
<pre><span class="lnum">  14:  </span>        <span class="kwrd">void</span> Initialize(<span class="kwrd">string</span> connectionString, <span class="kwrd">string</span> username, <span class="kwrd">string</span> password);</pre>
<pre class="alt"><span class="lnum">  15:  </span>&#160;</pre>
<pre><span class="lnum">  16:  </span>        <span class="preproc">#endregion</span> Operations </pre>
<pre class="alt"><span class="lnum">  17:  </span>&#160;</pre>
<pre><span class="lnum">  18:  </span>    }</pre>
</div>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2008/07/advanced-sorting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Regionerate Structs &#38; Interfaces</title>
		<link>http://www.rauchy.net/regionerate/blog/2008/07/regionerate-structs-interfaces.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2008/07/regionerate-structs-interfaces.html#comments</comments>
		<pubDate>Thu, 10 Jul 2008 06:02:37 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[Public Beta]]></category>

		<category><![CDATA[What's New]]></category>

		<category><![CDATA[v0.7]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2008/07/regionerate-structs-interfaces.html</guid>
		<description><![CDATA[Starting with v0.7, you can finally Regionerate structs &#38; interfaces!
The good ol&#8217; ForEachClass statement had to be modified a bit (yes, that means you must change your Code Layouts) to allow this.
From now on, use the new ForEach statement and specify the type you want to apply layout to.
For example:

   1:  &#60;ForEach [...]]]></description>
			<content:encoded><![CDATA[<p>Starting with v0.7, you can finally Regionerate structs &amp; interfaces!</p>
<p>The good ol&#8217; <em>ForEachClass </em>statement had to be modified a bit (yes, that means you <strong>must</strong> change your Code Layouts) to allow this.</p>
<p>From now on, use the new <em>ForEach</em> statement and specify the type you want to apply layout to.</p>
<p>For example:</p>
<div class="csharpcode">
<pre class="alt"><span class="lnum">   1:  </span><span class="kwrd">&lt;</span><span class="html">ForEach</span> <span class="attr">Type</span><span class="kwrd">=&quot;Class&quot;</span><span class="kwrd">&gt;</span></pre>
<pre><span class="lnum">   2:  </span>&#8230;</pre>
<pre class="alt"><span class="lnum">   3:  </span><span class="kwrd">&lt;/</span><span class="html">ForEach</span><span class="kwrd">&gt;</span></pre>
<pre><span class="lnum">   4:  </span><span class="kwrd">&lt;</span><span class="html">ForEach</span> <span class="attr">Type</span><span class="kwrd">=&quot;Struct&quot;</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="lnum">   5:  </span>&#8230;</pre>
<pre><span class="lnum">   6:  </span><span class="kwrd">&lt;/</span><span class="html">ForEach</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="lnum">   7:  </span><span class="kwrd">&lt;</span><span class="html">ForEach</span> <span class="attr">Type</span><span class="kwrd">=&quot;Interface&quot;</span><span class="kwrd">&gt;</span></pre>
<pre><span class="lnum">   8:  </span>&#8230;</pre>
<pre class="alt"><span class="lnum">   9:  </span><span class="kwrd">&lt;/</span><span class="html">ForEach</span><span class="kwrd">&gt;</span></pre>
</div>
<div class="csharpcode">&#160;</div>
<p>This will be available on v0.7, but you can grab the code, compile and use it right now.</p>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2008/07/regionerate-structs-interfaces.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Back to Work!</title>
		<link>http://www.rauchy.net/regionerate/blog/2008/07/back-to-work.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2008/07/back-to-work.html#comments</comments>
		<pubDate>Tue, 08 Jul 2008 15:33:54 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[Bug Fixes]]></category>

		<category><![CDATA[Bugs]]></category>

		<category><![CDATA[Public Beta]]></category>

		<category><![CDATA[v0.7]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2008/07/back-to-work.html</guid>
		<description><![CDATA[After a long delay, I&#8217;m getting back to an occasional work session on Regionerate.
Over the past 6 months I got a lot of feature requests by e-mail, and I would like to thank everybody for sending great ideas.
Since releasing a version can be a long procedure, I would like to change my release habits with [...]]]></description>
			<content:encoded><![CDATA[<p>After a long delay, I&#8217;m getting back to an occasional work session on Regionerate.</p>
<p>Over the past 6 months I got a lot of feature requests by e-mail, and I would like to thank everybody for sending great ideas.</p>
<p>Since releasing a version can be a long procedure, I would like to change my release habits with Regionerate and stop releasing versions for bug fixes. Now that the source code is freely available at <a href="http://www.assembla.com/spaces/regionerate">Assembla</a>, bug fixes can be obtained by getting the source code and compiling.</p>
<p>I will release a new version for new features only, and of course, those releases will include all the bug fixes that were committed until the release date.</p>
<p>v0.7 is coming up with a couple of new features and a couple of bug fixes.</p>
<p>Thank you all for your patience and kind words over the last months.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2008/07/back-to-work.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tickets Migrated</title>
		<link>http://www.rauchy.net/regionerate/blog/2008/01/tickets-migrated.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2008/01/tickets-migrated.html#comments</comments>
		<pubDate>Sun, 20 Jan 2008 10:19:34 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2008/01/tickets-migrated.html</guid>
		<description><![CDATA[After poking around phpBugTracker and milking out some data via phpMyAdmin I&#8217;ve migrated some of the tickets from the (non-public) bug tracking system to the new project Trac system.
Since this was done manually, I migrated the open tickets, leaving the closed bugs back in the old system, hoping they will not come back to haunt [...]]]></description>
			<content:encoded><![CDATA[<p>After poking around phpBugTracker and milking out some data via phpMyAdmin I&#8217;ve migrated some of the tickets from the (non-public) bug tracking system to the new project <a href="http://trac2.assembla.com/Regionerate/">Trac</a> system.</p>
<p>Since this was done manually, I migrated the open tickets, leaving the closed bugs back in the old system, hoping they will not come back to haunt us.</p>
<p>You can now view them in the <a href="http://trac2.assembla.com/Regionerate/">Trac</a> system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2008/01/tickets-migrated.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Solution Upgraded to Visual Studio 2008</title>
		<link>http://www.rauchy.net/regionerate/blog/2008/01/solution-upgraded-to-visual-studio-2008.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2008/01/solution-upgraded-to-visual-studio-2008.html#comments</comments>
		<pubDate>Thu, 03 Jan 2008 17:45:00 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2008/01/solution-upgraded-to-visual-studio-2008.html</guid>
		<description><![CDATA[I think its time to move on, so starting on revision 341, the solution is in Visual Studio 2008 format.
Hope this doesn&#8217;t cause any problems for anyone. Let me know if you need a Visual Studio 2005 duplicate.
]]></description>
			<content:encoded><![CDATA[<p>I think its time to move on, so starting on revision 341, the solution is in Visual Studio 2008 format.</p>
<p>Hope this doesn&#8217;t cause any problems for anyone. Let me know if you need a Visual Studio 2005 duplicate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2008/01/solution-upgraded-to-visual-studio-2008.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>A Call for Framework-Specific Code Layouts</title>
		<link>http://www.rauchy.net/regionerate/blog/2007/11/a-call-for-framework-specific-code-layouts.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2007/11/a-call-for-framework-specific-code-layouts.html#comments</comments>
		<pubDate>Mon, 26 Nov 2007 13:28:00 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[Public Beta]]></category>

		<category><![CDATA[What do you think?]]></category>

		<category><![CDATA[v0.6]]></category>

		<category><![CDATA[v0.6.7.2]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2007/11/a-call-for-framework-specific-code-layouts.html</guid>
		<description><![CDATA[After releasing the Code Layout Browser, I want to expand the Code Layout library by adding framework-specific or content-specific Code Layouts. I&#8217;m talking about Code Layouts such as the &#8220;NUnit Test Fixture&#8221; Code Layout (an example of framework-specific Code Layout) or the &#8220;Plain Old CLR Object&#8221; Code Layout (an example of content-specific Code Layouts).
These Code [...]]]></description>
			<content:encoded><![CDATA[<p>After releasing the Code Layout Browser, I want to expand the Code Layout library by adding framework-specific or content-specific Code Layouts. I&#8217;m talking about Code Layouts such as the &#8220;NUnit Test Fixture&#8221; Code Layout (an example of framework-specific Code Layout) or the &#8220;Plain Old CLR Object&#8221; Code Layout (an example of content-specific Code Layouts).</p>
<p>These Code Layouts are not designated to be primary Code Layouts, but are very useful when trying to standardize the usage of a framework or a certain coding style.</p>
<p>I&#8217;ve been getting great feedback regarding Contract First, NUnit Test Fixture and the POCO layout and want this to be appealing to more people by shipping more specific Code Layouts.</p>
<p>Can you think of frameworks this might be suitable for?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2007/11/a-call-for-framework-specific-code-layouts.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Code Layout on Steroids!</title>
		<link>http://www.rauchy.net/regionerate/blog/2007/11/code-layout-on-steroids.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2007/11/code-layout-on-steroids.html#comments</comments>
		<pubDate>Thu, 22 Nov 2007 13:06:00 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[#develop Addin]]></category>

		<category><![CDATA[Public Beta]]></category>

		<category><![CDATA[Visual Studio Addin]]></category>

		<category><![CDATA[What's New]]></category>

		<category><![CDATA[v0.6]]></category>

		<category><![CDATA[v0.6.7.2]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2007/11/code-layout-on-steroids.html</guid>
		<description><![CDATA[A nifty feature available on v0.6.7.2 is the Code Layout Browser.
When you hit Ctrl+R (or whatever you had your shortcut set to), the active document is Regionerated. But if you hit Ctrl+R and keep the Ctrl button down, you will be presented with the Code Layout Browser.

The Code Layout Browser is similar to the Alt+Tab [...]]]></description>
			<content:encoded><![CDATA[<p>A nifty feature available on v0.6.7.2 is the <em>Code Layout Browser</em>.</p>
<p>When you hit Ctrl+R (or whatever you had your shortcut set to), the active document is Regionerated. But if you hit Ctrl+R and keep the Ctrl button down, you will be presented with the Code Layout Browser.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Vf3ticMC1jc/R0W6hf99GfI/AAAAAAAAAPU/lYKmRrZDdEE/s1600-h/image%5B1%5D.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_Vf3ticMC1jc/R0W6hf99GfI/AAAAAAAAAPU/lYKmRrZDdEE/s320/image%5B1%5D.png" alt="" id="BLOGGER_PHOTO_ID_5135716034765724146" border="0" /></a></p>
<p>The Code Layout Browser is similar to the Alt+Tab window browser in Microsoft Windows. It allows you to choose which Code Layout to apply on your code.</p>
<p>You can browse through the different Code Layouts using the shortcut key (typically &#8220;R&#8221;) while holding down the modifier key (typically Ctrl), similar to Alt-Tab.</p>
<p>The first item is always the <em>Primary Code Layout </em>(the one you chose in the settings form, be it the standard Code Layout or your own custom Code Layout). The first item is the most accessible item and is the one selected when hitting Ctrl+R without browsing.</p>
<p>The rest of the items are gathered from the &#8220;My Code Layouts&#8221; directory under your installation folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2007/11/code-layout-on-steroids.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>#if #endif Blocks Support</title>
		<link>http://www.rauchy.net/regionerate/blog/2007/11/if-endif-blocks-support.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2007/11/if-endif-blocks-support.html#comments</comments>
		<pubDate>Thu, 08 Nov 2007 16:46:00 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
		
		<category><![CDATA[Bug Fixes]]></category>

		<category><![CDATA[Public Beta]]></category>

		<category><![CDATA[v0.6]]></category>

		<category><![CDATA[v0.6.6.5]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2007/11/if-endif-blocks-support.html</guid>
		<description><![CDATA[This has been stated as a known issue since v0.2 and I can&#8217;t really say I solved it. Its quite a difficult problem since its hard to tell which blocks should come over which blocks (#if-#endif vs. #region blocks)
A relatively easy workaround was to ignore #if-#endif blocks and keep their members the same. I believe [...]]]></description>
			<content:encoded><![CDATA[<p>This has been stated as a known issue since v0.2 and I can&#8217;t really say I solved it. Its quite a difficult problem since its hard to tell which blocks should come over which blocks (#if-#endif vs. #region blocks)</p>
<p>A relatively easy workaround was to ignore #if-#endif blocks and keep their members the same. I believe this will do for most cases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2007/11/if-endif-blocks-support.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
