Refresh icons in ProjectView
Hi,
I use IconProvider to change the icons of files in the project view but I need to "refresh" them manually and I don't know how to do that.
I already tried to refresh ProjectView, to update AbstractProjectViewPane and to update AbstractTreeBuilder but nothing worked.
It seems that getIcon() of IconProvider is called when typing in the editor, is that right?
Please sign in to leave a comment.
Could you please show ways you used to update project view?
Have you tried AbstractProjectViewPane#updateFromRoot?
It is strange that these ways does not work. Could you please provide a minimal case to reproduce the issue?