Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij Idea, open new project creates a new tab for each project, how do I revert to a default of a new window per open project?

enter image description here

If I open a new project in Intellij Idea it now opens it as a new tab. How to change the default behaviour, revert to the previous behaviour and open in a new window?

like image 411
atreeon Avatar asked Oct 12 '25 09:10

atreeon


1 Answers

In macOS System Preferences | General, set "Prefer tabs when opening documents" to "Never".

Related documents and tickets:

  • macOS User Guide: Use tabs in windows on Mac
  • Big Sur: Add support of opening project as tabs
  • Open project in a new window opens in a tab instead
  • View multiple IntelliJ IDEA projects in a single frame
like image 200
CrazyCoder Avatar answered Oct 16 '25 11:10

CrazyCoder