控制台在 Eclipse Juno 中消失
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12340653/
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
Console disappear in Eclipse Juno
提问by PratikKGupta
I am using Eclipse Juno. I was working in Java perspectiveand suddenly I minimized the console. I don't know where it went but I am unable to get it back. I even tried to get it from Windows>Show View>Console but I didn't get my console back.
我正在使用 Eclipse Juno。我在Java 视角下工作,突然间我最小化了控制台。我不知道它去了哪里,但我无法取回它。我什至试图从 Windows>Show View>Console 获取它,但我没有取回我的控制台。
回答by Rumanovsk
It happened the same thing to me. Just click Window->Reset Perspective and everything will be back as it was when you installed eclipse. Sure you'll have to customize it back to how you like it, but at least you'll have the console back.
它发生在我身上。只需单击 Window->Reset Perspective,一切都会恢复到安装 eclipse 时的状态。当然,您必须将其自定义为您喜欢的方式,但至少您将恢复控制台。
回答by Ambili Nair
If console is not visible, just search for "Console" in QuickAccess box on the right hand top of menu bar. you can get it back!
如果控制台不可见,只需在菜单栏右侧顶部的快速访问框中搜索“控制台”。你可以拿回来!
回答by noogrub
Stupid Eclipse. Are there no interface designers volunteering on this project? Why minimize something and make it hard to see where to bring it back? Probably all you have to do is hit Shift-Control-Tab-F9 with one hand while right-double-clicking the lower left hand corner. Hmm, how about a popup when you click a minimized Console that says "We see you've minimized your Console and you are clearly trying to switch to it. Would you like us to restore that so you can actually see it?" followed by "Are you really sure? Cuz ya know, you may be using this click path by accident."
愚蠢的日蚀。没有界面设计师自愿参与这个项目吗?为什么要最小化某些东西并使其难以看到从哪里带回来?可能您所要做的就是用一只手点击 Shift-Control-Tab-F9,同时右键双击左下角。嗯,当您单击最小化的控制台时会弹出一个弹出窗口,显示“我们看到您已经最小化了您的控制台,并且您显然正在尝试切换到它。您希望我们恢复它以便您可以实际看到它吗?” 接着是“你真的确定吗?因为你知道,你可能不小心使用了这个点击路径。”
The reset perspective works. Also, you can "Save Perspective" so it's not so hard to go back to your preferred Perspective.
重置视角有效。此外,您可以“保存透视图”,因此返回您喜欢的透视图并不难。
Thanks for the tip.
谢谢你的提示。
回答by ysmartin
- Bring console to the front from Window -> Show View -> Console. Apparently the console remains invisible (that was the issue indeed), but it is virtually active in the foreground.
- Close the current view (i.e. the invisible console) by going to the "Quick Access" box at the toolbar, typing "Close Part", and selecting the respective option on the drop-down.
- Reopen console form Window -> Show View -> Console and voilà, it will appear. Drag it to your preferred location on the workbench.
- 从窗口 -> 显示视图 -> 控制台将控制台置于最前面。显然控制台仍然不可见(这确实是问题所在),但它实际上在前台处于活动状态。
- 通过转到工具栏上的“快速访问”框,键入“关闭部件”,然后在下拉列表中选择相应的选项,关闭当前视图(即不可见的控制台)。
- 重新打开控制台窗体窗口 -> 显示视图 -> 控制台,瞧,它会出现。将其拖到工作台上的首选位置。
This works for me under the following situation:
在以下情况下这对我有用:
- I had been previously playing with detaching several views (console included) and editors to a separate window on a different monitor; I have updated my workspace from Neon to Oxygen and I have had a hard reset at my computer. (So, not sure which among those was the reason that made it go wrong).
- I wanted to avoid resetting my perspective, as it is highly customised, so I discarded that solution.
- Other solutions herein proposed had not worked.
- The console was working and the view became visible if I chose a different perspective (e.g. Debug) or a duplicate Eclipse window (which effectively provides a duplicate of a factory-reset perspective).
- 我之前一直在尝试将多个视图(包括控制台)和编辑器分离到不同显示器上的单独窗口;我已将我的工作区从 Neon 更新为 Oxygen,并且在我的计算机上进行了硬重置。(所以,不确定其中哪一个是导致它出错的原因)。
- 我想避免重置我的观点,因为它是高度定制的,所以我放弃了那个解决方案。
- 这里提出的其他解决方案没有奏效。
- 如果我选择不同的透视图(例如调试)或重复的 Eclipse 窗口(它有效地提供了出厂重置透视图的副本),则控制台正在工作并且视图变得可见。
回答by Jane Chen
you could click the small icon on the bottom left and choose console. it will appear.
您可以单击左下角的小图标并选择控制台。它会出现。