can't select NSTextView completion when partial word length < 2
can't select NSTextView completion when partial word length < 2
- Subject: can't select NSTextView completion when partial word length < 2
- From: Jim Rankin <email@hidden>
- Date: Wed, 25 Feb 2004 13:05:51 -0500
Hi.
I have a text view with a delegate where I have implemented
textView:completions:forPartialWordRange:indexOfSelectedItem:. But if
the string for the partial word range is 0 or 1 characters, my returned
completions list is displayed, but my selection from the list is not
inserted into the text. If the partial word is two characters or
longer, selection and insertion from the list works fine.
Has anyone else seen this? Is it a known issue? Am I doing something
wrong?
Thanks,
-jim rankin
Excelsior! XML Marshaller for Cocoa
http://www.homepage.mac.com/jimbokun/Excelsior.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.