TheSpyder / SyncedSideBar

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

sublime text 3 , doesnt work with ST3 , simply cycles through my open tabs on open of ST3 #54

Closed washingleavesandthensome23-434 closed 4 years ago

washingleavesandthensome23-434 commented 4 years ago

as said , and doesnt autofocus on said opened tab in the sidebar once i select a tab, these are just text files etc., so no project or anything else folder, mind you ive got hundreds of files open , from all kinds of directories aka requiring me to scroll down alot, so an actual autoscroll in sidebar on selected tab, would be great, please fix, oh and btw im planning on using ST4 , so keep this in mind, thanks and appreciated

TheSpyder commented 4 years ago

The window cycling is to restore open sidebar folders when opening a window. There isn't an API to check if the sidebar is visible, so I have to do it every time. You can disable it with a configuration setting: https://github.com/TheSpyder/SyncedSideBar#configuration

Maybe with that disabled it will perform better with your hundreds-of-files use case. The actual reveal in side bar command is a built-in sublime one so I can't control how well it works.

53 is tracking ST4 support, which I have installed but not tried to use yet.

washingleavesandthensome23-434 commented 4 years ago

well if you figure something out how to get it to work , lemme know

TheSpyder commented 4 years ago

ST4 should now work. If you want to disable the cycling through all open tabs, turn off reveal-all-tabs.