In "Design" mode double clicking say variable "ProductReference" opens the "edit appearance" box to allow various changes eg: emboldening. Great.
Alas the code preview is not updated with the <strong>ProductReference</strong> this is only seen by either double clicking the variable or in the live preview .... would it not make sense to have the new formatting tags shown in the code spanning the variable?
Adding italics to a variable results in <em> tags spanning the variable eg:
<b><span style="color: rgb(0, 0, 0);"><em>Teapot</em></span></b>
which is good.
However - note in the above changing the font from the default to say green changed the inline code with the resulting RGB code - changing back to the default does not wipe the "color" declaration (as shown above) but instead adds the default colour (in this case black).
This needs attention to avoid uneccessary code bloat
Alas the code preview is not updated with the <strong>ProductReference</strong> this is only seen by either double clicking the variable or in the live preview .... would it not make sense to have the new formatting tags shown in the code spanning the variable?
Adding italics to a variable results in <em> tags spanning the variable eg:
<b><span style="color: rgb(0, 0, 0);"><em>Teapot</em></span></b>
which is good.
However - note in the above changing the font from the default to say green changed the inline code with the resulting RGB code - changing back to the default does not wipe the "color" declaration (as shown above) but instead adds the default colour (in this case black).
This needs attention to avoid uneccessary code bloat
Comment