vb.net/C# code editor with color coding [closed]

落花浮王杯 提交于 2019-12-05 20:04:30

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/

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!