TheSpyder / SyncedSideBar

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

Not work correctly when sidebar is too long #30

Closed Kcko closed 10 years ago

Kcko commented 10 years ago

Hi,

not work correctly when sidebar is too long (longer than viewport height ...)

Can U fix it?

TheSpyder commented 10 years ago

This is most likely a sublime issue, sadly. Does it work if you right click on the file contents and select "reveal in side bar"? That's all the plugin does (there are no sidebar APIs).

Kcko commented 10 years ago

Thx for reply. Not work when i clicked and set on content "REVEAL IN SIDE BAR". File is selected and focused, but scrollbar not move when is too long ...

Its probably (absolutely) bug in ST2 :/

TheSpyder commented 10 years ago

Yeah. Sorry. Try ST3 (it's actually quite stable) - maybe things have improved there.