TheSpyder / SyncedSideBar

Sublime Text plugin to sync project sidebar (folder view) with currently active file.
341 stars 23 forks source link

Syncs to "wrong" file in sidebar #35

Closed bobrocke closed 8 years ago

bobrocke commented 9 years ago

I have several folders as part of my project and they show in the side bar. Some are contained within others. When I work in a file that is in multiple project folders, can I tell SyncedSideBar which folder to sync to?

TheSpyder commented 9 years ago

I don't think you can, unfortunately. This plugin doesn't actually have control over the side bar, it uses the built in sublime "reveal in side bar" command (available on the right click menu of the file contents).