In Eclipse (Helios) I have this XML source file:
<?xml version="1.0" encoding="utf-8"?>
<!--
I wanted to
===========
save this format of the comments.
-->
<x>
</x>
On formatting the file (Ctrl+Shift+F) I got the comment reformatted.
<?xml version="1.0" encoding="utf-8"?>
<!-- I wanted to =========== save this format of the comments. -->
<x>
</x>
Is there an option to switch off pretty-printing comment sections?