Re: Xcode's command-option-double-click is a bad guesser
Re: Xcode's command-option-double-click is a bad guesser
- Subject: Re: Xcode's command-option-double-click is a bad guesser
- From: Ken Thomases <email@hidden>
- Date: Wed, 11 Nov 2009 14:46:13 -0600
On Nov 11, 2009, at 12:37 PM, Matt Neuburg wrote:
When I command-option-double-click the term UITableView in my code,
the
developer help displays the documentation for
NSIndexPath(UITableView). This
is a bad guess. If there is a more obvious guess, as there is in
this case -
namely, the class reference for UITableView - that is what should be
initially displayed.
I don't think it's guessing. I think you have "Contains" as the
search criterion (rather than Starts With/Prefix or Exact). Then, the
list of results is merely sorted and the first in the list is what
gets selected initially. It just so happens that, among API entries
that contain UITableView, NSIndexPath(UITableView) comes lexically
first.
You'll perhaps be happier with Starts With/Prefix. That will probably
give you the behavior you're looking for.
Cheers,
Ken
_______________________________________________
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