Search code examples
eclipsetitlebar

how to correct the title bar's appearance of the eclipse IDE?


I am recently bored with the problem of the eclipse IDE.

No matter which project I am in currently, the title bar always shows "MapViewer-newnewnew", which once was some other project of mine. Although the problem is not such technical, it bothers me a lot.... could someone help me with this?

See the image below

Wrong title bar


Solution

  • The first part of the window title is the workspace name if set - see IDEWorkbenchWindowAdvisor.computeTitle(). See preferences -> "Workspace" for the current name.

    If not set, it is the perspective name in which case I guess you have a perspective with the name "MapViewer-newnewnew". Check in "Customize Perspective..."