Re: codeSense
Re: codeSense
- Subject: Re: codeSense
- From: Douglas Davidson <email@hidden>
- Date: Wed, 6 Jun 2007 19:18:35 -0700
On Jun 6, 2007, at 7:11 PM, Tony Cate wrote:
1. When xCode puts up the codeSense selection list, the list
accepts up/Down arrows and the textView accepts alpha/numeric
keystrokes. I don't see how to do that. I sub-classed NSTableView
to capture the keystroke, but then what?
Try letting the text field handle input and take a look at
control:textView:doCommandBySelector: instead. Dealing with raw
keystrokes is usually troublesome.
Douglas Davidson
_______________________________________________
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
References: | |
| >codeSense (From: Tony Cate <email@hidden>) |