I now use the new Visual Studio 2010 and I experience something very annoying that wasn't happening before with Visual Studio 2008. Something changed with the way it handles the floating of tabs and I can't stand it. Every once in a while, I would somehow trigger the floating of a tab instead of just switching to it. It may have to do with the way I click (maybe a very fast double click gets sent), or maybe I very slightly drag the mouse when clicking the tab. I don't know. All I know is that I was fine with Visual Studio 2008.

Is there a way to disable this somewhere? I want to either un-register the double click as a floating tab trigger, or remove the floating option altogether.

How can I do that?

Thanks.

link|improve this question

3  
By the way, my OS is Windows XP if that matters to anybody. – md1337 Sep 10 '10 at 14:38
Yeah, you're dragging the mouse, causing the tab to be "undocked" from its parent container. It's incredible so many people have had this problem inadvertently. – Cody Gray Jan 10 '11 at 13:16
feedback

4 Answers

up vote 2 down vote accepted

It looks like the latest edition of Productivity Power Tools includes features to change how the tabs are displayed / can be used. It does not currently support disabling of floating tabs or disabling dragging tabs off the dock; but in the comments section of the page, there is mention of adding it in future versions.

Bonus feature: middle click scrolling.

link|improve this answer
1  
The current version of Productivity Power Tools does support disabling floating tabs: it's in Options > Productivity Power Tools > Document Tab Well > Floating Docs > [ ] Enable floating tab well. Unchecking this stopped all the SSDT Juneau tabs from opening floating for me. – Nicholas Riley Jul 23 '11 at 22:32
Thanks, this is a great tool and while I haven't been able to give it a try I trust Nicholas that the newest version fixes the problem once and for all. I will change the accepted solution to this answer. – md1337 Sep 2 '11 at 15:07
The setting that fixed it for me is Options > Productivity Power Tools > Document Tab Well > [Advanced_Options...] > [ ] Enable float on double-click – Myster Feb 22 at 20:48
feedback

Not sure how to disable it, but if you hold and double click the tab again, it will dock back to its last position.

I found this very annoying but with Ctrl+DoubleClick the problem is not so painful anymore.

link|improve this answer
4  
I didn't know about this Ctrl + DoubleClick trick, it works. I suppose that's better than nothing... Thanks. – md1337 Aug 24 '10 at 16:50
feedback

I have this exact same problem, and it happens often enough for it to be very annoying. I also didn't have any issues in VS2008. Ctrl-DoubleClick does restore it, but I'd much rather it didn't happen in the first place.

I'd thought it might be an artifact of my particular setup (I work in a Windows 7 VMWare virtual machine, VPN'ed into my work, then RDP'ed over to my development Windows 2008 server VM), but I guess not since you have it happening in a much simpler environment.

I've also been unable to find any way of disabling the floating editor windows - nothing obvious in the settings, and still nothing after a trawl through the registry.

link|improve this answer
3  
I'm appalled as to how many people have this issue! I have a simple normal setup at work, and also the same setup as you to work remotely from home. I have the same issue with both setups. Definitely a problem with VS. Lately I seem to have become a little more accustomed to it because it happens less often. But still enough times to irritate me. And I never seem to remember if it's Ctrl or Shift + DoubleClick! – md1337 Sep 10 '10 at 14:36
feedback

It looks like the tabsstudio add-in could do what you want (disable the double click cause for un-docking at least), however it's not free. ($49) *disclaimer: I didn't try it myself.

Plus it looks like it does some other cool stuff.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.