如何更改文本“Eclipse”对其他一些文本说“AshuEclipse”在标题左角?

发布于 2024-08-18 16:54:36 字数 106 浏览 5 评论 0原文

如何将标题左上角的文本“Eclipse”更改为其他文本“AshuEclipse”?

注意:我不想更改标题以显示工作区,但我想更改 Eclipse 一词本身。

请建议。

How to change text "Eclipse" to some other text say "AshuEclipse" in the Header left hand corner?

Note: I dont want ot change the header to show workspace ,but I want to change the word Eclipse itself.

Plz suggest.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

千鲤 2024-08-25 16:54:36

一种解决方案一种解决方法:


解决方案(理论上,未测试)

主 Eclipse Windows 是 org.eclipse.ui 插件的 WorkbenchWindow。它是由平台插件创建的。
如果您查看 org.eclipse.platform 中的资源文件,您可以看到一些文件能够保留此值(供您更改)

我发现:

eclipse-3.5.1\eclipse\plugins\org .eclipse.platform_3.3.201.v200909170800\about.properties

它包含:

blurb=Eclipse Platform\n\

eclipse-3.5.1\eclipse\plugins\org.eclipse.platform_3.3.201.v200909170800\plugin .properties

With:

pluginName=Eclipse Platform
providerName=Eclipse.org

productName=Eclipse Platform
productBlurb=Eclipse Platform\n\

尝试修改这些值以查看显示是否可以更改。 (我敢打赌plugin.properties ProductBlurb

刚刚测试:它不会改变显示,所以你需要探索eclipse的plugins目录中的一些jar。理论上,您可以更改其资源文件之一...


解决方法(如果上一节不起作用)

我的eclipse3.5实际上显示了当前透视图的名称。

例如; Php 透视图将显示在标题左上角:

alt text http://blog.wampserver.com/wp-content/uploads/2009/08/eclipse_perspective_debug.gif

因此,一种解决方案是将您最喜欢的视角保存为“Ashu - Php调试”,你就会得到你想要的。
(请参阅“创建您自己的视角”文章

替代文本 http://www.javalobby.org/images/postings/rj/eclipse_perspective/1。 gif

这需要为您通常使用的每个视角重新定义。
最后仍然会有“Eclipse”......

One solution an one workaround:


Solution (in theory, not tested)

The main Eclipse Windows is a WorkbenchWindow for the org.eclipse.ui plugin. It is created by the platform plugin.
If you look into the resources files within the org.eclipse.platform, you could see some files able to keep this value (for you to change it)

I have found:

eclipse-3.5.1\eclipse\plugins\org.eclipse.platform_3.3.201.v200909170800\about.properties

It contains:

blurb=Eclipse Platform\n\

eclipse-3.5.1\eclipse\plugins\org.eclipse.platform_3.3.201.v200909170800\plugin.properties

With:

pluginName=Eclipse Platform
providerName=Eclipse.org

productName=Eclipse Platform
productBlurb=Eclipse Platform\n\

Try and modify those values to see if the display can change. (I would bet on plugin.properties productBlurb)

Just tested: it does not change the display, so you need to explore some of the jars in the plugins directory of eclipse. In theory, you could change one of its resource file...


Workaround (if the previous section does not work)

My eclipse3.5 actually displays the name of the current perspective.

For instance; the Php perspective would be displayed in the header left hand corner:

alt text http://blog.wampserver.com/wp-content/uploads/2009/08/eclipse_perspective_debug.gif

So one solution would be to save your favorite perspective as "Ashu - Php Debug", and you would get what you want.
(see "create your own perspective" article)

alt text http://www.javalobby.org/images/postings/rj/eclipse_perspective/1.gif

That would need to be redefined for every perspective you are usually using.
And it would still have "Eclipse" at the end...

贱人配狗天长地久 2024-08-25 16:54:36

首选项>一般>工作区>工作区名称

Preferences > General > Workspace > Workspace name

oО清风挽发oО 2024-08-25 16:54:36

右键单击 Eclipse 快捷方式并转到属性。

更改目标网址文本。

-> C:\your eclipe folder\eclipse.exe -showlocation <em>YOURTITLE</em>

Right click on eclipse shortcut and go to properties.

Change target url text.

-> C:\your eclipe folder\eclipse.exe -showlocation <em>YOURTITLE</em>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文