Options for Cocoa-based text editor

Posted by user308444 on Stack Overflow See other posts from Stack Overflow or by user308444
Published on 2010-04-03T20:06:00Z Indexed on 2010/04/03 20:13 UTC
Read the original article Hit count: 313

Filed under:

Hello. I am working on a cocoa-based text editor. Should I base it on NSTextView or is there a more efficient option? Keep in mind that I plan to support tabs so there can be many editors open at the same time.

© Stack Overflow or respective owner

Related posts about cocoa