9

Every time I open a new project in IntelliJ IDEA, the first time I open a particular tool window, for example 'Maven Projects', it appears in 'pinned' mode and remains visible until either I close it, or I go to the view settings for the window (the little cog) and deselect "Pinned Mode". I don't want any of my tool windows to be pinned so this gets a little annoying.

Do you know of a way to change the default behaviour of new project / tool windows?

Chris Peacock
  • 4,107
  • 3
  • 26
  • 24
  • 2
    I haven't found a dedicated configuration section through the `Settings`, but I solved this by manually un-pinning all of the tool windows (new ones as soon as I use them), then `Window` -> `Store current layout as default`. – Morfic Sep 29 '16 at 19:27
  • Thanks - that's far better than what I currently have to do. You should post this as an answer. – Chris Peacock Sep 30 '16 at 09:23
  • You're welcome. There you go, sorry it took so long, I've been busy lately... – Morfic Oct 12 '16 at 14:07

1 Answers1

21

As far as IJ 2016.2 I don't know about a dedicated setting for this. However I used an approach which allows you to define a default layout for all projects. Although the window-pinning works, which is what this question is about, some may not be persisted, such as Group Modules setting in the maven tool-window.

Nonetheless, to configure the pinning, you need to do 2 simple things, which you can also see in the GIF below:

1) Manually go and unpin all desired windows

2) Open the Windows menu and select Store current layout as default

unpin windows & save layout as default

P.S. If you'll be using tool-windows that you've never opened before, or install new plugins which add their own tool-windows, just follow these steps again.

Morfic
  • 15,178
  • 3
  • 51
  • 61