开发者

eclipse : how to differentiate/distinguish different open workspaces

开发者 https://www.devze.com 2022-12-20 16:47 出处:网络
I will need to use multiple workspaces for a recent project. Each workspace might consist of 10 or more projects.

I will need to use multiple workspaces for a recent project. Each workspace might consist of 10 or more projects.

When I'm switching between various applications and different eclipse instances(for the multiple workspaces), I want to be able to distinguish a g开发者_运维问答iven workspace easily without having to spend 5 seconds to know from the open file, etc.

What facilities are available to quickly know which workspace I'm in ?


Use the -showlocation command line argument when starting Eclipse. This shows the current workspace name in the window's title. You can also put the argument in the eclipse.ini file.


You can also add your own window title in:

eclipse preferences > workspace > workspace name (shown in window title)

Explained here: http://eclipse.dzone.com/articles/show-workspace-location-title


-showlocation is great, but it only changes the text at the end of the title bar, so it's often not visible in the taskbar.

If you want to change the beginning of the title bar, which shows the current Perspective, you can use Window -> Save Perspective As... and the new title will be visible in the Taskbar.


You could use also the OS for this to setup different workspaces, with diff, background or so. Where you have in each workspace a Eclipse running, with a diff workspace.


You can also create different working sets in the same workspace. The you only need one eclipse and switch between working sets in 1 sec depending on the mouse speed :)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号