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
_______________________________________________
wtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Reply via email to