I have a simple TagStructureListener implementation added for my Tag Provider. Whenever I move a whole folder of tags, the TagStructureEvent passed to my listener only contains a single added tag which is the root of the moved folder. It does not contain any of the children tags. The .getMovedTags() method returns null which seems wrong? Am I missing something here?
i'm going to guess it only looks at the parent to see if that has changed rather then the entire tag path..
This definitely seems like an unexpected behavior because deleting a folder reports all children tags in the event.
Might be worth testing in 8.3.5…as soon as it’s released…