7

是否有 64 位兼容的Scintilla替代方案是开源的?

4

1 回答 1

1

这些都是 .NET 组件:

闪烁网络

基于 Scintilla,并具有 64 位版本的 lexer 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 窗体的 SharpDevelop 中使用)

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

于 2013-05-31T13:24:10.890 回答