<?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>João Prado Maia's Weblog &#187; Xcode</title>
	<atom:link href="http://pessoal.org/blog/category/xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://pessoal.org/blog</link>
	<description></description>
	<lastBuildDate>Tue, 11 Aug 2009 00:42:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Xcode keyboard tricks</title>
		<link>http://pessoal.org/blog/2008/12/07/xcode-keyboard-tricks/</link>
		<comments>http://pessoal.org/blog/2008/12/07/xcode-keyboard-tricks/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 03:37:30 +0000</pubDate>
		<dc:creator>jpm</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://pessoal.org/blog/?p=114</guid>
		<description><![CDATA[I&#8217;m mostly a keyboard navigation type of user, so it&#8217;s been a few busy months trying to remember all of the different little tricks in Xcode while doing Objective-C work.
A few of my favorites:

&#8984; + l (lowercase L) &#8211; if done within a text editor pane, it will re-center the editor around the line that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m mostly a keyboard navigation type of user, so it&#8217;s been a few busy months trying to remember all of the different little tricks in Xcode while doing Objective-C work.</p>
<p>A few of my favorites:</p>
<ul>
<li>&#8984; + l (lowercase L) &#8211; if done within a text editor pane, it will re-center the editor around the line that the cursor is currently in. Too confusing? Try this <a href="http://www.viddler.com/explore/itod/videos/36/">video demonstration</a> from Todd Ditchendorf then.</li>
<li>&#8984; + option + up arrow &#8211; switches between header (.h) and implementation (.m) files.</li>
<li>&#8984; + b &#8211; builds project.</li>
<li>&#8984; + r &#8211; build and run project.</li>
<li>If you hold down the alt/option key, and then double click on a code token, such as a class name or function name, it will automatically search the documentation for that particular word. Very useful when you want to read some more about the UITableView class, for instance.</li>
<li>A similar trick is available if you would like to open the definition for a particular code token, such as the source code file where class ExampleController is defined. Just hold down the command key (&#8984;), and double click the word.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pessoal.org/blog/2008/12/07/xcode-keyboard-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
