eclipse 如何显示Eclipse隐藏的工具栏

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4301637/
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-10 19:46:34  来源:igfitidea点击:

How to show the hidden toolbar of Eclipse

eclipsetoolbarlook-and-feel

提问by Kane

Eclipse has a context menu item to hide the entire toolbar of RCP.

Eclipse 有一个上下文菜单项来隐藏 RCP 的整个工具栏。

screen shot of Hide Toolbar

隐藏工具栏的屏幕截图

Where is the corresponding menu item to show the hidden toolbar?

显示隐藏工具栏的对应菜单项在哪里?

I know it should be shown if using a new workspace. However I hope find the related feature in the GUI of eclipse.

我知道如果使用新的工作区应该显示它。但是我希望在 eclipse 的 GUI 中找到相关功能。

回答by Daniel Lundmark

Use the Window menu, you have a "Show toolbar" option there.

使用“窗口”菜单,那里有一个“显示工具栏”选项。

回答by Tim Keating

I'm on Mac OS X, and one thing I always forget about is the stupid lozenge button in the upper right corner of the window. I hit this by accident and was going nuts trying to figure out where my toolbar had gone until I (experimentally) hit it again.

我在 Mac OS X 上,我总是忘记的一件事是窗口右上角的愚蠢菱形按钮。我无意中击中了这个,并且疯狂地试图找出我的工具栏去了哪里,直到我(实验性地)再次击中它。

回答by bpp

I tried one solution here and worked for me. If you can not reset or change something from eclipse GUI, Go to your project folder eg. "Workspace". Delete folder ".metadata". Now open eclipse again and browse "Workspace". Import your projects from the "Workspace". It will reset eclipse to default.

我在这里尝试了一种解决方案并对我来说有效。如果您无法从 Eclipse GUI 重置或更改某些内容,请转到您的项目文件夹,例如。“工作区”。删除文件夹“.metadata”。现在再次打开 eclipse 并浏览“工作区”。从“工作区”导入您的项目。它会将 eclipse 重置为默认值。

回答by Janarthanan Ramu

In eclipse oxygen version it is available under Windows --> Appearance --> Show Toolbar

在 eclipse Oxy 版本中,它可以在 Windows --> Appearance --> Show Toolbar 下使用