Skip to content

Incorrect commenting in XMLTools plugin #179

@NN---

Description

@NN---
<a>
 <b></b>
</a>

Select
Press Ctrl+K you get:

<a>
 <!-- <b></b> -->
</a>

Now select everything, Ctrl+K, you get:

<!-- <a>
 <!-- <b></b> -->
</a> -->

This is an incorrect xml.
The commenting operation must take care of inner comments and change them accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions