When editing components (jelly xml code in UI Macros e.g.) in Visual Studio, every time on saving the "script" tags get corrupted (escaped). From "" to "</script>"
All other tags seems to be handled correctly.
As a feature request:
To improve the extension even further, there could be an automatically handling of special characters like <,>,& in javascript code:
Add <j2:set var="jvar_amp" value="&"/> to the xml-file and replace & in code by $[jvar_amp]
For <,>, ... accordingly.
Thanks!!!
When editing components (jelly xml code in UI Macros e.g.) in Visual Studio, every time on saving the "script" tags get corrupted (escaped). From "" to "</script>" All other tags seems to be handled correctly.
As a feature request: To improve the extension even further, there could be an automatically handling of special characters like <,>,& in javascript code: Add
<j2:set var="jvar_amp" value="&"/>
to the xml-file and replace&
in code by$[jvar_amp]
For <,>, ... accordingly. Thanks!!!