Home Screenshots Download Order Blog* Support
User Guide Style Tab Grouping Add-ins

Saver add-in

Saver restores tabs order when opening a solution to the last state.

Tab positions are stored per solution in a [solution name].tss file in a solution directory along with the sln and suo files (in VS 2015+ it is in the .vs subdirectory along with the suo file). You can setup a separate directory to store this file with the SolutionSettingsDir registry value.

Tab positions are saved when the OnBeforeCloseSolution event fires and all tabs are still opened. Tab positions are restored after the OnAfterOpenSolution event in response to the ITabsStudioEngine.TabCreated events tab by tab.

Return to Add-ins