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 ?
SharpDevelop is an open source application that has an editor with color coding. You can check out how they implemented the color coding.
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