<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>an.alogo.us &#187; Coding</title>
	<atom:link href="http://an.alogo.us/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://an.alogo.us</link>
	<description>John Clark&#39;s Weblog</description>
	<lastBuildDate>Sun, 31 May 2009 19:59:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
http://creativecommons.org/licenses/by-nc-sa/2.5/<creativeCommons:license></creativeCommons:license>		<item>
		<title>Scripts for Managing Windows in Xcode</title>
		<link>http://an.alogo.us/2009/03/19/scripts-for-managing-windows-in-xcode/</link>
		<comments>http://an.alogo.us/2009/03/19/scripts-for-managing-windows-in-xcode/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 16:58:37 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Apple]]></category>
		
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://an.alogo.us/?p=559</guid>
		<description><![CDATA[Matt Gallagher&#8217;s Xcode scripts are surprisingly useful (if you&#8217;re not a fan of Xcode&#8217;s All-In-One window option). I don&#8217;t run multiple monitors, so I incorporated Craig Hockenberry&#8217;s simple bounds-grabbing snippet (via John Gruber/Daring Fireball), rather than hard-coding the screen size.]]></description>
			<content:encoded><![CDATA[<p><a href="http://cocoawithlove.com/2009/03/scripted-window-management-in-xcode.html">Matt Gallagher&#8217;s Xcode scripts</a> are surprisingly useful (if you&#8217;re not a fan of Xcode&#8217;s All-In-One window option). I don&#8217;t run multiple monitors, so I incorporated Craig Hockenberry&#8217;s simple bounds-grabbing snippet (via <a href="http://daringfireball.net/2006/12/display_size_applescript_the_lazy_way">John Gruber/Daring Fireball</a>), rather than hard-coding the screen size.</p>
]]></content:encoded>
			<wfw:commentRss>http://an.alogo.us/2009/03/19/scripts-for-managing-windows-in-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KeyBindingsEditor</title>
		<link>http://an.alogo.us/2009/03/07/keybindingseditor/</link>
		<comments>http://an.alogo.us/2009/03/07/keybindingseditor/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 20:56:45 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>
		

		<guid isPermaLink="false">http://an.alogo.us/?p=545</guid>
		<description><![CDATA[KeyBindingsEditor is a GUI-based editor for OS X key bindings. It allows for easy editing and supports single-action bindings (one action per keystroke), multi-action bindings (multiple actions for a keystroke) and Emacs meta binding-style multi-keystroke bindings. - KeyBindingsEditor KeyBindingsEditor, a nice donationware utility written several years ago for OS X 10.4, seems to work fine [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://www.cocoabits.com/KeyBindingsEditor/" title="KeyBindingsEditor"><p>
  KeyBindingsEditor is a GUI-based editor for OS X key bindings. It allows for easy editing and supports single-action bindings (one action per keystroke), multi-action bindings (multiple actions for a keystroke) and Emacs meta binding-style multi-keystroke bindings.</p>
<div class="source">- <a href="http://www.cocoabits.com/KeyBindingsEditor/" title="Go to KeyBindingsEditor">KeyBindingsEditor</a>
</div>
</blockquote>
<p>KeyBindingsEditor, a nice donationware utility written several years ago for OS X 10.4, seems to work fine in 10.5 as well. It&#8217;s basically a special purpose property list (.plist) editor, with one particular feature I find quite handy: it can export a keybindings file as nicely rendered html, ready to print. Great for making cheatsheets of all your personalized bindings in Xcode. Note that KeyBindingsEditor won&#8217;t open .pbxkeys files directly, but handles them just fine if the suffix is changed temporarily to .dict.</p>
<p>You can download it <a href="http://www.cocoabits.com/KeyBindingsEditor/KeyBindingsEditor.dmg">here</a>, and peruse the online docs <a href="http://www.cocoabits.com/KeyBindingsEditor/Manual/index.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://an.alogo.us/2009/03/07/keybindingseditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

