Sublime Forum

[ST3] Sidebar Artifacts and Missing Files

#1

Found with Dev Build 3030:

I have found with a few of my projects, I get the following weirdness:

Upon opening:


Upon resizing:

Upon Opening My Custom Vim Plugin Folder:

Upon resizing again:

And the project will remain as such. I have found that deleting the .sublime-workspace associated with the project fixes this issue for other peoples’ awareness.

Below is the sublime-workspace that caused it, though. I’ve stripped it down some, but I didn’t have enough time to determine which key/value was causing the issue.

Windows 7(x64)

Also have seen it on Linux Mint 14 (x64)

[code]{
“auto_complete”:
{
“selected_items”:

	]
},
"buffers":

],
"build_system": "",
"command_palette":
{
	"height": 392.0,
	"selected_items":
	
	],
	"width": 449.0
},
"console":
{
	"height": 269.0,
	"history":
	
	]
},
"distraction_free":
{
	"menu_visible": true,
	"show_minimap": false,
	"show_open_files": false,
	"show_tabs": false,
	"side_bar_visible": false,
	"status_bar_visible": false
},
"file_history":

],
"find":
{
	"height": 34.0
},
"find_in_files":
{
	"height": 0.0,
	"where_history":
	
	]
},
"find_state":
{
	"case_sensitive": false,
	"find_history":
	
	],
	"highlight": true,
	"in_selection": false,
	"preserve_case": false,
	"regex": false,
	"replace_history":
	
		"_eat(",
		"_eat\\(",
		"SIZE"
	],
	"reverse": false,
	"show_context": true,
	"use_buffer2": true,
	"whole_word": false,
	"wrap": true
},
"groups":

	{
		"sheets":
		
		]
	}
],
"incremental_find":
{
	"height": 25.0
},
"input":
{
	"height": 33.0
},
"layout":
{
	"cells":
	
		
			0,
			0,
			1,
			1
		]
	],
	"cols":
	
		0.0,
		1.0
	],
	"rows":
	
		0.0,
		1.0
	]
},
"menu_visible": true,
"output.exec":
{
	"height": 280.0
},
"project": "Packages.sublime-project",
"replace":
{
	"height": 64.0
},
"save_all_on_build": true,
"select_file":
{
	"height": 0.0,
	"selected_items":
	
	],
	"width": 0.0
},
"select_project":
{
	"height": 500.0,
	"selected_items":
	
		
			"",
			"C:\\Users\\gardnerj\\software\\src\\project.sublime-project"
		]
	],
	"width": 380.0
},
"select_symbol":
{
	"height": 392.0,
	"selected_items":
	
	],
	"width": 392.0
},
"settings":
{
	"last_automatic_layout":
	
		
			0,
			0,
			1,
			1
		]
	]
},
"show_minimap": true,
"show_open_files": false,
"show_tabs": true,
"side_bar_visible": true,
"side_bar_width": 182.0,
"status_bar_visible": true,
"template_settings":
{
}

}
[/code]

Yours Truly,
Jacob Gardner

0 Likes