I’m often asked about the missing New horizontal/vertical tab group commands in the Tabs Studio context menu. Due to technical difficulties I can’t come up with a good overall solution for it, but now that Visual Studio 2010 introduces two new Window.NewHorizontalTabGroup and Window.NewVerticalTabGroup commands I can solve the most common case with an add-in:
The NewGroup add-in adds the New horizontal/vertical tab group commands to the Tabs Studio context menu for the selected tab/extension if commands are available. For example, the New horizontal tab group command is not available when vertical tab groups already created and both commands are not available when there is only one tab in a selected group. In Tabs Studio you can open a tab context menu without making the tab selected – in this case the two new commands are not shown as it is much harder to determine if they should be available in this case.
Download the NewGroup add-in for VS 2010.
Looks like a great add-in. Could you provide easy instructions to actually add in the add-in? The VS2010 Add-in manager does not appear to do the job.
TIA,
Thoro
Comment by Thoro — September 7, 2010 @ 3:39 am
Thoro,
Comment by Sergey Vlasov — September 7, 2010 @ 7:45 am
Is there a way to make a tab group floating?
I can create a new tab group which is docked into the main tab view, I can float a single window and maximize it onto another monitor, but cant seem to get a new tab group anywhere except the main monitor
Comment by Anonymous — September 26, 2011 @ 12:18 pm
No, it is not currently possible. A floating tab group will be available with Visual Studio 11 – see Document tabs in Visual Studio 11 Developer Preview.
Comment by Sergey Vlasov — September 26, 2011 @ 5:43 pm