重置 Eclipse 透视图布局
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18635291/
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 perspective layout
提问by Flavio
I've just updated from Eclipse Juno to Kepler. What happened to the Eclipse perspective layout and how can I restore it to fill the entire window?
我刚刚从 Eclipse Juno 更新到 Kepler。Eclipse 透视图布局发生了什么变化,如何恢复它以填满整个窗口?
采纳答案by Eric Moffatt
From the image provided you do indeed have a minimized perspective stack...it's the far right toolbar at the top of the image that has just the icons for the java and debug perspectives. If you click on its 'restore' button the actual perspective will re-appear.
从提供的图像来看,您确实确实有一个最小化的透视堆栈……它是图像顶部最右侧的工具栏,只有 Java 和调试透视图的图标。如果您单击它的“恢复”按钮,实际的透视图将重新出现。
What it looks like is that you have the 'Welcome' (Intro) screen up and maximized (thus the minimized perspective stack). If you were to click the selected item in that top right toolbar the 'fly out' perspective would go away allowing access to the view's restore (un-maximize) button.
它看起来像你有“欢迎”(介绍)屏幕并最大化(因此最小化的透视堆栈)。如果您要单击右上角工具栏中的所选项目,“飞出”透视图将消失,从而允许访问视图的恢复(取消最大化)按钮。
Not sure why the Intro's blank though...;-)
不知道为什么介绍是空白的...;-)
回答by alvarodoune
Open Windows - Perspective - Other - Select Java (default) and open Windows again and select reset perspective
打开 Windows - 透视图 - 其他 - 选择 Java(默认)并再次打开 Windows 并选择重置透视图
hope you help
希望你有所帮助
回答by Kunal Nikam
Windows --> Perspective -->Close All Perspective
and after that restart Eclipse.
然后重新启动Eclipse。