Code example to navigate and highlight color programmaticly. Like Version control. Follow
As you see in the list this ideomapplicationplugin is colored. I am trying to build a plugin where I can color background of this at least with any color I want.
I just need a code block where I can navigate all these project files and mark its background..
Please help :(
Please sign in to leave a comment.
I found something about
implements TreeStructureProvider
How can I use it ? Is there any detailed explaination.
You can specify a custom set of files here:
Preferences | Appearance & Behavior | Scopes
Then you can choose a corresponding color for each scope:
Preferences | Appearance & Behavior | File Colors
An example of TreeStructureProvider usage you can find here:
https://www.jetbrains.org/intellij/sdk/docs/tutorials/tree_structure_view.html?search=Tree%20Structure