问题
Are there any winforms source code editor controls available with color coding ? pref. open source
I seem to recall having come across something like that previously but can't seem to recall it ?
回答1:
I believe that Scintilla is an open source syntax-highlighting editor component. There is an open source .Net wrapper utility on CodePlex.
回答2:
SharpDevelop is an open source application that has an editor with color coding. You can check out how they implemented the color coding.
http://www.icsharpcode.net/OpenSource/SD/
回答3:
Visual Studio Express?
回答4:
Here is a simple winForms control that will do syntax highlight, with an opensource license as you requested.
https://github.com/jmonasterio/AceWinforms/blob/master/README.md
来源:https://stackoverflow.com/questions/1111607/vb-net-c-code-editor-with-color-coding