Reputation: 693
Does anyone know if there is a code editing component for Cocoa, akin to Scintilla?
Or at least with following features: syntax coloring, indentation(, brace matching, whitespace showing, line wrapping)?
Upvotes: 1
Views: 528
Reputation: 718
You might have a look at smultron (now defunct). If I remember correctly, it gives a decent overview on how to implement syntax highlighting in an NSTextView.