Is there a way to tell what is the current eclipse workspace you are currently working on?
|
|
For me it work to choose File->Switch Workspace->Other... and it shows the name of current workspace. |
|||
|
start eclipse with Here are two interesting posts about it: |
|||||
|
|
There's an environment variable called
Note - the "erased" procedure works in most cases but can not be used in general, because a project folder does not have to be located in the workspace folder. You can choose external locations during project creation. So if you never uncheck the "Use default location", the procedure is save. The first procedure is reliable. |
|||||||
|
|
Go Window>Preferences. Then under General>Workspace there is a property: "Workspace name (shown in window title)" and put in some sort of identifying label. You'll need to set this up for each workspace you have, but it's an easy way to know which workspace you're in at a glance. |
|||
|
|
|
File->Properties Select a file in the workspace and then use the menu: "File->Properties". A dialog pops up and should show the 'location' of the file. Read the location from right to left so you go through the class, package, folder, project, then you should see the workspace. |
|||||||||||
|
|
Use the switch workspace from the file menu and you will know it |
|||||
|
The missing one is your current workspace. |
||||
|
|
|
Summary:
|
|||
|
|
|
Check the path of any resource in the resource's properties. Then you'll know. OR: Go to Preferences > General > Workspace and add a Workspace name (shown in window title) |
|||
|
|
If you want to switch wokspace, then File->Switch Workspace. Click "Other" and choose appropriate folder. Is that what you want? :) |
|||
|
|
|
-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. |
|||
|
|
|
I created an External Tool Launch Configuration containing the following (exported echo-workspace.launch file content):
So that the workspace folder path is echoed in the console. Feel free to copy this into a .launch file and import it into Eclipse: File > Import ... > Run/Debug > Launch Configurations I'll figure out a Mac/UNIX version soon, as I was on Indigo/Win when I made this one. |
||||
|
|
|
You will often have to use multiple running Eclipse instances at a time. To switch between them, it's helpful to set a name for the workspace that is displayed in the title of the Eclipse window. To do this, open Window/Preferences. In the Preferences window navigate to General/Workspace and give every workspace an individual workspace name. |
|||
|
|
|
start eclipse with example: |
|||
|
|
|
Simple Logic... Just Click on File menu then Switch Work Place Click on Other Then the work space showing is the current workspace |
|||
|
|