Open Source Xml Editor

有些话、适合烂在心里 提交于 2019-12-20 09:45:40

问题


I need to write a XML-based markup language. I'd like to provide an open source IDE for it, but I don't want to write it from scratch. 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:

  • XML Syntax Highlighting like 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.


回答1:


Here is a good list:

  • DINAMIC XML Editor(Written all in C#)
  • Open eXeed
  • Serna Free - Open Source XML Editor
  • XML Pro
  • Jaxe
  • Xerlin
  • Rose India - Open Source XML Editor
  • Open source XML editors examined
  • Re: Open Source XML Editor
  • Open Source XML Editor In Sight
  • Emacs
  • ViM



回答2:


Greg's Xml Editor is exactly what I need. Thanks anyway.




回答3:


Try XmlAutoComplete - WPF control, written in C#, Net4.0




回答4:


I use emacs. you can try sgml-mode or nxml-mode.



来源:https://stackoverflow.com/questions/1692992/open-source-xml-editor

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!