64-bit text editing component like Scintilla?

Is there a 64-bit compatible alternative to Scintilla where open-source is?

+6
source share
1 answer

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 by SharpDevelop)

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

ICSharpCode.TextEditor (predecessor of AvalonEdit used in previous SharpDevelop based on Windows Forms)

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

0
source

Source: https://habr.com/ru/post/896572/


All Articles