Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the eclipse window colour based on the workspace?

If I'm working on live branch as well as development branch at almost same time, naturally the code in both the branches is similar, my two eclipse instances are open at the same time, I keep swapping between them and tend to commit mistake by adding code in the wrong workspace.

To distinguish between the two instances of eclipse if I could have different themes (colours), it could have been good fool proofing measure.

I would like different theme for the eclipse window than the code font or file background. I use same eclipse (Helios) .exe for different workspaces.

Any simpler advice could also be helpful.

Thanks in advance.

like image 449
Aniruddha Jagtap Avatar asked Oct 08 '22 11:10

Aniruddha Jagtap


1 Answers

You can also add a name for each workspace. Open Preferences>General>Workspace and enter a Workspace name. It will be shown at the beginning of the title in the shell and the task bar.

That's how I differentiate my 4.2 and 3.8 workspaces, since I often need them both open to compare behaviour.

like image 167
Paul Webster Avatar answered Oct 13 '22 10:10

Paul Webster