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.
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.
http://www.microsoft.com/exPress/ (Windows only obiously and I am not sure it handles Mono)
Have you looked at Sharp Develop?
I think its open source so you can get the text editor they created...
[EDIT] Actually, see this post: http://stackoverflow.com/questions/619807/free-syntax-highlighting-net-editor
And, as a further help - SharpDevelop 4.0 uses AvalonEdit as the Syntax highlighting editor:
http://wiki.sharpdevelop.net/AvalonEdit.ashx
OK - one more edit, then I'm done - how to use AvalonEdit: