Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA, Test Runner Pane, maximize output pane

Is there a way to maximize the output pane of a test? I can't believe that I have to endure the review process of the stacktrace in this narrow pane!

There is a shortcut (ctrl-shift-up) that make the pane grow a little. Does anybody know of a shortcut or a button to maximize the pane? Like in eclipse for the output console (ctrl-m) Anyway, Idea is great!

output pane of Test Runner Pane

like image 246
Jako Avatar asked May 08 '13 13:05

Jako


2 Answers

It's not possible to maximize it, please vote for the corresponding feature request:

  • IDEA-64469 Provide a way to view test console output maximized (like double-clicking it?)

Update

It has been implemented as described in the issue:

You can maximize/restore tool window size:

  • With double-click on toolwindow header
  • With shortcut Shift+Ctrl+' (Shift+Command+' for Mac OS X)
  • Via "Resize" actions group (see popup menu for tool window)
like image 193
CrazyCoder Avatar answered Oct 07 '22 22:10

CrazyCoder


  • On Linux and Windows:Ctrl + Shift + Quote(')
    On Mac:Command + Shift + Quote(')
  • With double-click on toolwindow header
  • Via "Resize" actions group (see popup menu for tool window)


Tested on 2016.1.1(Linux) & 2018.1.1(Linux). Maximize Tool Window

On my AZERTY keyboad I had to reassign the shortcut to Alt + M and Alt + W (maximize window). It was maybe not yet implemented in 2013.

like image 35
Rudy Vissers Avatar answered Oct 07 '22 22:10

Rudy Vissers