Re: Searching in xib files?
Re: Searching in xib files?
- Subject: Re: Searching in xib files?
- From: Quincey Morris <email@hidden>
- Date: Fri, 21 Dec 2012 21:38:54 -0800
On Dec 21, 2012, at 21:16 , Jerry Krinock < email@hidden> wrote: one file at a time :(
Yes, I realized after I posted that you probably meant a global search. This is often necessary to find required bindings or resource names.
I have to admit, though, that I'm still not clear what it is you're searching for. E.g. do you mean you might delete the code that implements a custom binding, or that you might delete the @property definition which a standard binding is bound to?
The reason I ask is that if you're interested in knowing if a XIB file is using a property, you can use Refactor->Rename on the property declaration to get the preview sheet, and it will include XIB files in its display of what would be changed. The "Search Navigator" (⌘3), which seems to be the same as "Find in Workspace" (⌘⇧F).
For the record, Command-3 just displays the navigator pane in its most recent state, and doesn't change focus. Command-Shift-F reconfigures it back to being just a find (the replace option gets re-hidden) and then displays it if necessary and selects the find string text field.
|
_______________________________________________
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