Search code examples
intellij-idea

How to split the Run Tool Window in IntelliJ IDEA?


I'm relatively new to IntelliJ IDEA and was wondering whether it would be possible to split the Run Window, so that I have multiple Run views visible at the same time. Which would be convenient when running multiple modules concurrently. Currently they show as tabs in the same region, so I have to switch the tab whenever I want to see the other run log.

+---------------------------------+
|                                 |
|            Source Code          |
|                                 |
+----------------+----------------+
|                |                |
|     Run 1      |     Run 2      |
|                |                |
+----------------+----------------+

Any way to do this?


Solution

  • As far as I know the h/v split feature is available only for editor tabs. There's also a split mode for tool windows but it works only for different windows, not for multiple tabs of the same windows, so basically no you can't, and I can't imagine what was the reason behind this choice.