Re: Find Usages
Re: Find Usages
- Subject: Re: Find Usages
- From: Fritz Anderson <email@hidden>
- Date: Fri, 14 Aug 2009 10:37:11 -0500
On 14 Aug 2009, at 8:41 AM, Paul Summermatter wrote:
Let's say I have a method on an object such as -[MyObject
initWithDelegate:name:]. I want to find all usages of this method
in my project. I cannot seem to do this.
Open the Project Find window.
In the second popup, select Symbol instead of Textual.
Put initWithDelegate (or even a complex selector like
initWithObjects:forKeys:) into the Find: field.
Click the Find button.
Whirr, click. Results.
A regular expression to do the same thing would be insane.
As an aside, is XCode configured to allow for plugin style
augmentation? That is to say, is there an API available that would
allow one to develop extensions to XCode to add features?
No. Many versions ago, the private interface for Project Builder
plugins had been reverse-engineered, but there's nothing public or
current.
Spelling: Xcode, lower-case c.
— F
--
Fritz Anderson -- Xcode 3 Unleashed: Now in its second printing -- <http://x3u.manoverboard.org/
>
_______________________________________________
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
References: | |
| >Find Usages (From: Paul Summermatter <email@hidden>) |