Can I move the order of XCode, Cocoa, and User Templates around in XCode 3.1?

Posted by Warren P on Stack Overflow See other posts from Stack Overflow or by Warren P
Published on 2010-04-10T15:55:02Z Indexed on 2010/04/10 16:03 UTC
Read the original article Hit count: 221

Filed under:
|
|

I followed the other questions on StackOverflow and made custom User Templates. Instead of replacing the factory default Cocoa class template, I have to pick a new user template.

The order that is shown in XCode's New File dialog box is:

  1. iPhone templates first (great if you mostly do iphone development)
  2. Second the User templates
  3. Third the default Mac OS templates.

I want my user stuff first, Mac OS templates second, and I want to bury iPhone templates in third and last place. The sort is obviously not alphabetical. And you can't drag/drop reorder. (At least not in xcode 3.1.3)?

From stackoverflow

© Stack Overflow or respective owner

Related posts about xcode

Related posts about objective-c