有选择地关闭 XML 文件的 Eclipse 格式设置
有一种方法可以有选择地关闭 Eclipse 格式化(Java 代码)(请参阅 此处)。
是否有与 XML 文件格式等效的方法?
There is a way to turn off Eclipse formatting(of Java code) selectively (see here).
Is there a equivalent for formatting of XML files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 Eclispe 上,我在 pom.xml 中使用此解决方案
<token><![CDATA[..... Your line ....]]></token>
On Eclispe, I use this solution in a pom.xml
不可以。您唯一能做的就是选择“在带有 PCDATA 内容的标签中保留空白”
No. The only thing you can do is to select "Preserve whitespace in tags with PCDATA Content"
我不确定如何设置,但如果您想要某种预定义的一致性,您可以使用 XML 文件的“设计”选项卡(用“XML 编辑器”打开)来添加/编辑标签。
I am not sure how to set this up but if you are after some sort of predefined consistency you could use the Design tab of the XML file, opened with the XML Editor to add/edit tags.