How to put toolwindows in different layer in splite mode
已回答

The screenshots show what I want: I drag the Database toolwindow up, The Gradle toolwindow would be totally covered. This performs like two layers.
The status quo is: I place my toolwindow in the upside, the downside window cannot be dragged to the top, it would be 'blocked' by the components in my upside toolwindow. This performs like two spring squeezed in one layer.
How can I put two toolwindow in different layers?
请先登录再写评论。
Hi,
I don't think it is possible and I don't understand what would you need to cover the upper tool window with the lower one fully (this is how I understand your case). The Tool Windows layout is provided by the Platform, and it should always work the same way. If the upper tool window is enabled, then at least a part of it should be visible. Plugins can provide the windows content, not changing the layout.
Please check out this gif, it's acutally possible. The 'Learn' toolwindow is from intellij, but I haven't find related code from the soure code yet.