Page 1 of 1

Change element value color

Posted: Mon Feb 08, 2016 6:33 pm
by tatternutz
Newborn here trying to find how to change the color schema. I want my element values to be red instead of black but cannot find in Preferences. Any suggestions/directions appreciated.

<OrgTaxID>123456</OrgTaxID>
<OrgTermType>Bank</OrgTermType>
<OrgType>Bank Holding Company</OrgType>


<OrgTaxID>123456</OrgTaxID>
<OrgTermType>Bank</OrgTermType>
<OrgType>Bank Holding Company</OrgType>

Thank you

Re: Change element value color

Posted: Tue Feb 09, 2016 12:13 pm
by adrian
Hi,

Go to Options > Preferences, Editor / Syntax Highlight and under XML change the Foreground color for Text.
Note that this affects the text color in XML, XSD XSL and RNG documents.
You might want to also change the color for Error, which is already red, so you can tell the difference between normal text and errors.

Regards,
Adrian

Re: Change element value color

Posted: Tue Feb 09, 2016 5:40 pm
by tatternutz
That was easy enough, still learning my way through the UI. Thank you @adrian.