'IntelliJ IDEA: how to disable projects opening as tabs on macOS?
No idea since when this was introduced but recently updated to Monterey and it started to appear.
How can I disable it? I prefer one editor per workspace. The new way conflicts with normal tab switching.
Solution 1:[1]
Either disable it globally in macOS system settings, or disable it for IntelliJ IDEA only by adding ide.mac.bigsur.window.with.tabs.enabled=false in Help | Edit Custom Properties (IDE restart is required).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | CrazyCoder |
