Reputation: 24087
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
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
Reputation: 401945
In macOS System Preferences | General, set "Prefer tabs when opening documents" to "Never".
Related documents and tickets:
Upvotes: 7