Intellij plugin, directory open listener

Answered
I am developing an intellij plugin which is in fact an icon pack. I would like to make sure that when folders are opened, their icons change and the same when we close them. How can I achieve this? Is there a Listener class that would do what I want?

As an example on the picture:

1 and 3 are open folders => put icon folder open.

2 folder close => leave icon folder closed

 

Thanks in advance. Ricko

0
1 comment

The IDE does not distinguish this case in general.

0

Please sign in to leave a comment.