This was answered for XCode 3, but not XCode4. Answer for XCode3 has not gotten an answer for 4.

So:

Is there a way in Xcode4 to sort my list of files under say the Classes folder Alphabetically? It appears this option has disappeared.

I am happy to remove this question and move to the XCode3 answer after it has been answered, if that makes folks happier.

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

This was, sadly, left out of Xcode4 -- I loved that feature. You can fix it though. Here's how:

First, jump over to Apple's Bug Reporter and file a feature request. Seriously, go ahead. I'll wait until you are back.

Back? Great! We are one step closer to getting that feature. Nice job!

Now for the poor man's substitute until Apple fixes it: Re-organize your project so most of your files sit in sub-directories (real ones, not Xcode logical "group" folders). Typically I have my files arranged in Classes, Controllers, Resources, Images, Foundation, and Supporting files. This covers about 95% of all my files. Whenever you need to reorder the files in Xcode, simply remove a folder reference and add it back -- the files in that folder will once again be in alphabetical order.

Admittedly, not as nice as in Xcode3, but once you have your project folder structure organized, it just takes a moment to re-alphabetize things without too much effort.

link|improve this answer
1  
Thanks for the tip on the Bug Reporter, report submitted. – The Mad Gamer Jun 1 '11 at 17:34
No problem. Hopefully we'll see this feature come back soon. – Answerbot Jun 7 '11 at 14:03
feedback

You can have it sorted in the jump bar: XCode 4 Sort Files By Name

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.