<?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>just in ram &#187; Programming</title>
	<atom:link href="http://justinramel.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://justinramel.com</link>
	<description>A list of stuff I should remember but never do</description>
	<lastBuildDate>Sat, 24 Jul 2010 10:14:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Resharper format settings</title>
		<link>http://justinramel.com/2009/06/10/resharper-format-settings/</link>
		<comments>http://justinramel.com/2009/06/10/resharper-format-settings/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 16:15:59 +0000</pubDate>
		<dc:creator>Justin Ramel</dc:creator>
				<category><![CDATA[Resharper]]></category>
		<category><![CDATA[Reshaper]]></category>

		<guid isPermaLink="false">http://justinram.wordpress.com/2009/06/10/resharper-format-settings/</guid>
		<description><![CDATA[I can never remember these so thought it best to write them down. Start with the settings from:
http://codebetter.com/blogs/aaron.jensen/archive/2008/10/19/getting-resharper-and-vs-to-play-nice-with-mspec.aspx
Plus a few extras…
Go to menu Resharper –&#62; Options –&#62; Languages –&#62; C# –&#62; Formatting Style

Braces Layout –&#62; All set to (BSD style)
Braces Layout –&#62; Empty braces formatting = Together on the same line 
Blank lines – I [...]]]></description>
			<content:encoded><![CDATA[<p>I can never remember these so thought it best to write them down. Start with the settings from:</p>
<p><a href="http://codebetter.com/blogs/aaron.jensen/archive/2008/10/19/getting-resharper-and-vs-to-play-nice-with-mspec.aspx" target="_blank">http://codebetter.com/blogs/aaron.jensen/archive/2008/10/19/getting-resharper-and-vs-to-play-nice-with-mspec.aspx</a></p>
<p>Plus a few extras…</p>
<p>Go to menu Resharper –&gt; Options –&gt; Languages –&gt; C# –&gt; Formatting Style</p>
<ul>
<li>Braces Layout –&gt; All set to (BSD style)</li>
<li>Braces Layout –&gt; Empty braces formatting = Together on the same line<a href="http://justinram.files.wordpress.com/2009/06/image6.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://justinram.files.wordpress.com/2009/06/image_thumb6.png" width="476" height="484" /></a> </li>
<li>Blank lines – I don’t like a lot of blank lines so I set mostly to 1/0<a href="http://justinram.files.wordpress.com/2009/06/image13.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://justinram.files.wordpress.com/2009/06/image_thumb13.png" width="644" height="463" /></a> </li>
<li>
<p>Other –&gt; Align Multiline Constructs – Call arguments = Off</p>
</li>
<li>
<p>Other –&gt; Align Multiline Constructs – Expression = Off<a href="http://justinram.files.wordpress.com/2009/06/image14.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://justinram.files.wordpress.com/2009/06/image_thumb14.png" width="543" height="484" /></a> </p>
</li>
<li>
<p>Other –&gt; Other – Indent array, object and collection initializer block = Off<a href="http://justinram.files.wordpress.com/2009/06/image9.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://justinram.files.wordpress.com/2009/06/image_thumb9.png" width="476" height="484" /></a></p>
</li>
</ul>
<h2>Regions</h2>
<p>Stop Resharper adding regions to interface implementations and nested classes:</p>
<p>Go to menu: Resharper –&gt; Options –&gt; Languages –&gt; C# –&gt; Type Members Layout</p>
<p>Un-tick Use Default Patterns and you get a text area full of xml. Scroll to the bottom and delete the section:</p>
<p>&lt;Group&gt;   <br />&#160; &lt;ImplementsInterface Immediate=&quot;true&quot; Region=&quot;${ImplementsInterface} Members&quot;/&gt;    <br />&lt;/Group&gt; </p>
<p><a href="http://justinram.files.wordpress.com/2009/06/image10.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://justinram.files.wordpress.com/2009/06/image_thumb10.png" width="476" height="484" /></a></p>
<p>Also&#160; delete the section:</p>
<p>&lt;Group&gt;   <br />&#160; &lt;Name Region=&quot;Nested type: ${Name}&quot;/&gt;    <br />&lt;/Group&gt; </p>
<p><a href="http://justinram.files.wordpress.com/2009/06/image11.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://justinram.files.wordpress.com/2009/06/image_thumb11.png" width="484" height="484" /></a> </p>
<p>Finally click Ok.</p>
</p>
</p>
</p>
<h2>Code Cleanup</h2>
<p>Go to menu Resharper –&gt; Options –&gt; Tools –&gt; Code Cleanup</p>
<p>Add a new profile with the following settings:</p>
<p><a href="http://justinram.files.wordpress.com/2009/06/image12.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://justinram.files.wordpress.com/2009/06/image_thumb12.png" width="440" height="484" /></a> </p>
<p>I didn’t realise I had fiddled with the default settings so much no wonder I can never remember them.</p>
]]></content:encoded>
			<wfw:commentRss>http://justinramel.com/2009/06/10/resharper-format-settings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TortoiseSVN + Global ignore pattern</title>
		<link>http://justinramel.com/2007/10/10/tortoisesvn-global-ignore-pattern/</link>
		<comments>http://justinramel.com/2007/10/10/tortoisesvn-global-ignore-pattern/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 12:37:22 +0000</pubDate>
		<dc:creator>Justin Ramel</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[TortoiseSVN]]></category>

		<guid isPermaLink="false">http://justinram.wordpress.com/2007/10/10/tortoisesvn-global-ignore-pattern/</guid>
		<description><![CDATA[
build_log.xml *.suo *.user _ReSharper* *.resharper bin obj class build
]]></description>
			<content:encoded><![CDATA[<p><img src='http://justinram.files.wordpress.com/2007/10/tortoise.GIF' alt='Tortoise' /><br />
<code>build_log.xml *.suo *.user _ReSharper* *.resharper bin obj class build</code></p>
]]></content:encoded>
			<wfw:commentRss>http://justinramel.com/2007/10/10/tortoisesvn-global-ignore-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a new project to Subversion server in Windows XP</title>
		<link>http://justinramel.com/2006/02/22/add-a-new-project-to-subversion-server-in-windows-xp/</link>
		<comments>http://justinramel.com/2006/02/22/add-a-new-project-to-subversion-server-in-windows-xp/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 12:12:00 +0000</pubDate>
		<dc:creator>Justin Ramel</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://justinram.wordpress.com/2006/02/22/add-a-new-project-to-subversion-server-in-windows-xp/</guid>
		<description><![CDATA[NOTE: You must have TortoiseSVN installed for these instructions to work!
First create your Project folder structure:
ProjectName
branches
tags
trunk
Place your source in the trunk folder.
In windows explorer right click on ProjectName folder and select TortiseSVN -&#62; Import from the menu.
You will now see the import screen:

Enter the repository/ProjectName an import message and click OK.
You have now created the [...]]]></description>
			<content:encoded><![CDATA[<p>NOTE: You must have <a target="_blank" href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> installed for these instructions to work!</p>
<p>First create your Project folder structure:</p>
<pre>ProjectName
branches
tags
trunk</pre>
<p>Place your source in the trunk folder.</p>
<p>In windows explorer right click on ProjectName folder and select TortiseSVN -&gt; Import from the menu.</p>
<p>You will now see the import screen:</p>
<p><a href="http://photos1.blogger.com/blogger/752/2322/1600/svnimport.jpg"><img border="0" src="http://photos1.blogger.com/blogger/752/2322/320/svnimport.jpg" /></a><br />
Enter the repository/ProjectName an import message and click OK.</p>
<p>You have now created the project in Subversion but you must still check out the source you just imported.  This can be done via TortoiseSVN or directly in eclipse using the <a target="_blank" href="http://subclipse.tigris.org/">subclipse</a> add in.</p>
]]></content:encoded>
			<wfw:commentRss>http://justinramel.com/2006/02/22/add-a-new-project-to-subversion-server-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing subversion server on windows</title>
		<link>http://justinramel.com/2006/02/21/installing-subversion-server-on-windows/</link>
		<comments>http://justinramel.com/2006/02/21/installing-subversion-server-on-windows/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 17:24:00 +0000</pubDate>
		<dc:creator>Justin Ramel</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://justinram.wordpress.com/2006/02/21/installing-subversion-server-on-windows/</guid>
		<description><![CDATA[We used subversion (or svn for short) server running on windows as our version control server as it integrates very nicely with eclipse.
We found a guide for installation:
Mere-Moments Guide to installing a Subversion server on Windows
But it turned out all we really needed was the subversion 1-click install:
svn 1-clicksetup
Intergration with eclipse was easy too:
Subclipse
We also [...]]]></description>
			<content:encoded><![CDATA[<p>We used subversion (or svn for short) server running on windows as our version control server as it integrates very nicely with eclipse.</p>
<p>We found a guide for installation:</p>
<p><a target="_blank" href="http://excastle.com/blog/archive/2005/05/31/1048.aspx">Mere-Moments Guide to installing a Subversion server on Windows</a></p>
<p>But it turned out all we really needed was the subversion 1-click install:</p>
<p><a target="_blank" href="http://svn1clicksetup.tigris.org/">svn 1-clicksetup</a></p>
<p>Intergration with eclipse was easy too:</p>
<p><a target="_blank" href="http://subclipse.tigris.org/">Subclipse</a></p>
<p>We also found a nice windows client for subversion:</p>
<p><a target="_blank" href="http://tortoisesvn.tigris.org/">tortoisesvn</a></p>
<p>Job done we&#8217;re good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://justinramel.com/2006/02/21/installing-subversion-server-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
