eclipse : how to differentiate/distinguish different open workspaces

后端 未结 5 2475
南旧
南旧 2021-02-20 06:49

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 di

相关标签:
5条回答
  • 2021-02-20 07:20

    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

    0 讨论(0)
  • 2021-02-20 07:38

    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.

    0 讨论(0)
  • 2021-02-20 07:40

    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.

    0 讨论(0)
  • 2021-02-20 07:41

    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 讨论(0)
  • 2021-02-20 07:43

    -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.

    0 讨论(0)
提交回复
热议问题