<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Tabs Studio Blog (organizing Visual Studio document tabs)</title>
	<atom:link href="http://blog.tabsstudio.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tabsstudio.com</link>
	<description>Tabs Studio Blog (the Visual Studio add-in development)</description>
	<lastBuildDate>Mon, 24 May 2010 15:46:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Tabs Studio v1.9.1 is released by Sergey Vlasov</title>
		<link>http://blog.tabsstudio.com/2010/03/17/tabs-studio-v1-9-1-is-released/#comment-452</link>
		<dc:creator>Sergey Vlasov</dc:creator>
		<pubDate>Mon, 24 May 2010 15:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=814#comment-452</guid>
		<description>Close file buttons functionality was added starting from v1.9.5. I
recommend you to upgrade to v2.0.1:
http://www.tabsstudio.com/download/TabsStudio_201.msi</description>
		<content:encoded><![CDATA[<p>Close file buttons functionality was added starting from v1.9.5. I<br />
recommend you to upgrade to v2.0.1:<br />
<a href="http://www.tabsstudio.com/download/TabsStudio_201.msi" rel="nofollow">http://www.tabsstudio.com/download/TabsStudio_201.msi</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tabs Studio v1.9.1 is released by Flak DiNenno</title>
		<link>http://blog.tabsstudio.com/2010/03/17/tabs-studio-v1-9-1-is-released/#comment-451</link>
		<dc:creator>Flak DiNenno</dc:creator>
		<pubDate>Mon, 24 May 2010 14:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=814#comment-451</guid>
		<description>Hi,

When I use the example code for making close buttons visible for all extensions on a tab (see bottom of email), I then get the following error: &quot;&#039;Failed to create a &#039;TargetType&#039; from the text &#039;TabsStudio:TabExtensionCloseButton&#039;.&#039; Line number &#039;1&#039; and line position &#039;9364&#039;.&quot; in the TabsStudio validation box.  Please help.  Thanks, Flak.  p.s. I am using 1.9.1.


  
    
      
    
  



  
    
      
    
  
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When I use the example code for making close buttons visible for all extensions on a tab (see bottom of email), I then get the following error: &#8220;&#8216;Failed to create a &#8216;TargetType&#8217; from the text &#8216;TabsStudio:TabExtensionCloseButton&#8217;.&#8217; Line number &#8217;1&#8242; and line position &#8217;9364&#8242;.&#8221; in the TabsStudio validation box.  Please help.  Thanks, Flak.  p.s. I am using 1.9.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooter add-in by Anonymous</title>
		<link>http://blog.tabsstudio.com/2010/05/09/troubleshooter-add-in/#comment-434</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 May 2010 20:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=863#comment-434</guid>
		<description>found it</description>
		<content:encoded><![CDATA[<p>found it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooter add-in by Anonymous</title>
		<link>http://blog.tabsstudio.com/2010/05/09/troubleshooter-add-in/#comment-433</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 May 2010 20:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=863#comment-433</guid>
		<description>how do you uninstall this addin?</description>
		<content:encoded><![CDATA[<p>how do you uninstall this addin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Styling tabs in a separate window by Sergey Vlasov</title>
		<link>http://blog.tabsstudio.com/2010/05/08/styling-tabs-in-a-separate-window/#comment-432</link>
		<dc:creator>Sergey Vlasov</dc:creator>
		<pubDate>Mon, 10 May 2010 06:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=853#comment-432</guid>
		<description>Sylvain,
1. It’s not currently possible to have the name of the script in Bold in a single tab, but you can customize the active tab background to stand it out.
2. To handle a hyphen inside the script name, &quot;Title grouping regex&quot; needs to be slightly adjusted. Instead of 
(?&lt;Ext&gt;.+?) - (?&lt;Name&gt;.+?) \(.+\)
use
(?&lt;Ext&gt;.+) - (?&lt;Name&gt;.+?) \(.+\)
so that complete &quot;Title grouping regex&quot; be
(?&lt;Ext&gt;.+?) - (?&lt;Name&gt;not connected)$&#124;(?&lt;Ext&gt;.+) - (?&lt;Name&gt;.+?) \(.+\)$&#124;(?&lt;Name&gt;.+?) - (?&lt;Ext&gt;.+)
3. Yes, currently script names are added to tabs as long as &quot;Maximum number of tabs in a group&quot; is not reached, not taking into account available tab width. So, one workaround is to reduce this maximum value.
4. You most probably want to look at the &lt;a href=&quot;http://blog.tabsstudio.com/2010/01/02/tab-text-options-in-ssms/&quot; rel=&quot;nofollow&quot;&gt;tab text options in SSMS&lt;/a&gt; to selectively hide title components.

Thank you for your feedback. If you &lt;a href=&quot;mailto:support@tabsstudio.com?Subject=Tabs Studio&quot; rel=&quot;nofollow&quot;&gt;contact me via e-mail&lt;/a&gt; and send your current screenshots I can give you more specific answers about background and regex customization.</description>
		<content:encoded><![CDATA[<p>Sylvain,<br />
1. It’s not currently possible to have the name of the script in Bold in a single tab, but you can customize the active tab background to stand it out.<br />
2. To handle a hyphen inside the script name, &#8220;Title grouping regex&#8221; needs to be slightly adjusted. Instead of<br />
(?&lt;Ext&gt;.+?) &#8211; (?&lt;Name&gt;.+?) \(.+\)<br />
use<br />
(?&lt;Ext&gt;.+) &#8211; (?&lt;Name&gt;.+?) \(.+\)<br />
so that complete &#8220;Title grouping regex&#8221; be<br />
(?&lt;Ext&gt;.+?) &#8211; (?&lt;Name&gt;not connected)$|(?&lt;Ext&gt;.+) &#8211; (?&lt;Name&gt;.+?) \(.+\)$|(?&lt;Name&gt;.+?) &#8211; (?&lt;Ext&gt;.+)<br />
3. Yes, currently script names are added to tabs as long as &#8220;Maximum number of tabs in a group&#8221; is not reached, not taking into account available tab width. So, one workaround is to reduce this maximum value.<br />
4. You most probably want to look at the <a href="http://blog.tabsstudio.com/2010/01/02/tab-text-options-in-ssms/" rel="nofollow">tab text options in SSMS</a> to selectively hide title components.</p>
<p>Thank you for your feedback. If you <a href="mailto:support@tabsstudio.com?Subject=Tabs Studio" rel="nofollow">contact me via e-mail</a> and send your current screenshots I can give you more specific answers about background and regex customization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Styling tabs in a separate window by Sylvain Lafontaine</title>
		<link>http://blog.tabsstudio.com/2010/05/08/styling-tabs-in-a-separate-window/#comment-431</link>
		<dc:creator>Sylvain Lafontaine</dc:creator>
		<pubDate>Sun, 09 May 2010 18:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=853#comment-431</guid>
		<description>Hi and thanks for your great program.

I have four little problems with TabsStudio and SSMS:

For the first one, I would like if it&#039;s possible to have the name of the script in Bold even when there is a single script for the tab.  At this moment, the current script is marked in bold only when there is more than one on its tab but when you have a combination of tabs; some with many scripts and some with only one, it makes it hard and confusing to find the name of the script for each tab or simply to find which tab is the active one; as the eyes tend to read bold names first.

This would also be helpful when the name of the database is very long, as it&#039;s often the case with SSMS, making it difficult to distinguish from the 
name of the script; 

The second problem if when there is an hyphen &quot; - &quot; (with a space on both side) inside the name of the script.  When this happens, the second part of the name of the script is written at the beginning of the tab; before the name of the database.

The third problem is that the program doesn&#039;t seem to be able to compute the total length of the database name + the name of the script: when there is not enough space on the tab, the right part of the tab become hidden.  If possible, the program should display these scripts on different tabs when there is not enough space for them on a single tab.

Finally, the last problem is another suggestion: most of the time, I&#039;m not interested to see the name of the database on the tab as it&#039;s often the same for all scripts and also because it&#039;s available on the status bar at the bottom of the window.  So I would like to know if it&#039;s possible to hide it or to choose to print only a part of it.  It would be interesting if the program was capable of splitting the full name of the database into its components (server name, database name, process id) and give us the possibility to display what we want.  For the process ID, (the number between parenthesis), this should be associated with the script name as each window is associated with a different process id.

For the rest, thanks for your great program!</description>
		<content:encoded><![CDATA[<p>Hi and thanks for your great program.</p>
<p>I have four little problems with TabsStudio and SSMS:</p>
<p>For the first one, I would like if it&#8217;s possible to have the name of the script in Bold even when there is a single script for the tab.  At this moment, the current script is marked in bold only when there is more than one on its tab but when you have a combination of tabs; some with many scripts and some with only one, it makes it hard and confusing to find the name of the script for each tab or simply to find which tab is the active one; as the eyes tend to read bold names first.</p>
<p>This would also be helpful when the name of the database is very long, as it&#8217;s often the case with SSMS, making it difficult to distinguish from the<br />
name of the script; </p>
<p>The second problem if when there is an hyphen &#8221; &#8211; &#8221; (with a space on both side) inside the name of the script.  When this happens, the second part of the name of the script is written at the beginning of the tab; before the name of the database.</p>
<p>The third problem is that the program doesn&#8217;t seem to be able to compute the total length of the database name + the name of the script: when there is not enough space on the tab, the right part of the tab become hidden.  If possible, the program should display these scripts on different tabs when there is not enough space for them on a single tab.</p>
<p>Finally, the last problem is another suggestion: most of the time, I&#8217;m not interested to see the name of the database on the tab as it&#8217;s often the same for all scripts and also because it&#8217;s available on the status bar at the bottom of the window.  So I would like to know if it&#8217;s possible to hide it or to choose to print only a part of it.  It would be interesting if the program was capable of splitting the full name of the database into its components (server name, database name, process id) and give us the possibility to display what we want.  For the process ID, (the number between parenthesis), this should be associated with the script name as each window is associated with a different process id.</p>
<p>For the rest, thanks for your great program!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tabs Studio v2.0 is released by Adam</title>
		<link>http://blog.tabsstudio.com/2010/04/18/tabs-studio-v2-0-is-released/#comment-428</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 05 May 2010 13:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=837#comment-428</guid>
		<description>Thanks Sergey. The tab order changing between edit and debug is very frustrating, so it would be great if this was addressed.

Tabs Studio really is a fantastic product though. Thanks for all the time and effort you have put into it.</description>
		<content:encoded><![CDATA[<p>Thanks Sergey. The tab order changing between edit and debug is very frustrating, so it would be great if this was addressed.</p>
<p>Tabs Studio really is a fantastic product though. Thanks for all the time and effort you have put into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tabs Studio v2.0 is released by Sergey Vlasov</title>
		<link>http://blog.tabsstudio.com/2010/04/18/tabs-studio-v2-0-is-released/#comment-427</link>
		<dc:creator>Sergey Vlasov</dc:creator>
		<pubDate>Sat, 01 May 2010 03:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=837#comment-427</guid>
		<description>Charles,

Yes, currently in VS 2010 tabs order is not saved between edit and debug sessions. I definitely plan to address it as soon as possible.</description>
		<content:encoded><![CDATA[<p>Charles,</p>
<p>Yes, currently in VS 2010 tabs order is not saved between edit and debug sessions. I definitely plan to address it as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tabs Studio v2.0 is released by Sergey Vlasov</title>
		<link>http://blog.tabsstudio.com/2010/04/18/tabs-studio-v2-0-is-released/#comment-426</link>
		<dc:creator>Sergey Vlasov</dc:creator>
		<pubDate>Sat, 01 May 2010 03:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=837#comment-426</guid>
		<description>Stupendous,

You can use the &lt;b&gt;Show tabs in a separate window&lt;/b&gt; option to reposition tabs and use full coding window height.

Thank you for the feedback. I&#039;ll remember your vote for the single tabs row option.</description>
		<content:encoded><![CDATA[<p>Stupendous,</p>
<p>You can use the <b>Show tabs in a separate window</b> option to reposition tabs and use full coding window height.</p>
<p>Thank you for the feedback. I&#8217;ll remember your vote for the single tabs row option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tabs Studio v2.0 is released by Charles</title>
		<link>http://blog.tabsstudio.com/2010/04/18/tabs-studio-v2-0-is-released/#comment-422</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 27 Apr 2010 20:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=837#comment-422</guid>
		<description>Testing Tabs Studio 2.0.0 with Saver v1.0.1.0
The tabs get moved around between an editing session and a debug session. If I set a particular order while editing the tab order gets shifted around when I get back from a debug session.

Thanks... awesome product...</description>
		<content:encoded><![CDATA[<p>Testing Tabs Studio 2.0.0 with Saver v1.0.1.0<br />
The tabs get moved around between an editing session and a debug session. If I set a particular order while editing the tab order gets shifted around when I get back from a debug session.</p>
<p>Thanks&#8230; awesome product&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
