SortTabs
SortTabs copied to clipboard
Under Sublime 3, sort_on_load_save=true seems to only work upon saving, not loading
Hello, I'm trying SortTabs with Sublime 3 on Windows 7 I want to use it to organize the Open Flies side-bar to keep recent files at the top (or bottom, doesn't really matter)
In my user settings I have
"sort_on_load_save" : true,
"sort_on_load_save_command" : "sort_tabs_by_last_activation",
If I press Ctrl-S to save, it will rearrange the current file to the top of the list, however if I load a file, the new entry appears at the bottom of the list.
The behaviour seems consistent whether I load the file through drag-drop, File->Open, or by clicking on the file in the side-bar.
If there was a way to configure it to sort in the reverse order -- so that upon saving the most recent files went to the bottom, that would be an acceptable workaround since I'm used to the newly-opened files appearing at the bottom. But I didn't see a configuration option for sort order.