Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to split the Run Tool Window in IntelliJ IDEA?

Tags:

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?

like image 479
Will Avatar asked Apr 15 '14 13:04

Will


People also ask

How do I show the Run window in IntelliJ?

To show or hide a tool window, do one of the following: From the main menu, select a tool window under View | Tool Windows. Use the corresponding shortcut, for example, Alt+1 to open the Project tool window. If there is no shortcut for a tool window, you can assign it as described in Configure keyboard shortcuts.


1 Answers

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.

like image 111
Morfic Avatar answered Sep 27 '22 02:09

Morfic