Sublime Forum

Open project not remembered - OSX / 3143

#1
  1. Open a project (with sidebar showing)
  2. Open a file
  3. Hit the red circle to close sublime
  4. Open sublime again

Result:

  • No files open, no sidebar, just a blank sublime window.

Expected result:

  • Showing the open file(s) with the sidebar/project open.

PS. This worked fine before updating.

User settings:

{
	"always_show_minimap_viewport": true,
	"animation_enabled": false,
	"binary_file_patterns":
	[
		"*.min.css",
		"*.min.js"
	],
	"close_sidebar_if_opened": false,
	"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme",
	"detect_indentation": false,
	"drag_text": false,
	"draw_minimap_border": true,
	"ensure_newline_at_eof_on_save": true,
	"file_exclude_patterns":
	[
		"*.pyc",
		"*.pyo",
		"*.exe",
		"*.dll",
		"*.obj",
		"*.o",
		"*.a",
		"*.lib",
		"*.so",
		"*.dylib",
		"*.ncb",
		"*.sdf",
		"*.suo",
		"*.pdb",
		"*.idb",
		".DS_Store",
		"*.class",
		"*.psd",
		"*.db",
		"*.sublime-workspace"
	],
	"find_selected_text": true,
	"folder_exclude_patterns":
	[
		".svn",
		".git",
		".hg",
		"CVS",
		"tmp",
		"log",
		"public/assets",
		"coverage",
		"node_modules",
		"**/*/build",
		"*.xcodeproj"
	],
	"font_size": 15,
	"highlight_line": true,
	"ignored_packages":
	[
		"Package Control",
		"Vintage"
	],
	"indent_to_bracket": true,
	"scroll_speed": 0,
	"shift_tab_unindent": true,
	"show_full_path": true,
	"tab_size": 2,
	"theme": "Boxy Tomorrow.sublime-theme",
	"theme_accent_green": true,
	"theme_sidebar_disclosure": true,
	"theme_sidebar_folder_materialized": true,
	"translate_tabs_to_spaces": true,
	"tree_animation_enabled": false,
	"trim_trailing_white_space_on_save": true,
  "open_files_in_new_window": false,
  "create_window_at_startup": true
}
0 Likes