Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you merge all your open windows in IntelliJ?

I noticed this was asked in a similar question a couple years ago: How do you combine two tabs into one floating window in Intellij?

But I don't see anywhere that this has been implemented in a current version of IntelliJ (I have a very recent version - 14.0.1)

Is this still a feature that doesn't exist?

like image 703
reectrix Avatar asked Mar 30 '15 22:03

reectrix


3 Answers

i dont have a "merge" option in the "window" menu like in other apps, but there's a workaround: open a project -> fullscreen -> open another project -> choose open in new window (while intellij is in fullscreen) -> voila! tabs

like image 99
Ivan Yulin Avatar answered Oct 01 '22 14:10

Ivan Yulin


As of IntelliJ IDEA version 14.1, combining multiple floating toolwindows into one toolwindow with multiple tabs is still a feature that does not exist.

Floating editor windows can be combined into a single window by drag&drop.

like image 32
yole Avatar answered Oct 01 '22 15:10

yole


If you make your current window fullscreen and then open another folder it would stay combined.

like image 44
Buya Kublai Avatar answered Oct 01 '22 14:10

Buya Kublai