![]() |
|
![]() |
Order | ![]() |
Download | ![]() |
Documentation | ![]() |
Blog* | ![]() |
Support | ![]() |
![]() |
Feature Overview | ![]() |
User Guide | ![]() |
Style | ![]() |
Tab Grouping | ![]() |
Add-ins | ![]() |
Introduction
Installation
Tab management
General options
Style
Tab grouping
Add-ins
Commands
Uninstallation
Tabs Studio is a Microsoft Visual Studio IDE add-in that replaces the built-in window tabs bar with a more advanced one.
Main additional features of the Tabs Studio tabs are multi-row support (making all tabs always visible) and automatic tab grouping (to preserve screen space and to keep relevant tabs close to each other).Tabs Studio msi installer runs for the current user and installs Tabs Studio add-in for all supported Visual Studio and SSMS versions that are present on the computer. Installation doesn't require admin rights or elevation. If Tabs Studio is installed to the Documents folder on a network share, set the FullTrust CAS policy for the network Addins directory for VS 2008 and enable the loadFromRemoteSources switch in devenv.exe.config for VS 2010. To install a new version of Tabs Studio over the current one just run the new installer (there is no need to uninstall an older version manually).
When installation ends, start Visual Studio and new Tabs Studio tabs should replace the built-in Visual Studio tabs bar.
Drag tab with mouse to change tab position relative to other tabs. To place moving tab after another tab, drop it on the right half of the target tab. To place moving tab before another tab, drop it on the left half of the target tab.
Tab name can contain a path to a file when working on ASP.NET web projects:
.
When Remove path from tab name option is checked - path is removed:
.
Instead of the standard tabs position at the top of a code window, the Show tabs in a separate window option moves tabs to a separate Visual Studio tool window that you can resize and position any way you like. TabsStudio.Connect.ShowTabsWindow command makes this tool window visible in case it was closed.
Three tabs layouts are available. Wrap layout retains original tab width and doesn’t try to distribute tabs between rows evenly. Stack layout places tabs in a single vertical stack and should be useful when having a separate tabs window on a side of a code window.
<Style TargetType="TabsStudio:Tabs" BasedOn="{StaticResource DefaultTabsStyle}">
<Setter Property="Control.FontFamily" Value="Consolas"/>
<Setter Property="Control.FontSize" Value="12pt"/>
</Style>
See dedicated Style page for more information.
| Full command name | Toolbar button text | Command |
|---|---|---|
| TabsStudio.Connect.About | About Tabs Studio | Open the Tabs Studio About dialog |
| TabsStudio.Connect.Options | Tabs Studio Options | Open the Tabs Studio Options dialog |
| TabsStudio.Connect.Addins | Tabs Studio Add-in Manager | Open the Tabs Studio Add-in Manager dialog |
| TabsStudio.Connect.CloseTab | Close Tab | Close Selected Tab |
| TabsStudio.Connect.NextTabExtension | Next Tab Extension | Activate Next Extension in Selected Tab |
| TabsStudio.Connect.PreviousTabExtension | Previous Tab Extension | Activate Previous Extension in Selected Tab |
| TabsStudio.Connect.PreviouslySelectedTab | Previously Selected Tab | Activate Previously Selected Tab |
| TabsStudio.Connect.OpenCorrespondingFile | Open Corresponding File | Open Related File with the Same Name |
| TabsStudio.Connect.DetachTabGroup | Detach Tab Group | Create Floating Window for Selected Tab Group |
| TabsStudio.Connect.ShowTabsWindow | Tabs Window | Show Separate Tabs Window |
To temporarily disable Tabs Studio add-in go to Tools - Add-in Manager in Visual Studio and uncheck the Tabs Studio entry:
To disable Tabs Studio add-in in SQL Server Management Studio 2008 set HKCU\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell\Addins\TabsStudio.Connect\LoadBehavior to 0. For SSMS 2005 the key is HKCU\Software\Microsoft\Microsoft SQL Server\90\Tools\Shell\Addins\TabsStudio.Connect\LoadBehavior.
To delete Tabs Studio toolbar in SQL Server Management Studio go to the Tools menu - Customize - select Tabs Studio toolbar - Delete.
To completely uninstall Tabs Studio add-in go to standard Programs and Features Control Panel applet:
Copyright 2009 - 2010 Sergey Vlasov