Sublime Forum

ST3 osx Mavericks issue

#1

Hi,
I’m dealing with a frustrating problem. My project is reset at every boot. So each time I need to open the project file again.
I’m trying to load the project file automatically at boot time. What should I do?

I thought it might be related to some settings are as follows.

"hot_exit": true, "remember_open_files": true, "open_files_in_new_window": true, "create_window_at_startup": true,

0 Likes

#2

Ok I figured out the problem. The problem stems from the opening of multiple windows.

I’ve set as follows and the problem has gone.

"open_files_in_new_window": false
0 Likes