I’m working on a plugin to sort the tabs (sheets?) in Sublime. It’s my first attempt at making a plugin.
I’m running into an issue where if I call set_sheet_index
on a semi-transient sheet, it seems to also promote the sheet, which is not what I want. I’ve tried calling set_sheet_index
only on the non-semi-transient sheets, but that doesn’t seem to be stable.
Any tips / suggestions?