IDEA dock window layout

半腔热情 提交于 2019-12-20 18:06:32

问题


Is it possible to change the way that docked tool windows in IDEA are laid out?

Currently, the bottom most window takes all the horizontal space, and the left and right windows do not take all the vertical space (because of the bottom window).

Is it possible to arrange the layout so that the left and right docked windows take all the vertical space, and the bottom one takes what's left over?

I.e. to have this:

+-----+---------------------------+-----+
|Tree |                           |Tree |
|     | Code                      |     |
|     |                           |     |
|     |                           |     |
|     |                           |     |
|     |---------------------------|     |
|     | Messages                  |     |
|     |                           |     |
+-----+---------------------------+-----+

Instead of this:

+-----+---------------------------+-----+
|Tree |                           |Tree |
|     | Code                      |     |
|     |                           |     |
|     |                           |     |
|     |                           |     |
+-----+---------------------------+-----+
| Messages                              |
|                                       |
+---------------------------------------+

回答1:


This feature is available since IntelliJ IDEA 13 release.

Settings (Preferences on Mac) | Appearance & Behavior | Appearance | Widescreen tool window layout.


Obsolete original answer:

No, such configuration is not supported at the moment, feel free to submit a feature request.




回答2:


IDE Settings > Appearance > Widescreen tool window layout



来源:https://stackoverflow.com/questions/4244815/idea-dock-window-layout

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!