I’ve added the ability to sort tabs by project and extension:
A tab can have several extensions. To simplify sorting by extension behavior, only the first extension present on tab creation is used for sorting. You can select the Re-sort tabs context menu command to reset it.
For example, if Sorter is set up to sort only by extension and you open Form1.cs [Design] and stdafx.h:
Now you open stdafx.cpp. The stdafx tab keeps second position because “only the first extension present on tab creation is used for sorting” – in our case .h:
But if we Re-sort tabs, then .cpp becomes the primary extension for the stdafx tab and it moves before Form1:
Please, let me know if you find sorting by extension actually useful for your work 🙂
The updated Sorter add-in is included in Tabs Studio v2.5.7.