We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
AvalonEdit 是 SharpDevelop 4.0。它内置了对多种语言语法突出显示的支持,您可以使用基于 XML 的文件格式添加新的突出显示定义。
AvalonEdit 是开源的,但也可以用于商业应用(自 AvalonEdit 5.0 起获得 MIT 许可)。
如果您不想使用 WPF,您还可以使用 ICSharpCode.TextEditor,这是 SharpDevelop 3.x 中的旧 Windows 窗体文本编辑器。
AvalonEdit is the WPF-based text editor used in SharpDevelop 4.0. It has built-in support for syntax highlighting for several languages and you can add new highlighting definitions using an XML-based file format.
AvalonEdit is open-source, but can also be used in commercial applications (MIT licensed since AvalonEdit 5.0).
If you don't want to use WPF, you could also use ICSharpCode.TextEditor, the old Windows Forms text editor from SharpDevelop 3.x.
看看这些开源项目:
Give a look to these open source projects: