Are there any free code editor WinForms controls?
I'm searching for a free t开发者_Go百科ext/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.
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?
Have you looked at Sharp Develop?
I think its open source so you can get the text editor they created...
[EDIT]
See this post: 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
how to use AvalonEdit:
http://www.codeproject.com/KB/edit/AvalonEdit.aspx
精彩评论