顯示具有 Xcode 標籤的文章。 顯示所有文章
顯示具有 Xcode 標籤的文章。 顯示所有文章

2012年2月1日 星期三

[Xcode] 設定預設文件開頭的 Organization

原本預設是 ___MyCompanyName___, 這樣新增檔案都要改一次

在Ternimal直接下此指令更改預設值
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME="Hank's Company";}'

之後就不用改了

2011年1月26日 星期三

[Xcode] 常用快捷鍵


Command + Alt + ↑   在.h及.m間切換
Command + Ctrl + Arrow   在.h及.m間切換 (XCode 4)

Command + Shift + E   編輯器視窗最大化

Command + ]   增加縮排

Command + [   減少縮排

ESC   展開所有可能的自動完成列表

Command + Ctrl + ← / →   展開或收起整個function
Command + Alt + ← / →   展開或收起整個function (Xcode 4)

Command + Shift + R   打開Console

Command + Ctrl + Alt + R   清除Console Log
Related Posts Plugin for WordPress, Blogger...