Sarah
Sarah

Reputation: 71

Syntax highlighting control for Mono?

I can't seem to find any syntax highlighting widgets/controls for Mono. I know that GtkSourceView has a Mono version, but I can't actually find it anywhere.

Any help would be greatly appreciated. :)

Upvotes: 4

Views: 1283

Answers (2)

JakeSays
JakeSays

Reputation: 349

My favorite code editor control is Scintilla. It has native support for windows, gtk and cocoa.

An excellent .net wrapper is available at ScintillaNET although I have no idea how well it supports gtk.

Upvotes: 2

lkg
lkg

Reputation: 876

Have you taken a look a the MonoDevelop editor?

https://github.com/mono/monodevelop/tree/master/main/src/core/Mono.Texteditor

Upvotes: 1

Related Questions