如何更改Eclipse窗口标题? [英] How to change Eclipse window title?

查看:768
本文介绍了如何更改Eclipse窗口标题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何更改运行的Eclipse的标题(最后一部分)?

How to change the title (last part of it) of a running Eclipse?

我在谈论Eclipse分发本身,而不是关于我为Eclipse编写的程序。

I am speaking about Eclipse distribution itself, not about my program written for Eclipse.

目前我有以下标题:

1 这部分是设置在窗口 - >偏好 - >一般 - >工作区 - >工作区名称

其他零件都是自动生成的。

Other parts are autogenerated.

2 现在是 Eclipse 。我有几个日食安装,并想在这里参考。

I want to change part 2 which is now Eclipse. I have several Eclipses installed and want to refer them here.

更新

我在 ./ plugins / org.eclipse.epp.package.standard_XXXXX 中找到文件 plugin.xml ,并发现它包含一个设置

I found file plugin.xml inside ./plugins/org.eclipse.epp.package.standard_XXXXX and found it containing a setting

     <property
           name="appName"
           value="Eclipse">
     </property>

我改变了这个,但我并没有影响到标题。

I changed this as I like but it didn't affect the title.

更新2

另外我发现在 plugin.properties

productName=Eclipse

不幸的是,改变这个也不影响标题。

Unfortunately, changing this also didn't affect the title.

推荐答案

吨。除非您创建自己的RCP应用程序

You can't. Unless you are creating your own RCP app

工作台窗口标题由品牌插件定义。 Eclipse定义了产品,因此您将在其品牌插件中定义Eclipse,该插件将显示在标题栏中。

The workbench window title is defined by the branding plugin. Eclipse defines the product and so you will have the "Eclipse" defined in its branding plugin, which will be displayed in the title bar.

这篇关于如何更改Eclipse窗口标题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆