Re: How do you found your way around in the ref docs?
Re: How do you found your way around in the ref docs?
- Subject: Re: How do you found your way around in the ref docs?
- From: Luc Vandal <email@hidden>
- Date: Sat, 25 Aug 2007 14:49:22 -0400
Hi Frank,
You may refer to these documents for more info on xcode completition:
http://developer.apple.com/DOCUMENTATION/DeveloperTools/Conceptual/
XcodeUserGuide/Contents/Resources/en.lproj/03_05_ed_code_completion/
chapter_22_section_2.html
http://developer.apple.com/documentation/developertools/Conceptual/
XcodeUserGuide/Contents/Resources/en.lproj/03_05_ed_code_completion/
chapter_22_section_3.html
Luc
On 25-Aug-07, at 2:41 PM, Frank Bettger wrote:
Tkanks Luc,
I was not aware of Xcode completion since I've used TextMate. It's
nice and
useful! However when I tried with my example, se below it just said no
completions found
NSTextField *text1;
NSString *inString;
inString=[text1 stringV
On 8/25/07, Luc Vandal <email@hidden> wrote:
When in doubt, I try to type in some method name so that auto-
complete can suggest me methods accessible for the object I'm using.
So by typing "[yourinstancename str" in your code and then hitting
ESC (when "str" gets underlined this means auto-complete has
suggestions available) a menu appear where you can search the method
in there. You just have to guess what would be the function name...
Luc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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
Software
& Web Apps
Luc Vandal
Edovia Inc.
Montreal
514.377.8111
email@hidden
www.edovia.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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