[Open Source] An XML Notepad developed by WPF

[Open Source] An XML Notepad developed by WPF

XML Notepad developed by WPF

最后更新 8/18/2022 8:36 PM
沙漠尽头的狼
预计阅读 2 分钟
分类
WPF
专题
WPF Open Source Project
标签
.NET C# WPF WPF Open Source Project open source

今天推荐一个 WPF 开源项目:XmlNotepad。此仓库由 WPF 开发者 推荐,站长简单翻译分享。

introduced

XML Notepad 是一个 Windows 程序,它为浏览和编辑 XML 文档提供了一个简单直观的用户界面。有四种安装方式:

  1. ClickOnce® 安装程序: 这是最方便的,直接从 Web 浏览器安装。

Here, the webmaster recommends everyone to try ClickOnce installation:

  1. 独立下载安装:如果您需要离线使用,可以下载独立安装程序。只需下载 zip 文件,将其复制到要安装它的机器上,在该机器上解压缩文件并运行XmlNotepadSetup.msi
  2. Windows MSIX 安装程序:如果您需要受信任的 Windows 安装程序。
  3. 您还可以按如下方式使用WinGetwinget install XmlNotepad

XML Notepad提供了以下有用的功能:

  • XML Schema Sensing Intelligent Sensing
  • Dialog boxes that support XPath lookup
  • Support for XInclude
  • Inline viewers that use XSLT output support XSLT transformations
  • Automatic conversion of.csv files
  • Useful statistics about XML documents
  • XML diff compares 2 similar XML documents
  • 充满活力的社区,有许多更新和错误修复

有关如何构建此应用程序的信息,请参阅XML Notepad Design

本项目采用了Microsoft Open Source Code of Conduct

有关详细信息,请参阅行为准则常见问题解答或联系opencode@microsoft.com提出任何其他问题或意见。

change history

有关新功能和错误修复的列表,请参阅更改历史记录

help

请参阅帮助页面

warehouse address

仓库地址:https://github.com/microsoft/XmlNotepad

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 1/26/2025

WPF internationalizes with custom XML files

This article describes in detail the methods of using custom XML files to achieve internationalization in WPF programs, including installing the necessary NuGet package, dynamically obtaining language lists, dynamically switching languages, using translation strings in code and xaml interfaces, etc. It also provides source code links to help developers easily internationalize WPF applications.

继续阅读