<?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>Must Do Better</title>
	<atom:link href="http://www.mustdobetter.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mustdobetter.com</link>
	<description>Or die trying</description>
	<lastBuildDate>Thu, 17 May 2012 13:13:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Regular Expression for EOF</title>
		<link>http://www.mustdobetter.com/2012/05/17/regular-expression-for-eof/</link>
		<comments>http://www.mustdobetter.com/2012/05/17/regular-expression-for-eof/#comments</comments>
		<pubDate>Thu, 17 May 2012 13:13:56 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mustdobetter.com/?p=46</guid>
		<description><![CDATA[The regular expression to match the end of a file is \z Very handy.]]></description>
			<content:encoded><![CDATA[<p>The regular expression to match the end of a file is <strong>\z</strong></p>
<p>Very handy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mustdobetter.com/2012/05/17/regular-expression-for-eof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBEdit Modal Find Dialog</title>
		<link>http://www.mustdobetter.com/2010/11/04/bbedit-modal-find-dialog/</link>
		<comments>http://www.mustdobetter.com/2010/11/04/bbedit-modal-find-dialog/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 11:26:00 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Barebones]]></category>
		<category><![CDATA[BBEdit]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[TextWrangler]]></category>

		<guid isPermaLink="false">http://www.mustdobetter.com/?p=37</guid>
		<description><![CDATA[I have just switched from the wonderfully full-featured TextWrangler to its big brother BBEdit, created by the insanely talented and wonderfully generous BareBones Software. I&#8217;ve been using TextWrangler for over five years now and swear by it, not only is it completely free to download and use but comes with so many features that, for [...]]]></description>
			<content:encoded><![CDATA[<p>I have just switched from the wonderfully full-featured <a href="http://www.barebones.com/products/textwrangler/" target="_blank">TextWrangler</a> to its big brother <a href="http://www.barebones.com/products/bbedit/" target="_blank">BBEdit</a>, created by the insanely talented and wonderfully generous <a href="http://www.barebones.com/" target="_blank">BareBones Software</a>. I&#8217;ve been using TextWrangler for over five years now and swear by it, not only is it completely free to download and use but comes with so many features that, for me, it&#8217;s the defacto Mac text editor. The reason for upgrading to BBEdit is to gain a couple of power-features including collapsable code sections. After upgrading I found that the modal search dialog has been replaced, I&#8217;m sure it has its benefits but personally I much prefer it the way it&#8217;s presented in TextWrangler and earlier versions of BBEdit.  After much searching I found a way to revert back to the modal search dialog, to do this simply open up Terminal (/Applications/Utilities/Terminal) and issue the following command:</p>
<p><code>defaults write com.barebones.bbedit FindDialog:UseOldSk00lFindDialog -bool YES</code></p>
<p>If you&#8217;re a fan of the new search but are upset at the lack of keyboard shortcuts then fear not as they&#8217;ve just been changed.  This is taken from the <a href="http://www.barebones.com/support/bbedit/manual.html">BBEdit manual</a>:</p>
<blockquote><p>It&#8217;s not possible to use the command-key equivalents from the old modal Find dialog to toggle items in the Find window because those equivalents collide with the equivalents for different menu commands. Instead, BBEdit offers a new group of keyboard equivalents for controlling Find and Multi-File Search window items. The factory defaults for these keys are as follows:</p>
<ul>
<li><strong>Case sensitive:</strong> Control-shift-N</li>
<li><strong>Entire word: </strong>Control-Shift-E</li>
<li><strong>Grep:</strong> Control-Shift-G</li>
<li><strong>Selected text only:</strong> Control-Shift-S</li>
<li><strong>Wrap around:</strong> Control-Shift-W</li>
<li><strong>Open search history:</strong> Control-Shift-H</li>
<li><strong>Open saved patterns:</strong> Control-Shift-P</li>
</ul>
<p>If these assignments overlap with any keyboard equivalents for clippings that you&#8217;ve set, or if you just wish to change them, you can do so via the &#8220;Find Windows&#8221; section of the Menus preference panel.</p></blockquote>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">It&#8217;s not possible to use the command-key equivalents from the old modal Find dialog to toggle items in the Find window because those equivalents collide with the equivalents for different menu commands. Instead, BBEdit offers a new group of keyboard equivalents for controlling Find and Multi-File Search window items. The factory defaults for these keys are as follows:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Case sensitive Entire word Grep Selected text only Wrap around Open search history Open saved patterns</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Control-shift-N Control-Shift-E Control-Shift-G Control-Shift-S Control-Shift-W Control-Shift-H Control-Shift-P</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If these assignments overlap with any keyboard equivalents for clippings that you&#8217;ve set, or if you just wish to change them, you can do so via the &#8220;Find Windows&#8221; section of the Menus preference pane</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mustdobetter.com/2010/11/04/bbedit-modal-find-dialog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My First Post</title>
		<link>http://www.mustdobetter.com/2009/12/20/my-first-post/</link>
		<comments>http://www.mustdobetter.com/2009/12/20/my-first-post/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 00:04:54 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mustdobetter.com/?p=6</guid>
		<description><![CDATA[Hello, world!  Ahem, moving swiftly on&#8230; my name is Jamie, you can read a very short paragraph about me and this site here.  Basically I&#8217;ve set up this blog to house some posts I&#8217;ve been meaning to write for a while now relating to web development, more specifically the interesting techniques and time-saving tips I [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, world!  Ahem, moving swiftly on&#8230; my name is Jamie, you can read a very short paragraph about me and this site <a title="About me" href="/about">here</a>.  Basically I&#8217;ve set up this blog to house some posts I&#8217;ve been meaning to write for a while now relating to web development, more specifically the interesting techniques and time-saving tips I come across when developing.  Who knows though what it may turn into, if indeed anything at all, let alone anything interesting!</p>
<p>Ok good, one post down, this is a good start.  <em>Note to self: must keep this up.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mustdobetter.com/2009/12/20/my-first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

