At the moment I have the problem that when I add a new tag to my TagProvider, I must manually “Refresh” in the designer for the new tag to show up.
I tried a few things to see if it would trigger an automatic refresh. Namely I fire a Tag Changed event on the Folder tag when a tag is added or removed. But it doesn’t seem to work… From within and extended FolderTag:
s.getListener().tagChanged(new TagChangeEvent(this.path, this, null));
I also tried with folder.addTag() to no avail.
Anyone have success with this?
Cheers
Ivan