TheSpyder / SyncedSideBar

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

ST2 support #19

Closed adamflorin closed 11 years ago

adamflorin commented 11 years ago

Hi,

SyncedSideBar stopped working for me after a recent Sublime Text 2 self-update. I'm currently at version 2.0.2, Build 2221.

I tried uninstalling and reinstalling SyncedSideBar via Package Control and via git. I've experienced this on multiple dev machines.

Sublime Text 2 should still be supported, correct?

Thanks!

TheSpyder commented 11 years ago

It should work, yes. I've tested it on build 2221. I actually fixed a bug caused by that update the other day.

Can you open the console with `ctrl+`` (that's a backquote) and let me know if there are any errors?

adamflorin commented 11 years ago

Hmm, I don't see anything appear in the console when I open files using cmd-t.

But I did observe this odd behavior. The SyncedSideBar is evidently triggered by unrelated key commands! Steps:

Does that shed any light?

TheSpyder commented 11 years ago

It does - this might be related to #18 which has a similar workaround, and thus far appears to be a Sublime bug. I wonder if the bug was backported to ST2 :)

TheSpyder commented 11 years ago

OK, I think I have found what's causing this. The commit will auto-close the issue, please reopen it if there is still a problem :)

adamflorin commented 11 years ago

That did it. Many thanks, @TheSpyder!

TheSpyder commented 11 years ago

Happy to help, glad it worked :)