Re: Cleaning up a project from static/global variables
Re: Cleaning up a project from static/global variables
- Subject: Re: Cleaning up a project from static/global variables
- From: Quincey Morris <email@hidden>
- Date: Sat, 21 Mar 2015 20:04:22 +0000
On Mar 21, 2015, at 12:48 , Eyal Redler <email@hidden> wrote:
>
> I can do a search for "static" but some are plain globals: variables defined outside of any method.
Oh, I thought you meant that you want to find references to (known) globals, but you seem to be saying you want to find all the definitions of globals.
You can still do that. Go to the class browser (Command-2). Deselect the “Show only class and protocol symbols” icon in the bottom left corner (looks like a C in a box), then the final top-level item in the main list will be “Globals”. That seems to be what you want.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden