Sublime Forum

Sidebar empty every time I open ST2

#1

I’m running build 2821 and I cannot get it to remember my sidebar. Every time I open ST2 the sidebar is empty. Any ideas?

0 Likes

#2

What OS are you on?
Maybe something about access rights? Session informations are stored in Session.sublime_sessions. Location for Windows: %APPDATA%\Sublime Text 2\Settings\Session.sublime_sessions).

Also there are two options:

[code] // Exiting the application with hot_exit enabled will cause it to close
// immediately without prompting. Unsaved modifications and open files will
// be preserved and restored when next starting.
//
// Closing a window with an associated project will also close the window
// without prompting, preserving unsaved changes in the workspace file
// alongside the project.
“hot_exit”: true,

// remember_open_files makes the application start up with the last set of
// open files. Changing this to false will have no effect if hot_exit is
// true
"remember_open_files": true,

[/code]

hth, Marcus

0 Likes

#3

Thanks for the reply Marcus. I am on Mac OSX, and every time I open ST2 it remembers my previously opened files, just not the sidebar; it is always empty.

0 Likes

#4

So any ideas? It’s incredibly frustrating.

0 Likes

#5

Bump…

0 Likes

#6

Maybe, deleting the session files (with sublime closed)

located at “Packages/…/Settings/”

0 Likes

#7

That seems to have worked. Thank you very much!

0 Likes

#8

Restarting my computer has triggered the issue again. Any further help would be appreciated.

0 Likes

#9

Bump.

0 Likes

#10

Has anyone else had this issue?

0 Likes

#11

I had a similar issue with folders displaying incorrectly.

What worked for me was deleting the .sublime-workspace file and then open the project again.

0 Likes