Xcode 4.5 File Templates - Insert E-mail Address/Website? -


i've been trying edit source code file templates in xcode 4.5 (inside app bundle), achieve more doxygen-friendly header comment format:

/*!     @file ___filename___      @package ___projectname___      @brief      @details      @author ___fullusername___ | ___email___ | ___website___      @date ___date___      @version      @copyright ___year___ ___organizationname___. rights reserved.      @section license */ 

at first, using old method of editing defaults (either command line or editing com.apple.xcode.plist file in xcode's built in plist editor), changes aren't applied - after restarting xcode. hoped edit organizationname, , add own email , website fields (see code above).

i read somewhere oranizationname entered on xcode gui, on per-project basis, got 1 working. still wish expand ___email___ , ___website___, either preset defaults or (better) address book. possible?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -