首次安装时将 Eclipse 屏幕重置为默认值
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7681002/
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
Reset Eclipse Screen to Default When First Installed
提问by user966218
How do you reset the winds as they were when you originally opened Eclipse. I accidently closed windows, now I can't find the window that lists the projects, so I can't run anything. Please advise. Thanks.
您如何将风重置为最初打开 Eclipse 时的状态。我不小心关闭了窗口,现在我找不到列出项目的窗口,所以我无法运行任何东西。请指教。谢谢。
PS Reset Perspectives through the WINDOW tab doesn't work to reset to the default setting, only the last screen, which I screwed up.
PS 通过 WINDOW 选项卡重置视角无法重置为默认设置,只能重置为我搞砸的最后一个屏幕。
回答by amitizle
You can do "Window->Reset Perspective" and click yes.
您可以执行“ Window->Reset Perspective”并单击“是”。
回答by Lova Chittumuri
To reset the all Perspectives.
重置所有透视图。
Click on windows - > Perspective - > Reset Perspective
点击windows -> Perspective -> Reset Perspective
回答by Jaydon
I figured it out.
我想到了。
Window>Close All Perspectives>Open New Perspective>Java project. – user966218, Oct 7
窗口>关闭所有透视图>打开新透视图>Java 项目。– user966218,10 月 7 日
For me this worked except Java project wasn't an option. Java EE (default) was what I selected under 'Open New Perspective'. Thanks
对我来说,这有效,除了 Java 项目不是一个选项。Java EE(默认)是我在“Open New Perspective”下选择的。谢谢
回答by Ashley Davies
You could reinstall for factory settings or use 'Window->Show view' to show the windows you'd like
您可以重新安装出厂设置或使用“窗口->显示视图”来显示您想要的窗口
回答by Herman
You probably inadvertently changed your perspective by double clicking on your java file tab (e.g. HelloWorld.java), as that makes it show only that file. You can change it back by simply double clicking on it again.
您可能通过双击您的 java 文件选项卡(例如 HelloWorld.java)无意中改变了您的观点,因为这使得它只显示该文件。您只需再次双击即可将其更改回来。