PacificNW_Lover
PacificNW_Lover

Reputation: 5374

IntelliJ IDEA - How to Align Project Pane to the left of Debug Pane

Am new to IntelliJ IDEA (am using 2017.1.3)...

Was writing some sample code and didn't like how the Debug view was located as tab in the bottom right corner. Am trying to reconfigure my Intelli IDEA perspective (borrowed that term from Eclipse) so, I can have the following setup:

  1. Project view as it is (completely on the left hand side like a column), on the right of that is the Debug view.

  2. On the bottom of the Debug view is the Source Editor view.

  3. Project view is still on the left of both the Debug and Source Editor view.

Attached is a screenshot of my plight:

enter image description here

As you can see, the Project view is completely under my Debug View. I want it to be completely left of both Debug and Source Editor views.

Upvotes: 1

Views: 525

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401877

Enable the Widescreen tool window layout option:

widescreen

See the manual: Optimize for wide-screen monitors

Upvotes: 4

Related Questions