64-bit Scintilla-like text-editing component? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve 开发者_开发百科this questionIs there a 64-bit-compatible alternative to Scintilla out there that's open-source?
These are all .NET components:
ScintillaNET
Based on Scintilla, and has a 64-bit version of the lexer DLL.
http://scintillanet.codeplex.com/
http://scintillanet.codeplex.com/wikipage?title=FAQ&referringTitle=Documentation#FAQ-64-bit
AvalonEdit (editing component used in SharpDevelop)
http://channel9.msdn.com/coding4fun/blog/Creating-your-own-Text-Editor-with-AvalonEdit
ICSharpCode.TextEditor (precursor to AvalonEdit; used in prior Windows Forms-based SharpDevelop)
https://github.com/icsharpcode/SharpDevelop/wiki/Using-the-texteditor
精彩评论