Re: Accessing function definitions
Re: Accessing function definitions
- Subject: Re: Accessing function definitions
- From: Laurence Harris <email@hidden>
- Date: Wed, 25 Oct 2006 21:46:06 -0400
On Oct 25, 2006, at 7:38 PM, Shawn Erickson wrote:
On 10/25/06, Laurence Harris <email@hidden> wrote:
On Oct 25, 2006, at 12:55 PM, Fritz Anderson wrote:
> On 25 Oct 2006, at 11:13 AM, Laurence Harris wrote:
>
>> - Is there any way to get a simple list of them a la CodeWarrior
>> instead of one of those two-line-per-item lists Xcode seems to
>> like to produce?
>
> Have you tried the Project Symbols group in the Groups-and-Files
> list? It fills the detail view with a live-searchable list of
> symbol definitions, one per line.
>
> I'm betting you use the "compact" project format,
If you mean "condensed," you are correct.
> so double-clicking on the blue-cube icon should spawn a window with
> a detail list.
I don't see how this helps. It gives me a list of classes, but I'm
not looking for a class declaration.
Yeah correct (think Fritz was thinking it would popup a window other
then the one it does) but if you expand the project window and click
once on "Project Symbols" you can type in the search field in the
upper right corner and get a live filtered list based on what you are
typing.
Egads. I don't want to switch to the project window, click here and
type there to see a list of all functions with a given name when I'm
looking at one of those functions in a source file. Besides, finding
a specific function in that list is harder than looking through a
list whose entries look like Foo:Bar. Is this someone's idea of
helping me be productive?
You can also bring up this view by selecting View->Show->Symbols (you
can attach a key equivalent to this if you want).
What I really want is to be able to Command-double-click a function
name and get a menu listing all functions with that name, or at least
a lot more than 20. ;-)
In summary, yes, there are ways to accomplish what I want to
accomplish. There just don't seem to be any ways to do it quickly and
simply.
Larry
_______________________________________________
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