Reputation: 730
Is there a setting or plugin to have a different background on a per-project-basis in Eclipse?
I sometimes have 3-5 projects open at the same time, for example a server, a webclient and a native client with similar filenames and I always have to look twice if I am in the right project.
If there were different background colors per project, I could navigate so much better.
Thank you!
Upvotes: 7
Views: 1227
Reputation: 17363
There is no way to set background color at the project level in Eclipse. You can confirm this yourself by examining the available options in Properties for any project.
However, there is an alternative approach:
Note that in the screen shot above the file App1.java is selected in the editor, and its node is also highlighted in Package Explorer.
Now select a different file in the editor. Note that the node for the selected file now automatically becomes the highlighted node in Package Explorer.
I realize that you were asking for something else, but since that is not possible this is an alternative that might be better than nothing to help with navigation.
This is the Eclipse documentation for Link with Editor.
Upvotes: 1