<?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>Mobile Perspectives &#187; Tips</title>
	<atom:link href="http://www.BluMtnWerx.com/blog/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.BluMtnWerx.com/blog</link>
	<description>Computing at the Edge!</description>
	<lastBuildDate>Fri, 19 Aug 2011 00:29:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>A Couple More Xcode Keys</title>
		<link>http://www.BluMtnWerx.com/blog/2009/05/a-couple-more-xcode-keys/</link>
		<comments>http://www.BluMtnWerx.com/blog/2009/05/a-couple-more-xcode-keys/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 03:46:01 +0000</pubDate>
		<dc:creator>deans</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[iPhone Dev Tools]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.BluMtnWerx.com/blog/?p=147</guid>
		<description><![CDATA[These are documented, but some new developers haven't encountered them yet, so maybe I can save you some time.]]></description>
			<content:encoded><![CDATA[<p>There are a handful of Xcode keyboard shortcuts that I find particularly useful.&nbsp;  Although the keys are documented, some folks have apparently not come across them, yet.&nbsp;  Hopefully, using these keys will help your productivity as much as it does mine.</p>
<p>First, let&#8217;s consider <strong>Code Completion</strong>.&nbsp;  Two keys here are particularly useful.&nbsp;  <span STYLE="font-family: Courier;" ><strong>&lt;ctl&gt;+.</strong> <em>(control + period)</em></span> cycles through the list of possible completions for the token that you&#8217;ve typed, while pressing <span STYLE="font-family: Courier;" ><strong>&lt;esc&gt;</strong></span> brings up the full list of possible completions.&nbsp;  The Xcode menu suggests <span STYLE="font-family: Courier;" ><strong>&lt;opt&gt;+&lt;esc&gt;</strong> <em>(alt/option + escape)</em></span> for this action, but just <span STYLE="font-family: Courier;" >&lt;esc&gt;</span> seems to work fine.</p>
<p>If code completion doesn&#8217;t seem to be working for you, be sure to check the setting for the Automatically Suggest menu in Xcode&#8217;s Code Sense preferences.</p>
<p>Another shortcut that I use frequently is <span STYLE="font-family: Courier;" ><strong>&lt;ctl&gt;+/</strong> <em>(control + slash)</em></span>, which cycles between the placeholders highlighted by Code Completion.&nbsp;  Sometimes you can also accomplish this with the arrow keys, but <span STYLE="font-family: Courier;" >&lt;ctl&gt;+forward slash</span> always works.</p>
<p>Happy Xcoding!</p>
<p>&nbsp;<br />
&#8212;&#8212;&#8211;<br />
Technorati Tags:&nbsp; <a href="http://technorati.com/tag/iPhone" rel="tag">iPhone</a>, <a href="http://technorati.com/tag/iPod+Touch" rel="tag">iPod Touch</a>, <a href="http://technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://technorati.com/tag/mobile" rel="tag">mobile</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.BluMtnWerx.com/blog/2009/05/a-couple-more-xcode-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcut for &#8220;Go to Counterpart&#8221;</title>
		<link>http://www.BluMtnWerx.com/blog/2009/04/shortcut-for-go-to-counterpart/</link>
		<comments>http://www.BluMtnWerx.com/blog/2009/04/shortcut-for-go-to-counterpart/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 21:26:56 +0000</pubDate>
		<dc:creator>deans</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[iPhone Dev Tools]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.BluMtnWerx.com/blog/?p=71</guid>
		<description><![CDATA[I've been doing lots of coding lately, and using "Go to Counterpart" quite a bit.&#160;  This keyboard shortcut makes my work much easier.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s crunch time for getting the first BluMtnWerx apps ready for release, so I&#8217;ve been neglecting my writing responsibilities.   This will be a short one, as I&#8217;ve got lots of code to write (OK, debug) before I sleep.   Anyway, when I&#8217;m in the &#8220;code &#8217;til I drop&#8221; mode, I find myself using Xcode&#8217;s &#8220;Go to Couterpart&#8221; quite a bit.   This is, at least partly, because I get too tired to actually remember what&#8217;s in the header file.   Anyway, I finally got fed up with moving the cursor up to the icon every time I wanted to toggle between header and source files, so I went looking for a shortcut.   What did we do before Google?   When I first started using Xcode, I tried to find an answer in the program&#8217;s documentation, but I got frustrated and gave up.   Of course, a fraction of a second with Google gave me the answer:</p>
<p>    &lt;<strong>Command</strong>&gt;+&lt;<strong>Option</strong>&gt;+↑   <em>(that&#8217;s</em> &lt;<strong>UpArrow</strong>&gt;<em>)</em></p>
<p>…toggles between header and source.   As the result is a toggle, a similarly modified ↓ isn&#8217;t required to invert the operation.   If I&#8217;d looked through Xcode&#8217;s menus, I could also have dug it up &#8211; it&#8217;s under the View menu &#8211; but I&#8217;m not a menu guy, I&#8217;d never even looked at the View menu until I started this post.</p>
<p>That&#8217;s it for today&#8217;s tip, enjoy&#8230;</p>
<p>Postscript:   I tried to use angle brackets:   〈 and 〉 in this post.  Every browser that I checked, except IE, handled them just fine.   Sigh…</p>
<p>Technorati Tags:  <a rel="tag" href="http://technorati.com/tag/iPhone">iPhone</a>, <a rel="tag" href="http://technorati.com/tag/iPod+Touch">iPod Touch</a>, <a rel="tag" href="http://technorati.com/tag/Apple">Apple</a>, <a rel="tag" href="http://technorati.com/tag/mobile">mobile</a>, <a rel="tag" href="http://technorati.com/tag/Xcode">Xcode</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.BluMtnWerx.com/blog/2009/04/shortcut-for-go-to-counterpart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

