TheSpyder / SyncedSideBar

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

Center file in sidebar #38

Closed walnutfalls closed 8 years ago

walnutfalls commented 8 years ago

Currently, the sidebar scrolls so that the opened file is at the top of the sidebar. Could the plugin be configurable so that the file is vertically centered in the sidebar?

TheSpyder commented 8 years ago

Unfortunately this isn't something sublime plugins have control over. The plugin leverages a built-in sublime "reveal in side bar" command (it's on the default context menu), and scrolling to the top is how that command operates.

I suggest logging a feature request in the sublime forum.