![]() |
Home | ![]() |
Screenshots | ![]() |
Download | ![]() |
Order | ![]() |
Blog* | ![]() |
Support | ![]() |
![]() |
User Guide | ![]() |
Style | ![]() |
Tab Grouping | ![]() |
Add-ins | ![]() |
FAQ | ![]() |
How to switch to vertical tabs?
How to pin a tab?
How to automatically color tabs by project?
How to show the active document in bold?
How to maintain highlighting on project reloading?
Error writing to file during installation
What happens to my license after one year?
In Tabs Studio options select Show tabs in a separate window and Tabs layout Vertical:
Click Save and position the opened Tabs window to the left of the code editor (or any other place you like):
There is no need to pin a tab to keep it visible as in Tabs Studio all tabs are always visible.
To quickly mark a tab with a colored underline, you can use Marker's Ctrl+Click:
To group all marked tabs at the beginning, create the following rule with Sorter:
You can sort and group tabs by project with the following Sorter's rule:
And then you can visually separate tabs between different projects setting SuperGroupMargin:
<Style TargetType="TabsStudio:Tabs" BasedOn="{StaticResource DefaultTabsStyle}"> <Setter Property="SuperGroupMargin" Value="20"/> </Style>
And then you can add the corresponding project name to the first tab in each super group enabling the SuperName add-in:
It gives you the exact project name for a tab group instead of a generic color and retains the ability to define custom colors for specific projects.
<Style TargetType="TabsStudio:TabName" BasedOn="{StaticResource DefaultTabNameStyle}"> <Style.Triggers> <Trigger Property="IsTabSelected" Value="True"> <Setter Property="FontWeight" Value="Bold"/> </Trigger> </Style.Triggers> </Style>
Please enable the Maintain highlight status if tab is closed option for the Marker add-in from Tabs Studio Add-in Manager:
Try to uninstall the current version of Tabs Studio and then rerun the new installer. Or run the Tabs Studio installer from a Command Prompt started with admin rights. More details.
You can continue to use the installed version of Tabs Studio, but not newer ones.
Copyright 2009 - 2023 Vlasov Studio (Visual Studio extensions and tools)