Xcode 4 - I want my menu to go back in alphabetical order

In Xcode 3, I used the menu at the top of the edit window to navigate between methods (and other things), which was useful because it was in alphabetical order. In Xcode 4 (the transition bar, I think it's called) is no longer in alphabetical order.

I did not see a preference to do so ... is there one?

I believe that thinking is that you do not need it, because on the left side (left for me) there is a class navigator that shows the methods in alphabetical order.

Except that only classes in my Classes group are displayed here. I have many classes in a dozen other groups, and I don’t want to just drop everything into one group.

How to get classes in my other groups?

I noticed that when I show ALL classes, they appear under NSObject, but this navigator is too cluttered to be useful.

+4
source share
1 answer

Answer on the help page of the transition panel:

Tip: Hold down the Command key while selecting a level in the path menu to view its elements in alphabetical order.

+4
source

Source: https://habr.com/ru/post/1343257/


All Articles