【发布时间】:2012-07-12 05:58:18
【问题描述】:
在 Eclipse (Helios) 中,我有这个 XML 源文件:
<?xml version="1.0" encoding="utf-8"?>
<!--
I wanted to
===========
save this format of the comments.
-->
<x>
</x>
在格式化文件时(Ctrl+Shift+F),我重新格式化了评论。
<?xml version="1.0" encoding="utf-8"?>
<!-- I wanted to =========== save this format of the comments. -->
<x>
</x>
是否有关闭漂亮打印评论部分的选项?
【问题讨论】:
标签: xml eclipse pretty-print