本文介绍了建议对第三方编辑/语法高亮控制 - 的WinForms的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在寻找一个支持语法高亮显示,code折叠等的质量的WinForms组成部分。关键的标准是:
- 稳定性
- 在价值(价格)
- 能够轻松定制的语法高亮
- 重量轻
解决方案
ICSharp code.TextEditor 是免费的,pretty的稳定。
至于商业解决方案Actipro的 SyntaxEditor 可能是一个不错的选择。
I'm looking for a quality WinForms component that supports syntax highlighting, code folding and the like. The key criteria are:
- Stability
- Value (price)
- Ability to easily customize syntax to highlight
- Light weight
解决方案
ICSharpCode.TextEditor is free and pretty stable.
As for commercial solution Actipro's SyntaxEditor might be a best choice
这篇关于建议对第三方编辑/语法高亮控制 - 的WinForms的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!