windows - 64 位 Scintilla 类文本编辑组件?

标签 windows 64-bit text-editor scintilla

<分区>

是否有 Scintilla 的 64 位兼容替代品?那里是开源的?

最佳答案

这些都是 .NET 组件:

Scintilla 网

基于 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 窗体的 SharpDevelop)

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

关于windows - 64 位 Scintilla 类文本编辑组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7296874/

相关文章:

reflection - 使用反射从 Visual Studio(32 位)中的 T4 模板中分析 64 位 DLL

windows - KEY_WOW64_64KEY 对 32 位 Windows 有什么影响吗?

python - 文字版: from Python to Matlab

linux - 为单个命令指定多个可能的模式

.net - 我可以在桌面窗口上使用 DPWS 吗?

c - 从 OpenGL C 程序制作视频

c# - .NET (C#) 中 64 位应用程序的性能优势

git - 如何将 git 中的文本编辑器更改为 Sublime - 目前 git commit 命令在记事本中打开

python - "subprocess.Popen().readline()"在多线程python中无法返回

r - 使用 ggplot2/Rstudio 进行缓慢的图形渲染 - GPU 问题?