NSTextFinder action on NSTextView
问题 I'm trying to capture all the NSTextFinderClient calls on my custom NSTextView subclass. The show action is called on my -(void)performTextFinderAction:(id)sender override, but for find next, find previous, etc. it's not called. Any ideas? Thanks! Edit: If you create a new project and drag an NSTextView from interface builder, command-g and command-shift-g (find next and find previous) don't work when the find bar is first responder. Why is this? I need a custom subclass of NSTextView to