Is there a 64-bit-compatible alternative to Scintilla out there that's open-source?
Asked
Active
Viewed 2,127 times
7
-
What do you mean by '64-bit compatible'? Scintilla can be compiled as a 64-bit build. While you'll probably get some warnings, it will compile and work. – pezcode Sep 04 '11 at 13:15
-
1@pezcode: It won't work for file sizes > 4 GB, and it's really risky with > 2 GB. A 64-bit compatible one would work with such sizes. – user541686 Sep 04 '11 at 18:44
1 Answers
1
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

n4cer
- 169
- 5