Tabs Studio Blog (organizing Visual Studio document tabs)

October 28, 2009

Tabs Studio v1.7.2 is released

Filed under: Releases — Sergey Vlasov @ 9:36 am

Tabs Studio v1.7.2 is released – updated tab extension style.

October 27, 2009

Updated tab extension style

Filed under: Uncategorized — Tags: — Sergey Vlasov @ 5:29 pm

I’ve updated default TabExtension style to ease extension selection. When mouse is over extension it is highlighted with yellow background now, there is no more shadow for extension and there is more padding around tab extension and tab name:

Updated tab extension style

Updated tab extension style

October 23, 2009

Tabs Studio v1.7.1 is released

Filed under: Releases — Sergey Vlasov @ 10:50 pm

Tabs Studio v1.7.1 is released – added Visual Studio 2010 Beta 2 support, added automatic registration with SQL Server Management Studio 2005.

Improved text rendering in .NET 4.0 Beta 2

Filed under: Uncategorized — Tags: — Sergey Vlasov @ 9:35 am

WPF 4.0 introduces new text rendering options. You can customize Tabs Studio text with these new options in Visual Studio 2010 Beta 2 using a style like this one:

<Style TargetType="TabsStudio:Tabs" BasedOn="{StaticResource DefaultTabsStyle}">
    <Setter Property="TextOptions.TextFormattingMode" Value="Display"/>
    <Setter Property="TextOptions.TextRenderingMode" Value="Aliased"/>
</Style>

Text with display aliased options

Text with display aliased options


Text with display aliased options 3x zoom

Text with display aliased options 3x zoom


It would be great to make sharper text works in Visual Studio 2008 as well, but right now I don’t see a good solution. Simply installing .NET 4.0 Beta 2 runtime on a Visual Studio 2008 machine doesn’t make these new options available to Tabs Studio automatically.

October 22, 2009

Visual Studio 2010 Beta 2 support

Filed under: Uncategorized — Tags: — Sergey Vlasov @ 9:56 am

Visual Studio 2010 Beta 2 was released this week. The only change I see (comparing to VS window tabs management in 2010 Beta 1) is the new Insert documents to the right of existing tabs option that allows opening tabs on the right:

Insert documents to the right option

Insert documents to the right option


I’ve updated Tabs Studio to accommodate some Visual Studio 2010 Beta 2 internal changes and I will make it available in the next release:
Tabs Studio in Visual Studio 2010 Beta 2

Tabs Studio in Visual Studio 2010 Beta 2


As VS 2010 release date is set to March 22, 2010, I’ve extended evaluation period for Tabs Studio 2010 to April 22, 2010.

October 21, 2009

Tabs Studio v1.7.0 is released

Filed under: Releases — Sergey Vlasov @ 5:39 am

Tabs Studio v1.7.0 public is released – no changes comparing to v1.6.5.

October 19, 2009

Tabs Studio v1.6.5 is released

Filed under: Releases — Sergey Vlasov @ 8:47 am

Tabs Studio v1.6.5 is released – redesigned close tab button, added Quick Style builder, added Help link to Options and Add-in Manager, added automatic registration with SSMS, conducted general UI cleanup.

October 14, 2009

Automatic SSMS registration

Filed under: Uncategorized — Tags: — Sergey Vlasov @ 9:26 am

I’ve added Tabs Studio registration with SQL Server Management Studio 2008 to the Tabs Studio installer. There will be no need to manually setup and run the .reg file any more.

Settings help

Filed under: Uncategorized — Sergey Vlasov @ 6:44 am

I’ve added the Online help button to the Tabs Studio Settings dialog. Clicking this button opens documentation for the selected tab:

Online help button in Tabs Studio settings

Online help button in Tabs Studio settings

October 13, 2009

Quick style

Filed under: Uncategorized — Tags: — Sergey Vlasov @ 7:58 pm

I’ve combined common style templates into the Quick Style dialog:

Quick Style dialog

Quick Style dialog


You can select preferred options and automatically generate corresponding XAML style. This dialog will be available from the Style tab:
Quick style button on Style tab

Quick style button on Style tab


The Quick Style dialog can’t modify existing style and most useful when customizing Tabs Studio for the first time.

Older Posts »

Blog at WordPress.com.