Page 1 of 1

Format and Indent fails by <screen> Tag

Posted: Tue Jan 31, 2006 7:32 pm
by mecklen
I´ve found a really strange bug on the format and indent function: If there is a <screen> Tag as in

<?xml version="1.0" encoding="UTF-8"?>
<anyTag>
<screen>test</screen>
</anyTag>

the formating for the full document fails, e.g.

<?xml version="1.0" encoding="UTF-8"?>
<anyTag>
<screen>test
</screen>
</anyTag>

stays as it is.

Posted: Tue Jan 31, 2006 7:42 pm
by george
Hi,

Go on Options->Preferences -- Editor / Format and remove screen from the Preserve space elements list.

Best Regards,
George

Posted: Tue Jan 31, 2006 7:45 pm
by mecklen
Thank you for the fast reply and the easy solution I wasn´t able to find!