Syntax highlighting control for Mono?

孤街醉人 提交于 2019-12-07 07:41:44

问题


I can't seem to find any syntax highlighting widgets/controls for Mono. I know that GtkSourceView has a Mono version, but I can't actually find it anywhere.

Any help would be greatly appreciated. :)


回答1:


My favorite code editor control is Scintilla. It has native support for windows, gtk and cocoa.

An excellent .net wrapper is available at ScintillaNET although I have no idea how well it supports gtk.




回答2:


Have you taken a look a the MonoDevelop editor?

https://github.com/mono/monodevelop/tree/master/main/src/core/Mono.Texteditor



来源:https://stackoverflow.com/questions/12504850/syntax-highlighting-control-for-mono

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