When I paste text to a NSTextView, I wish I can paste plain text only. All the rich text formats should be removed, include: font, color, link, and paragraph style. All the text pasted should be displayed with the default font and style of the text view. NSTextView accepts rich text by default, how to disable it?
Share
Define a custom
NSTextViewclass with following method:Note: As of Mac OS X the new
typedeffor the pasteboard type is given asNSPasteboardTypeStringinstead ofNSStringPBoardType: