eclipse 将控制台和 logcat 视图移至底部
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18061040/
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
Move console and logcat view to bottom
提问by BollMose
My eclipse's(ADT bundle Mac OSX) console view and logcat view are located at the right side of the screen. When activated, they will cover my code editor. (When I maximize them they will automatically move to the bottom, but when minimized they fly back to the right side again.)
我的 eclipse(ADT bundle Mac OSX)控制台视图和 logcat 视图位于屏幕右侧。激活后,它们将覆盖我的代码编辑器。(当我最大化它们时,它们会自动移动到底部,但当它们最小化时,它们又飞回右侧。)
status 1:normal ,them cover the editor,
状态 1:正常,它们覆盖编辑器,
status 2: when I max them, look like good, but
状态 2:当我最大化它们时,看起来不错,但是
status 3:when minimize them, backto status 1
状态 3:当它们最小化时,回到状态 1
回答by kery
You can click the title of the tab and drag it to a new location (in this case the bottom of the page)
您可以单击选项卡的标题并将其拖动到新位置(在本例中为页面底部)
回答by Jberg
I know this is an old thread but it comes up in the top google results so I thought I'd reply with a solution. I was having the same issue as the OP, even when docking on the bottom of the editor Console was still minimizing to the left side.
我知道这是一个旧线程,但它出现在谷歌搜索结果的顶部,所以我想我会回复一个解决方案。我遇到了与 OP 相同的问题,即使停靠在编辑器控制台底部仍然最小化到左侧。
I fixed this inadvertently while fixing another annoyance (non re-sizable toolbar sections).
我在修复另一个烦恼(不可重新调整大小的工具栏部分)时无意中修复了这个问题。
Go to Window->Preferences->General->Appearences
Change theme to Windows 7
Restart Eclipse
Dock to bottom of screen and minimize.
This worked for me, hope it helps someone else out there.
这对我有用,希望它可以帮助其他人。
回答by BobbyD17
First, make sure it the view is open. Then, click on the Logcat tab and drag it to the bottom of the page. Do this for the Console tab and any other tab that you want at the bottom of the page. Then, minimize them and open them again. They should remain at the bottom of the page. It looks like right now you have it in the same pane as where the code normally resides.
首先,确保视图是打开的。然后,单击 Logcat 选项卡并将其拖到页面底部。对控制台选项卡和页面底部所需的任何其他选项卡执行此操作。然后,最小化它们并再次打开它们。它们应保留在页面底部。看起来现在您将它与代码通常所在的窗格放在同一个窗格中。
回答by jmiserez
Since Eclipse Neon (4.6, June 2016), you don't need to drag each tab individually. You can just drag the empty space after the tabs to move the whole stack of views.
自 Eclipse Neon(4.6,2016 年 6 月)以来,您无需单独拖动每个选项卡。您只需拖动选项卡后的空白区域即可移动整个视图堆栈。
You can do this both when the stack is minimized/maximized and when it's not.
您可以在堆栈最小化/最大化时和不在堆栈时执行此操作。