隐藏Eclipse中的状态栏或进度条 [英] Hide status bar or progress bar in Eclipse

查看:256
本文介绍了隐藏Eclipse中的状态栏或进度条的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何隐藏Eclipse中的状态栏?我的意思是底部的那个,还有进步状态。这是非常分心的,因为它一直在做某事。

How can I hide the status bar in Eclipse? I mean the one at the bottom, where also the "Progress" status is shown. It is very distracting because it is doing something all the time.

我看了一下这个问题,但是给出的答案和超级用户没有显示如何隐藏它。我也没有在偏好中找到任何东西。我正在使用Eclipse 3.7.2。

I took a look at this question, but the answer given there and on Superuser does not show how to hide it. I also did not find anything in the preferences. I am using Eclipse 3.7.2.

如何隐藏状态栏,或至少摆脱底部的进度栏?

How can I hide the status bar, or at least, get rid of the "Progress" bar at the bottom?

推荐答案

在Eclipse中使用CSS Juno有无尽的可能性,以您喜欢的方式来编程Eclipse:编辑 eclipse / plugins /org.eclipse.platform_4.2.2.v201302041200/css/e4_default_mac.css (它适应Eclipse版本和操作系统)。

With CSS in Eclipse Juno there are endless possibilities to style Eclipse the way you like: edit the eclipse/plugins/org.eclipse.platform_4.2.2.v201302041200/css/e4_default_mac.css (adapt it to your Eclipse version and operating system).

在那里,添加以下行:

#org-eclipse-ui-trim-status,
#org-eclipse-ui-trim-vertical1,
#org-eclipse-ui-trim-vertical2 {
   visibility: hidden;
}

现在,不仅状态栏,还有左边和右边的酒吧被隐藏在这样做之前,您可以打开您喜欢的视图,并将其带入您的首选位置,并为其分配快捷方式,以便每当您需要它们(并且仅当)时弹出。当然,您可以随时撤消该更改。

Now, not only the status bar but also the bars on the left and right are hidden. Before doing that, you might open the views you like to have and bring them to your preferred positions and assign a shortcut to them so that they will pop up whenever (and only when) you need them. Of course, you can undo that change any time.

这篇关于隐藏Eclipse中的状态栏或进度条的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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