Format and Indent fails by <screen> Tag

Having trouble installing Oxygen? Got a bug to report? Post it all here.
mecklen
Posts: 6
Joined: Tue Jan 31, 2006 7:28 pm

Format and Indent fails by <screen> Tag

Post 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.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

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

Best Regards,
George
mecklen
Posts: 6
Joined: Tue Jan 31, 2006 7:28 pm

Post by mecklen »

Thank you for the fast reply and the easy solution I wasn´t able to find!
Post Reply