TheSpyder / SyncedSideBar

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

folder view sync with currently active file doesn't work. #28

Closed ctf0 closed 9 years ago

ctf0 commented 10 years ago

hey there ,first thanx for the great plugin ,second i've a couple of weird behavior with the plugin which are -most of the time the folder view syncing doesn't work then all of the sudden it works ,like it have a mind of its own. -the sync works only for the files that are opened from the same level ,ex.opening documents from the desktop folder you can have as many folders as you want and all the files in them will be revealed as expected but if you opened something lets say from (documents folder) it wont work ,even if both are on the same driver which is (C:/). -even when the plugin is disabled ,the sidebar keeps revealing the current opened file folder in the sidebar.

those behaviors are the same on OSX & Win ,using ST 3.

TheSpyder commented 10 years ago

Hi,

Sorry it's taken me so long to respond. Things have been a bit hectic for me recently.

Your first two issues unfortunately sound like Sublime bugs. You should be able to uninstall the plugin and use right click -> reveal in side bar to replicate (that's effectively all the plugin does). If not please let me know and we can investigate further.

Your third issue should be something I can fix. How are you disabling the plugin?

ctf0 commented 10 years ago

hi ,np the first issue is a bug yes ,second one i believe its something with the plugin because it gives an error (file is not in the opened folder) .third is also a bug and i disable it by adding it to the ignore packages.

TheSpyder commented 10 years ago

The error "file is not in the opened folder" is not something this plugin produces, so it could just be a Sublime limitation.

Ignore packages should definitely prevent the plugin from loading. I'll look into it. In the meantime, with the plugin enabled you can use the command palette (cmd+shift+p on OSX) and select "Side Bar: Disable Syncing" to make it stop.

ctf0 commented 9 years ago

i no longer facing any of the above so i will close it ,thanx for ur help.