morbac / xmltools

XML Tools plugin for Notepad++
GNU General Public License v3.0
260 stars 57 forks source link

current XML path with predicates gives xml path without predicates #139

Closed Ol-li closed 2 years ago

Ol-li commented 2 years ago

in the past this feature was ok and the result included the numbers of the tags if there were multiple similar tags. Now this is no longer working. I have xml files like this

<x>
    <a>xfh</a>
    <a>cvbb</a>
</x>

Cursor at "cvbb" the result is "/x/a". I was expecting /x/a[2]

morbac commented 2 years ago

Duplicate of #131