简体   繁体   English

开源Xml编辑器

[英]Open Source Xml Editor

I need to write a XML-based markup language. 我需要编写一个基于XML的标记语言。 I'd like to provide an open source IDE for it, but I don't want to write it from scratch. 我想为它提供一个开源IDE,但我不想从头开始编写它。 So, I'm looking for an open source XML editor, written in C#, with WinForms or WPF UI, which I'll can extend it and add my markup language validation and etc, with the following features: 所以,我正在寻找一个用C#编写的开源XML编辑器,使用WinForms或WPF UI,我可以扩展它并添加我的标记语言验证等,具有以下功能:

  • XML Syntax Highlighting like VS XML语法像VS一样突出显示
  • Auto Completion 自动完成
  • Validation 验证

It's license should be that I can edit it and then release it, with the source code. 它的许可应该是我可以编辑它然后使用源代码发布它。

Are there any things like that? 有没有这样的事情?

Thanks. 谢谢。

Greg's Xml Editor is exactly what I need. Greg的Xml编辑器正是我所需要的。 Thanks anyway. 不管怎么说,还是要谢谢你。

尝试使用 C#,Net4.0编写的XmlAutoComplete - WPF控件

I use emacs. 我使用emacs。 you can try sgml-mode or nxml-mode. 你可以尝试sgml-mode或nxml-mode。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM