如何更改文本“Eclipse”对其他一些文本说“AshuEclipse”在标题左角?
如何将标题左上角的文本“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
一种解决方案一种解决方法:
解决方案(理论上,未测试)
主 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:
尝试修改这些值以查看显示是否可以更改。 (我敢打赌
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 theorg.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:
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...
首选项>一般>工作区>工作区名称
Preferences > General > Workspace > Workspace name
右键单击 Eclipse 快捷方式并转到属性。
更改目标网址文本。
Right click on eclipse shortcut and go to properties.
Change target url text.