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 ?
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 ?
I believe that Scintilla is an open source syntax-highlighting editor component. There is an open source .Net wrapper utility on CodePlex.
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/
Visual Studio Express?
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