开源 Xml 编辑器

发布于 2024-08-10 13:36:43 字数 259 浏览 2 评论 0原文

我需要编写一种基于 XML 的标记语言。我想为其提供一个开源IDE,但我不想从头开始编写它。因此,我正在寻找一个开源 XML 编辑器,用 C# 编写,带有 WinForms 或 WPF UI,我可以扩展它并添加我的标记语言验证等,具有以下功能:

  • XML 语法突出显示,如 VS
  • Auto完成
  • 验证

它的许可证应该是我可以编辑它然后发布它,带有源代码。

有这样的事吗?

谢谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

夏九 2024-08-17 13:36:43

Greg 的 Xml 编辑器正是我所需要的。不管怎样,谢谢。

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

千纸鹤 2024-08-17 13:36:43

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

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

无人问我粥可暖 2024-08-17 13:36:43

我用的是emacs。
您可以尝试 sgml-mode 或 nxml-mode。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文