eclipse 是否可以更改日食标题

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8664917/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 17:30:33  来源:igfitidea点击:

Is it possible to change the eclipse title

eclipse

提问by user1035927

Which file to edit to change the Eclipse IDE title: "Java - Eclipse SDK" to something of my own, say "Test - SDK"

编辑哪个文件以更改 Eclipse IDE 标题:“Java - Eclipse SDK”到我自己的东西,比如“测试 - SDK”

Also which file contains the contents of About dialog box under help menu. Is it possible to edit it?

还有哪个文件包含了帮助菜单下关于对话框的内容。可以编辑吗?

采纳答案by Francis Upton IV

For the About dialog there are two means of customizatoin:

对于“关于”对话框,有两种自定义方式:

  1. An API
  2. Product Branding
  1. 一个 API
  2. 产品品牌

回答by A4L

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

1- 尝试 window > Preferences > General > Workspace > Worspacename(显示在窗口标题中)

2- idk :/

2-身:/

回答by Ayusman

You could also use the "-showLocation" option as well. This needs to be used in the startup paramater.

您也可以使用“-showLocation”选项。这需要在启动参数中使用。

I am using Windows and I modified my Eclipse shortcut to have the parameter (In Eclipse shortcut properties > Shortcut tab > Target textbox)

我正在使用 Windows 并且我修改了我的 Eclipse 快捷方式以包含参数(在 Eclipse 快捷方式属性 > 快捷方式选项卡 > 目标文本框中)

C:\Eclipse3.7\eclipse.exe -showLocation

Hope this helps

希望这可以帮助