Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here's a few I use that haven't been mentioned so far:</p> <p><strong>System Configuration</strong> </p> <ul> <li>Turn on <a href="http://support.apple.com/kb/HT2840" rel="nofollow noreferrer" title="Full Keyboard Access">Full Keyboard Access</a>.</li> <li>Turn off <a href="http://docs.info.apple.com/article.html?artnum=61295" rel="nofollow noreferrer">Automatic Login</a>.</li> <li>Give my computer a <a href="http://namingschemes.com/Main_Page" rel="nofollow noreferrer">cool name</a>.</li> </ul> <p><strong>Useful Defaults</strong> </p> <ul> <li><a href="http://www.macosxhints.com/article.php?story=20071101210524604" rel="nofollow noreferrer">Display Full Paths</a> in Finder's title bar <ul> <li><code>defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES</code></li> </ul></li> <li><a href="http://www.macosxhints.com/article.php?story=20030110063041629" rel="nofollow noreferrer">Display the Safari Developer menu</a> <ul> <li><code>defaults write com.apple.Safari IncludeDebugMenu</code> 1</li> </ul></li> </ul> <p><strong>Other Software</strong></p> <ul> <li><a href="http://growl.info/documentation/hardwaregrowler.php" rel="nofollow noreferrer">HardwareGrowler</a> (free) <ul> <li>Set up with the Bezel style an no dock icon (see above link for instructions). I love this little utility.</li> </ul></li> <li><a href="http://tech.inhelsinki.nl/antirsi/" rel="nofollow noreferrer">AntiRSI</a> (free) <ul> <li>Saves you from yourself.</li> </ul></li> <li><a href="http://jo.irisson.free.fr/?p=59" rel="nofollow noreferrer">OpenTerminalHere</a> (free) <ul> <li>Great mini-app that opens a Terminal in the directory of the current Finder window.</li> </ul></li> <li><a href="http://code.google.com/p/macvim/" rel="nofollow noreferrer">MacVim</a> (free) <ul> <li>My favorite general purpose editor.</li> </ul></li> <li><a href="http://iconfactory.com/software/xscope" rel="nofollow noreferrer">xScope</a> (commercial) <ul> <li>Great tool for any kind of UI work.</li> </ul></li> </ul> <p><strong>Xcode Configuration</strong></p> <ul> <li>Place build products in <code>~/Build</code> <ul> <li>Keeps everything in one easy cleanable place, and makes inter-project dependencies work.</li> <li>Optionally put Intermediate Build Files in <code>~/Build/_Intermediate</code> to keep it even tidier.</li> </ul></li> <li>Check 'Automatically insert a closing "}"' if it isn't already</li> <li>Set organization name <ul> <li><code>defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME = "Yoyodyne Industries";}'</code></li> </ul></li> <li>Code Completion (I think these were the defaults in earlier versions) <ul> <li>Check 'Show arguements in pop-up list'.</li> <li>Check 'Insert argument placeholders for completions'.</li> <li>Select 'Automatically Suggest: With Delay 0.50 seconds'</li> </ul></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload