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?