4

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. :)

Sarah
  • 71
  • 4

2 Answers2

2

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.

JakeSays
  • 329
  • 1
  • 6
  • ScintillaNET does not work on Mono I'm afraid, and I don't know of a Scintilla wrapper that does. – Sarah Sep 20 '12 at 16:03
1

Have you taken a look a the MonoDevelop editor?

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

lkg
  • 876
  • 4
  • 10
  • Yes, though I can't seem to make it work. Dragging it as a control onto the GUI builder doesn't work, evidently. – Sarah Sep 20 '12 at 16:03