Re: how to implement the auto-complement function like Xcode 3.x?
Re: how to implement the auto-complement function like Xcode 3.x?
- Subject: Re: how to implement the auto-complement function like Xcode 3.x?
- From: j o a r <email@hidden>
- Date: Wed, 13 Aug 2008 13:49:28 -0700
On Aug 12, 2008, at 8:24 PM, Leopard x86 wrote:
Then here comes the question: how can we implement this function for
our editor-like application?
Because I am working on an editor project which concerns about the
user experience, I think the auto-complement function is an
indispensable one. Moreover, the Xcode-style of auto-implement is
exactly what I want. This feature can improve the efficiency and
productivity of users greatly.
Have a look at the NSTextView "-
textView:completions:forPartialWordRange:indexOfSelectedItem:"
delegate method.
j o a r
_______________________________________________
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