Re: seeing standard include and lib paths
Re: seeing standard include and lib paths
- Subject: Re: seeing standard include and lib paths
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 14 Nov 2003 20:11:12 -0800
On Nov 14, 2003, at 7:45 PM, Christopher Corbell wrote:
Just kind of curious - why doesn't XCode let you browse
to standard UNIX folders in its navigation dialogs?
Because they're hidden, and NSOpenPanel doesn't have any (public)
method of showing hidden files/folders. To navigate there, you can use
an undocumented (?) feature of OS X 10.3 - press Shift-Cmd-G in the
open panel, or type ~ or /, and you'll see a text field that will allow
you to enter a path. You can use this to navigate to /usr/lib, etc.
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page: http://seiryu.home.comcast.net/
S/MIME signature available upon request
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone." - Bjarne Stroustrup
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.