Is it possible to change the eclipse title

后端 未结 4 892
余生分开走
余生分开走 2020-12-15 18:29

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

相关标签:
4条回答
  • 2020-12-15 18:45

    The keyword is "branding".

    http://www.eclipse.org/articles/Article-Branding/branding-your-application.html

    0 讨论(0)
  • 2020-12-15 18:51

    For the About dialog there are two means of customizatoin:

    1. An API
    2. Product Branding
    0 讨论(0)
  • 2020-12-15 18:55

    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

    0 讨论(0)
  • 2020-12-15 19:01

    1- Try window > Preferences > General > Workspace > Worspacename (shown in window title)

    2- idk :/

    0 讨论(0)
提交回复
热议问题