Are there any free code editor WinForms controls?

.net, c#, mono, text-editor, winforms

Solution

Doesn't sharpdevelop have a control? Or monodevelop? Can you get their source and see if you can use a control from there? Or would this work? Fireedit from Code project. Or this?

Problem

I'm searching for a free text/code editor WinForms control just like ScintillaNET. I cannot use ScintillaNET, because it doesn't support Mono. Ideally it should be a pure managed control.

Original source

Related problems