IDEA 停靠窗口布局
是否可以更改 IDEA 中停靠工具窗口的布局方式?
目前,最底部的窗口占据了所有水平空间,而左右窗口不占据所有垂直空间(因为底部窗口)。
是否可以安排布局,使左右停靠窗口占据所有垂直空间,而底部窗口占据剩余空间?
即拥有这个:
+-----+---------------------------+-----+ |Tree | |Tree | | | Code | | | | | | | | | | | | | | | |---------------------------| | | | Messages | | | | | | +-----+---------------------------+-----+
而不是这个:
+-----+---------------------------+-----+ |Tree | |Tree | | | Code | | | | | | | | | | | | | | +-----+---------------------------+-----+ | Messages | | | +---------------------------------------+
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 | | | +---------------------------------------+
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此功能自 IntelliJ IDEA 13 版本起可用。
设置
(Mac 上的首选项
)|外观&行为
|外观
| 宽屏工具窗口布局。过时的原始答案:
不,目前不支持此类配置,请随时提交功能请求。
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.
IDE设置>外观>宽屏工具窗口布局
IDE Settings > Appearance > Widescreen tool window layout