windows – 64位类似Scintilla的文本编辑组件?

前端之家收集整理的这篇文章主要介绍了windows – 64位类似Scintilla的文本编辑组件?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是否有一个64位兼容的替代 Scintilla那里的开源?
这些都是.NET组件:

ScintillaNET

基于Scintilla,并具有64位版本的词法分析器DLL.

http://scintillanet.codeplex.com/

http://scintillanet.codeplex.com/wikipage?title=FAQ&referringTitle=Documentation#FAQ-64-bit

AvalonEdit(SharpDevelop中使用的编辑组件)

http://channel9.msdn.com/coding4fun/blog/Creating-your-own-Text-Editor-with-AvalonEdit

ICSharpCode.TextEditor(AvalonEdit的前身;用于以前基于Windows Forms的SharpDevelop)

https://github.com/icsharpcode/SharpDevelop/wiki/Using-the-texteditor

原文链接:https://www.f2er.com/windows/364406.html

猜你在找的Windows相关文章