Sublime Forum

Too many windows opening on Mac when using Unity. How to stop it

#1

I’m using Sublime with Unity. It is now opening too many windows as you can see in the image.
Each time I click on a code file to open it I get a new window and even when I close that window with the X it still persists as an empty window. I have to manually close each one.
How do I get it to work in just one window with multiple tabs. I don’t want to create another window unless I manually drag a tab out.

Here are my user prefs:

{
“color_scheme”: “Packages/Color Scheme - Default/Monokai.tmTheme”,
“font_size”: 24,
“open_files_in_new_window”: false,
“hot_exit”: true,
“close_windows_when_empty”: true,
“open_files_in_new_window”: false,
“remember_open_files”: false,
}

0 Likes