NSTextView - Highlighting Background of Text
- by David Schiefer
Just a quick question on NSTextView - I need to get a NSTextView to highlight text, a bit like showFindIndicatorForRange: however permanent and in a different color. I've seen Pages do it, is it possible without any subclasses? Or will I have to create my own?