Which file to edit to change the Eclipse IDE title: \"Java - Eclipse SDK\" to something of my own, say \"Test - SDK\"
Also which file contains the contents of About
The keyword is "branding".
http://www.eclipse.org/articles/Article-Branding/branding-your-application.html
For the About dialog there are two means of customizatoin:
You could also use the "-showLocation" option as well. This needs to be used in the startup paramater.
I am using Windows and I modified my Eclipse shortcut to have the parameter (In Eclipse shortcut properties > Shortcut tab > Target textbox)
C:\Eclipse3.7\eclipse.exe -showLocation
Hope this helps
1- Try window > Preferences > General > Workspace > Worspacename (shown in window title)
2- idk :/