We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
有一些用于文本板的附加组件可以做到这一点。 查看 TextPad 语法定义文件 或 TextPad 插件:实用程序。
There are add-ons for textpad that do it. Look at TextPad Syntax Definition Files or TextPad add-ons: utilities.
我喜欢 Microsoft 的免费 XML 记事本,用于编辑(或格式化)XML。 它可以从他们的网站免费下载,但需要 .NET 运行时。
I like Microsoft's free XML Notepad for editing (or formatting) XML. It's a free download from their website, but it requires the .NET runtime.
您可以使用 Visual Studio 来格式化 XML。
只需创建一个新的 XML 文件并粘贴您的文本...完成。
You can use Visual Studio to format XML.
Just create a new XML file and paste your text...done.
eclipse 有一个很好的 XML 格式化程序
在任何 XML 文件中只需键入
CTRL Shift f
eclipse has a nice formatter for XML
Inside any XML file just type
CTRL Shift f
HTML Tidy 将是最基本的解决方案。 它可以在命令行上缩进 XML,也许您最喜欢的编辑器可以执行外部命令,因此您可以为此创建一个菜单条目。
编辑:快速浏览一下 Google 就会发现,您实际上可以创建自定义命令对于文本板。
HTML Tidy would be the most basic solution. It can do indention of XML on the command line, maybe your favorite editor can execute external commands so you can make a menu entry for this.
EDIT: A quick look into Google reveals that you can actually make custom commands for TextPad.
http://www.textpad.com/add-ons/index.html
下载 XMLTIDY 并按照说明进行操作。
http://www.textpad.com/add-ons/index.html
downlaod XMLTIDY and follow the instructions.
Notepad2 在这里会很有用。 您可以使用它来编辑和突出显示 XML、HTML、Javascript 和许多其他语言。 在这里查看:
http://www.flos-freeware.ch/notepad2.html
Notepad2 will be useful here. You can use it for editing and highlighting XML, HTML, Javascript and many other languages. Check it here:
http://www.flos-freeware.ch/notepad2.html