IDEA dock window layout

2019-03-18 08:12发布

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                              |
|                                       |
+---------------------------------------+

2条回答
可以哭但决不认输i
2楼-- · 2019-03-18 08:31

IDE Settings > Appearance > Widescreen tool window layout

查看更多
We Are One
3楼-- · 2019-03-18 08:48

This feature is available since IntelliJ IDEA 13 release.

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

widescreen layout


Obsolete original answer:

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

查看更多
登录 后发表回答