Re: Xcode Developer Documentation
Re: Xcode Developer Documentation
- Subject: Re: Xcode Developer Documentation
- From: Nelson Santos <email@hidden>
- Date: Fri, 23 Feb 2007 16:38:05 -0500
Hi Ronald,
Yes, I know about the option double-click as well. It also causes
the same problem that I have with the documentation window.
The problem seems intermittent. I just option double-clicked on
NSRect in the code window. The documentation window popped up from
lurking in the background, correctly displayed NSRect in the top half
of the window (plus NSRectArray, NSRectClip etc... below it), but in
the bottom half of the window, it shows me NSRange! Before NSRange
was displayed on the lower half, I saw it transition from the page
that was showing there previously (which was not NSRange.) So, I had
to click on NSRect in the top half to force the bottom half to sync up.
I think this problem occurs only after building and/or running the
project. Something seems to get messed up.
By the way, I am using the all-in-one layout. Could this be a
factor? I notice an additional visual bug using this layout (don't
know if it occurs in the other layouts as this is the only one I
use). Sometimes, after debugging and/or building the project (thus
it switches to the debugger view in the layout), any changes that I
make in the code that appears in the debug view do not echo as I type
them. The charges are actually made in the file (as is apparent when
I switch back to to project detail view (the main editor view), but
they are just not echoed onto the editor window in debug view.
Weird, huh?
Nelson
On Feb 23, 2007, at 4:23 PM, Ronald Hayden wrote:
On Feb 23, 2007, at 1:06 PM, Nelson Santos wrote:
Whenever I need to search for something, I hit Command-` to switch
to that window and then I type something (say, a method) in the
search field (API search, usually). Then, I hit Return.
Just to check, are you aware of using Option-double-click on a symbol
in your code to jump to the documentation for that symbol?
Most of the time, I don't get the correct method shown in the
bottom half of the help window. The method is listed in the top
half of the window correctly. So, I end up having to move the
mouse to the top half of the window and clicking on the symbol for
it to properly display on the lower half of the window.
Can you provide specific examples of API searches that don't put the
result you want at the top?
-- Ron Hayden, TechPubs Tools
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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