rajeshvaya / Sublime-Extended-Tab-Switcher

View all open files (sorted/unsorted) for switching between them.
MIT License
26 stars 10 forks source link

With sort enabled opens wrong file #23

Open KGOH opened 4 months ago

KGOH commented 4 months ago

Here it does https://github.com/rajeshvaya/Sublime-Extended-Tab-Switcher/blob/f18686916abcb75c6e3ffa29f8011405dbc6f028/ExtendedSwitcher.py#L53

But here it uses the index after sorting in another list which was not sorted: https://github.com/rajeshvaya/Sublime-Extended-Tab-Switcher/blob/f18686916abcb75c6e3ffa29f8011405dbc6f028/ExtendedSwitcher.py#L60

Or something like this, dunno. Disabling sort helps