eclipse 如何在eclipse中附加控制台?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28935839/
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
How to attach the console in eclipse?
提问by Leo
In eclipse the console is somehow undocked. Now it's appearing like below :
在 Eclipse 中,控制台以某种方式断开连接。现在它看起来像下面:
How to attach it to the window? I tried the "pin console" button but nothing happening. I am running eclipse kepler.
怎么把它贴在窗户上?我尝试了“pin 控制台”按钮,但没有任何反应。我正在运行日食开普勒。
Please help.
请帮忙。
回答by Sriram
回答by MissGeek
You can click Windows > Reset perspective
to go back to default perspective settings.
您可以单击Windows > Reset perspective
以返回默认透视设置。
回答by Da Xu
Window->Perspective->Reset Perspective
窗口->透视->重置透视
回答by aatif zaidi
The easiest method that worked for me in Eclipse Photonis:
在Eclipse Photon 中对我有用的最简单的方法是:
- Click on the Open Consoleicon present amongst the icons on the console window.
- 单击控制台窗口图标中的打开控制台图标。
- Click on New Console View
- 单击新建控制台视图
This will start a docked version of the current console. And the one which is detached can be simply closed thereafter.
这将启动当前控制台的停靠版本。分离的那个之后可以简单地关闭。