Thanks for the links. All I was looking for is how to make find/replace work with a basic NSTextView. As I was reading the docs on NSTextFInder, I thought I needed to set up the dependencies between my NSTextVIew, NSTExtFinder, and NSTextFinderClient, and I was lost on how exactly this needed to be done.
But as it turns out, all I have to do is to set textView.usesFindBar = true. And of course, add menu items with another one-liner TextEditingCommands(). This is amazing. Thank you Apple ))
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: