bizoo / SortTabs

Sort tabs for Sublime Text 2
37 stars 6 forks source link

Sublime Text 3 #11

Open tpneumat opened 10 years ago

tpneumat commented 10 years ago

Will this be supported in Sublime Text 3? It currently 'almost' works but after a while the left nav gets out of wack, starts hiding files that are there and even selected. Restarting Sublime corrects issue.

bizoo commented 10 years ago

I also saw this problem but as the code of this plugin didn't change for months, I think the problem is in ST3. What's your version of ST3 and OS ? Do you use the auto-sort feature (which I think is broken in ST3) ?

tpneumat commented 10 years ago

ST3, was on stable beta but now trying latest dev of build 3062. Same issue there. OSX 10.8.2. I use sort_on_load_save and sort_tabs_by_name. It gets broken when sorting happens...but that is the only reason to use SortTabs right?

bizoo commented 10 years ago

I didn't use sort_on_load_save feature, only the manual call to sort. This feature didn't work well with the latest version of ST3, but even the manual sort have the issue you describe. The problem is that I can not reproduce it often enough to find a workaround for this bug (IMHO the code of this plugin is correct), and as there's actually no support for ST, it's difficult to find a solution.

salil-p commented 9 years ago

Same problem here.

Sometimes (not always, but often enough to be bothersome...), after a sort (by file name), the file names in the sidebar (under "Open Files") are out of sync with the actual file opened in the editor pane.

Closing and reopening ST3 corrects this.

I am on ST3 + Win7.

BTW, thanks for all the good work, it's a great handy extension :-).

bizoo commented 9 years ago

I think this issue is an ST3 issue, I'm pretty sure I've already encountered it without running this plugin. Maybe you can try this other plugin that do the same thing: https://packagecontrol.io/packages/TabsExtra

rchl commented 9 years ago

Reported here: http://www.sublimetext.com/forum/viewtopic.php?f=2&t=18538