Set icons for certain files in project view

Hi,
I'm currently developing a custom language support plugin and I want to set certain icons for different files in the project view right next to the file icon. For Java classes there is something like this small green open lock for public classes but I don't know how to set icons for specific files. Can anyone help me?

0
3 comments
Avatar
Permanently deleted user

Hello,

You can try com.intellij.ui.RowIcon class aimed at displaying a number of icons in a row. Is that what you're looking for?

 

 

0
Avatar
Permanently deleted user

Yes that's exactly what I was looking for!

Thanks a lot.

0
Avatar
Permanently deleted user

You're welcome!

0

Please sign in to leave a comment.