Tabs Studio v2.1.1 released – added the TabsHost root control for tabs panel customization.
September 21, 2010
5 Comments
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.
Tabs Studio v2.1.1 released – added the TabsHost root control for tabs panel customization.
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.
Did you fix the bug in SQL Management Studio where you couldn’t right click on the tabs because the code had a breakpoint set?
Comment by Robert McLaws — September 25, 2010 @ 7:55 pm
That would definitely be a “no”. Bug happens consistently in SQL Management Studio R2. Error message: http://screencast.com/t/NGMwZGIwM
Comment by Robert McLaws — September 25, 2010 @ 8:08 pm
Robert,
The error that you have is from the NewGroup add-in. Up until v1.0.1 NewGroup was supported only with Visual Studio 2010. Please, upgrade NewGroup and it should fix this problem: NewGroup v1.0.1.
Comment by Sergey Vlasov — September 25, 2010 @ 8:24 pm
Great, thanks!
A suggestion for a future feature might be to let you specify which version of Visual Studio you want an add-in to be loaded with. Just in case an add-in isn’t supported in all versions.
Comment by Robert McLaws — September 25, 2010 @ 8:28 pm
Robert,
An add-in can determine which version of Visual Studio loaded it. For example, the updated NewGroup selects which command to use depending on whether it is VS 2010 or not. I just omitted this check in NewGroup v1.0.0.
Comment by Sergey Vlasov — September 25, 2010 @ 8:37 pm