Reputation: 2471
I have an NSTextView
and want to be able to tell when the user highlights (selects) a portion of the text, so that I can make changes to it. The NSTextViewDelegate
protocol doesn't seem to have a method for this. Is there a way to capture this event?
Upvotes: 2
Views: 94