How to change the title (last part of it) of a running Eclipse?
I am speaking about Eclipse distribution itself, not about my program written for Eclipse.
Curren
The following worked for me in Eclipse Luna:
Open the file Eclipse\plugins\org.eclipse.platform_4.4.0.v20140925-0400\plugin.properties in a text editor. (The exact path will depend on the version.)
Change the productName=Eclipse value to your desired title. Save the file.
Start Eclipse once with the -clean argument.