Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] XML Templates - No Indentation for new lines

Hello,

when I create a template and use it, the new lines are not
automatically adjusted. For example if I have the template:

<sometag>
  ${cursor}
<sometag>

and want to use it under the <parentTag> then I get this result

<parentTag>
  <sometag>
  ${cursor}
<sometag>
</parentTag>

the first line of the template is added where my cursor was, but the
next two lines are starting from the beginning of the lines and are
not automatically indented.

Do you know how can I fix this?

Thank you,

Nikolay


Back to the top