Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我已经在一些情况下使用 SharpCode.TextEditor,它工作得很好 - 包括语法突出显示等。
查看 CodeProject 上的这篇使用 ICSharpCode.TextEditor 文章了解简介。
要下载它,请访问 SharpDevelop 网站并下载最新源。其中包含的项目之一是文本编辑器,您可以轻松地将其隔离到其自己的程序集或子项目中 - 毕竟您可以获得所有源代码!
I've been using the SharpCode.TextEditor for a few cases, and it works quite well - including syntax highlighting and all.
Check out this Using ICSharpCode.TextEditor article on CodeProject for an intro.
To download it, go to the SharpDevelop web site and download the latest sources. One of the projects included is the Text editor, which you can easily isolate into its own assembly or sub project - you get all the source code, after all!
Scintilla 是一个功能强大的开源代码编辑组件,并且有 Scintilla 。 com/jacobslusser/ScintillaNET" rel="noreferrer">可用的 .NET 控件。
Scintilla is a powerful, open-source code editing component, and there is a .NET control available for it.