Lars Kanto
Lars Kanto

Reputation: 693

Cocoa text editing component (for programmers)

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

Answers (1)

Ian Baird
Ian Baird

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.

Upvotes: 1

Related Questions