Display TAB/NBSP/EOL/EOF
Posted: Wed Nov 06, 2024 5:05 pm
Hello,
In XML Author, you can choose, thanks to preferences HMI, to display or not the elements TAB/NBSP/EOL/EOF.
If you choose to display them, you have this in your project's options :
With oxygen xml 26, is it possible to have the same behavior ?
Is it possible to set this options in frameworks file or use an API to set those options ?
Regards,
Isabelle
In XML Author, you can choose, thanks to preferences HMI, to display or not the elements TAB/NBSP/EOL/EOF.
If you choose to display them, you have this in your project's options :
Code: Select all
<options>
<serialized xml:space="preserve">
<serializableOrderedMap>
<entry>
<String>editor.show.space</String>
<Boolean>true</Boolean>
</entry>
<entry>
<String>editor.show.tab.eol_eof</String>
<Boolean>true</Boolean>
</entry>
<entry>
<String>editor.tab.eol.eof.color</String>
<String>255,0,51</String>
</entry>
Is it possible to set this options in frameworks file or use an API to set those options ?
Regards,
Isabelle