<?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; Visual Studio Addin</title>
	<atom:link href="http://www.rauchy.net/regionerate/blog/category/visual-studio-addin/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>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>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>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Regionerate Works With Visual Studio 2008 Beta 2</title>
		<link>http://www.rauchy.net/regionerate/blog/2007/08/regionerate-works-with-visual-studio-2008-beta-2.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2007/08/regionerate-works-with-visual-studio-2008-beta-2.html#comments</comments>
		<pubDate>Mon, 27 Aug 2007 19:57:00 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
				<category><![CDATA[Public Beta]]></category>
		<category><![CDATA[Visual Studio Addin]]></category>
		<category><![CDATA[v0.6.5.0]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2007/08/regionerate-works-with-visual-studio-2008-beta-2.html</guid>
		<description><![CDATA[After failing over and over again while trying to download Visual Studio 2008 Beta 2 (literally, I tried like 8 times, 5 of those time I got to 90% before failing, one time I even installed Ubuntu especially for it and after completing the download I accidentally deleted the partition. My computer is desperate for [...]]]></description>
			<content:encoded><![CDATA[<p>After failing over and over again while trying to download Visual Studio 2008 Beta 2 (literally, I tried like 8 times, 5 of those time I got to 90% before failing, one time I even installed Ubuntu especially for it and after completing the download I accidentally deleted the partition. My computer is desperate for surgery), I finally managed to install it.</p>
<p>If it worked with Beta 1, no reason it shouldn&#8217;t work with Beta 2, so nothing new here. Just wanted to make it clear <img src='http://www.rauchy.net/regionerate/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2007/08/regionerate-works-with-visual-studio-2008-beta-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizable Keyboard Bindings</title>
		<link>http://www.rauchy.net/regionerate/blog/2007/08/customizable-keyboard-bindings.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2007/08/customizable-keyboard-bindings.html#comments</comments>
		<pubDate>Wed, 08 Aug 2007 20:37:00 +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.6]]></category>
		<category><![CDATA[v0.6.4.5]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2007/08/customizable-keyboard-bindings.html</guid>
		<description><![CDATA[You can now choose the keyboard shortcut used to run Regionerate on the active document. This can be done in the Settings dialog:
Not much to elaborate on, choose any combination of Ctrl/Alt/Shift with a single character and go wild.
At the moment, this is only available to Visual Studio users, #develop users, hang on, its coming.
]]></description>
			<content:encoded><![CDATA[<p>You can now choose the keyboard shortcut used to run Regionerate on the active document. This can be done in the Settings dialog:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Vf3ticMC1jc/RroqQF4_amI/AAAAAAAAAJM/XRv5i5DuowM/s1600-h/keybind.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_Vf3ticMC1jc/RroqQF4_amI/AAAAAAAAAJM/XRv5i5DuowM/s320/keybind.jpg" alt="" id="BLOGGER_PHOTO_ID_5096432384270625378" border="0" /></a><br />Not much to elaborate on, choose any combination of Ctrl/Alt/Shift with a single character and go wild.</p>
<p>At the moment, this is only available to Visual Studio users, #develop users, hang on, its coming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2007/08/customizable-keyboard-bindings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&quot;Regionerate This&quot; Inside The Solution Explorer</title>
		<link>http://www.rauchy.net/regionerate/blog/2007/08/regionerate-this-inside-the-solution-explorer.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2007/08/regionerate-this-inside-the-solution-explorer.html#comments</comments>
		<pubDate>Wed, 08 Aug 2007 20:22: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.4.5]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2007/08/regionerate-this-inside-the-solution-explorer.html</guid>
		<description><![CDATA[Brand new in v0.6.4.5, run Regionerate on entire projects &#38; solutions right inside the Solution Explorer window in Visual Studio. (Update: or inside the Projects pad in #develop)
Up until now, running Regionerate on entire projects &#38; solutions was only available via the command line utility or NAnt task, but now it is available through your [...]]]></description>
			<content:encoded><![CDATA[<p>Brand new in v0.6.4.5, run Regionerate on entire projects &amp; solutions right inside the Solution Explorer window in Visual Studio. (<span style="font-weight: bold">Update:</span> or inside the Projects pad in #develop)</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_Vf3ticMC1jc/Rromc14_akI/AAAAAAAAAI8/s_ORvzb_Iq8/s1600-h/slnxpl.jpg"><img id="BLOGGER_PHOTO_ID_5096428205267446338" style="display: block; margin: 0px auto 10px; cursor: pointer; text-align: center" alt="" src="http://bp2.blogger.com/_Vf3ticMC1jc/Rromc14_akI/AAAAAAAAAI8/s_ORvzb_Iq8/s320/slnxpl.jpg" border="0"></a>Up until now, running Regionerate on entire projects &amp; solutions was only available via the command line utility or NAnt task, but now it is available through your IDE as well.
<p>Right-clicking a solution and clicking &#8220;Regionerate This&#8221; will parse the .sln file and process every C# project inside. In the same way, right-clicking a project and clicking &#8220;Regionerate This&#8221; will parse the .csproj file and process every .cs file inside.</p>
<p>At the moment, there is no way to set ignored projects &amp; files (as in the console application &amp; NAnt task) and all C# projects &amp; C# code files within the selection will be Regionerated.</p>
<p><strike>#develop users &#8211; stay tuned, hopefully this feature will be shortly available to you as well.</strike></p>
<p>By the way, you can read more about&nbsp;this extensibility experience in my personal&nbsp;blog:&nbsp;<a href="http://blog.rauchy.net/2007/08/tapping-into-solution-explorer.html">Tapping Into The Solution Explorer</a> &amp; <a href="http://blog.rauchy.net/2007/08/tapping-into-pad.html">Tapping Into The &#8220;Projects&#8221; Pad</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2007/08/regionerate-this-inside-the-solution-explorer.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Regionerate Supports Orcas!</title>
		<link>http://www.rauchy.net/regionerate/blog/2007/05/regionerate-supports-orcas.html</link>
		<comments>http://www.rauchy.net/regionerate/blog/2007/05/regionerate-supports-orcas.html#comments</comments>
		<pubDate>Tue, 15 May 2007 18:29:00 +0000</pubDate>
		<dc:creator>rauchy</dc:creator>
				<category><![CDATA[Private Alpha]]></category>
		<category><![CDATA[Visual Studio Addin]]></category>
		<category><![CDATA[What's New]]></category>
		<category><![CDATA[v0.2]]></category>

		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/2007/05/regionerate-supports-orcas.html</guid>
		<description><![CDATA[Just wanted to share some of my excitement &#8211; Regionerate&#8217;s Visual Studio addin supports Visual Studio Orcas Beta 1. (Orcas is the next release of Visual Studio after 2005)
I&#8217;ve been getting some hints that users might appreciate it if Regionerate worked on Visual Studio 2003, What about you? Please vote.
If you can&#8217;t see the voting [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to share some of my excitement &#8211; Regionerate&#8217;s Visual Studio addin supports Visual Studio Orcas Beta 1. (Orcas is the next release of Visual Studio after 2005)</p>
<p>I&#8217;ve been getting some hints that users might appreciate it if Regionerate worked on Visual Studio 2003, What about you? Please vote.<br /><embed name="beta3" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.polldaddy.com/poll.swf" width="252" height="444" type="application/x-shockwave-flash" scale="autoscale" salign="tl" bgcolor="#ffffff" wmode="transparent" quality="high" flashvars="p=39944" saveembedtags="true" allowscriptaccess="never"></embed></p>
<p>If you can&#8217;t see the voting widget, use this link to vote:</p>
<p><a href="http://www.polldaddy.com/p.asp?p=39944">http://www.polldaddy.com/p.asp?p=39944</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rauchy.net/regionerate/blog/2007/05/regionerate-supports-orcas.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

