atreeon
atreeon

Reputation: 24087

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?

Upvotes: 4

Views: 4154

Answers (2)

Yatiraj Shetty
Yatiraj Shetty

Reputation: 1

Try this - select Help | Find Action from the main menu, type Registry..., select it and in the opened list, find and disable the ide.mac.transparentTitleBarAppearance (just start typing to search it) options here, restart the IDE to see whether it helps

https://youtrack.jetbrains.com/issue/IDEA-291007/opening-multiple-projects-in-tabs-stopped-working

Upvotes: 0

CrazyCoder
CrazyCoder

Reputation: 401945

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

Related documents and tickets:

Upvotes: 7

Related Questions