Change Icon based on Modul

Answered

I am working on haskforce (Haskell-plugin). I want to communicate that we can not assist the user in writing haskell, if the file is not inside an Haskell-Module. Java-Files change their icons when they are outside a source/test folder.

Is is possible to adapt this behaviour for our haskell-source icons?

0
1 comment

IconProvider extension may be it.

here is implementation example:

JavaDirectoryIconProvider

 

 

0

Please sign in to leave a comment.