Is there a way to add the workspace path to the Eclipse IDE title bar?
Eclipse Oxygen (4.7)
In Eclipse Oxygen you can add the workspace path to the configurable Window title.
Window > Preferences
General > Workspace > check Show full workspace path
Result:
Eclipse Neon (4.6) & Eclipse Mars (4.5)
The checkbox is in the same location, but it has a different text - Show workspace path in window title:
If you add -showlocation
in its own line at the beginning of your eclipse.ini
, you will have the current workspace automatically displayed in the title bar.
(see this example of eclipse.ini
)
If you go to Window -> Preferences -> General -> Workspace, there is an item "Workspace name (shown in window title):" that you can use. (I use Eclipse Helios CDT)