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?
Please sign in to leave a comment.
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?
Yes that's exactly what I was looking for!
Thanks a lot.
You're welcome!