Question

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)?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top