Stanley
Stanley

Reputation: 4486

Cannot find the pop up list relating to the #pragma mark compiler directive

I am going through some sample code and notice the compiler directive : "#pragma mark xxx". Read that the pragma is related to some popup menu in the IDE. But I don't seem to be able to activate the popup menu. Can anyone show me how to display the menu relating to "#pragma mark" ?

(Xcode 3.2.5)

Upvotes: 0

Views: 112

Answers (1)

Matthias Bauch
Matthias Bauch

Reputation: 90117

it's directly above the code in your source code editor. Location of popup

And once you click there you will see this: the expanded popup

Upvotes: 1

Related Questions