Is there a way to make the output of Edited IntelliJ IDEA?

At the moment the main IntelliJ IDEA screen looks like this:

.................................................. ...........
| |
| |
| ------------------ Y .............................. ........... |
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| .................. `.............................. .......... '|
| |
| Here is the output ... |
| |
| |
| |
| |
| ................................................. ........... '

I tried everything to draw the output, for example in ASCII style below, and failed. Is there a way to do it like this:

.................................................. ............
| |
| |
| ------------------ Y .............................. ........... |
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| : ........................................ '|
| | |
| | Here is the output ... |
| | |
| | |
| | |
| | |
| ................................................. ........... '

(BTW: ASCII art was made with Jave - http://www.jave.de/ )

+3


source to share


2 answers


Yes, it's pretty simple since version 13:

TL; DR

Settings

Appearance

Widescreen tool window layout


Here's my initial layout:



enter image description here

Now go to the Settings

Appearance

and check to Widescreen tool window layout

:

enter image description here

And now you have the nice layout you expected:

enter image description here

+2


source


If you create project windows and windows pinned

and docked

you should get the layout you are looking for.



0


source







All Articles