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

谁说胖子不能爱 提交于 2019-12-10 10:18:51

问题


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

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