Re: Can the symbols popup be made to show structs and enums?
Re: Can the symbols popup be made to show structs and enums?
- Subject: Re: Can the symbols popup be made to show structs and enums?
- From: Sherm Pendley <email@hidden>
- Date: Thu, 23 Dec 2010 21:52:19 -0500
On Thu, Dec 23, 2010 at 8:49 PM, Tom Seddon
<email@hidden> wrote:
> The symbols popup in Xcode 3.2.5 -- Ctrl+2 in the text editor, by
> default -- doesn't contain structs or enums. It shows typedefs, and it
> shows classes, and it shows all the Objective-C constructs, but not
> structs or enums. (This is the case regardless of C-family language.)
>
> The structs and enums in question appear just fine in the Project
> Symbols list, and they're part of the Open Quickly... list, so Xcode
> clearly knows about them.
>
> I've failed to find anything obvious that I can tweak, and google
> hasn't come up with anything to try. Have I missed something, or is
> this just something I'm stuck with?
Mark pragmas are usually used to create section headers in the symbols
list, but you could (ab)use it for this too:
#pragma mark StructName
It's a hack, but if you can't find a real solution it's better than nothing.
sherm--
--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden