Skip to content

Tag Archives: xcode

SpiderMonkey in Xcode 3.2.3

28-Jun-10

I am working on a Desktop Application project that will need scripting support, specifically scripting support for people familiar with web development. Even though I have prior experience successfully embedding both Lua and Python in server side applications, I have picked Javascript for this project. Mainly for the low barrier to entry for web developers, [...]

How to reformat source code in XCode 3.x

12-Nov-09

I am using XCode 3.2.1 for some Cocoa development and I really miss the OPTION-CMD-L short cut in Intellij IDEA that re-formats your current source code file as you have it configured. I found you can get something similar but not as powerful by doing a Edit -> Select All and then CTRL-I in XCode [...]