Eclipse 3.6 (Helios) 格式化程序弄乱了 XML 注释?
我们的项目在 XML 文件中有数百条注释。其中一些只是像这样的分隔符:
<!--
==============================================================================================
Entity Manager Bean
==============================================================================================
-->
我们广泛使用 XML 自动格式化程序,它总是保持行分隔,同时对其他冗长的注释进行自动换行。现在在 Helios 中,我们得到这样的结果:
<!--============================================================================================== Entity
Manager Bean ============================================================================================== -->
除非我们在首选项 -> xml -> xml 文件 -> 编辑器下取消选中新的“加入行”功能。但这样做意味着我们失去了换行功能。
这是一个很大的倒退还是我错过了什么?
Our project has hundreds of comments within XML files. Some of these are just dividers like this:
<!--
==============================================================================================
Entity Manager Bean
==============================================================================================
-->
We use the XML autoformatter extensively and it always kept lines seperated, while at the same time word wrapping other lengthy comments. Now in Helios, we get this:
<!--============================================================================================== Entity
Manager Bean ============================================================================================== -->
Unless we uncheck the new "Join Lines" feature under preferences->xml->xml files->editor. But doing this means we lose the line wrapping feature.
Is this a big step backwards or am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很可能是 bug 260282 造成的,它
因此,如果“不加入行”不切实际,那么现在只能禁用 XML 注释格式,这并不理想......
That could very well be the result of bug 260282, which
So if the "not join the lines" isn't practical, all there is for now would be disabling XML comment formatting, which is not ideal...