是否存在64位兼容替代Scintilla的开源?
答案 0 :(得分:0)
这些都是.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