In Visual Studio 2005, try out the Ctrl-Tab functionality. It is very cool. Thanks to Jeff Widmer for mentioning it.
Wally
How do I stop the window from popping up in the middle of the IDE?
CTRL+TAB seems to take 2 seconds to switch between files which is waaay to long.
can we implement this in our windows application? if so, then how?
I hate the ctrl+tab menu in vs-8. It makes the screen flicker, and just slows makes tabbing between documents slower. The GUI in visual studio gets slower and clunkier with each new release.
I'm with you Matt. Has anyone found a way to disable this popup, and make it work like VS 2003 did?
After looking around a bit more, I found a solution here:
blogs.msdn.com/.../257962.aspx
It reads:
1. Open Tools – Options – Keyboard
2. Under “Show commands containing:”, type in “Window.NextDocumentWindowNav”
3. Press the Remove button to remove the “Ctrl+Tab” keyboard shortcut binding
If you want the Visual Studio .NET 2003 Ctrl-Tab behavior, continue with these steps:
4. Under “Show commands containing”, type in “Window.NextDocumentWindow”
5. Under Press shortcut keys, press Ctrl+Tab.
6. Press Assign to bind the keyboard shortcut
7. Press OK to accept changes and dismiss the tools options dialog
The ctrl+tab windows remains active after releasing the ctrl. I think It's related to sticky keys or something, but I cannot make it work properly, no matter what I do.
Does any one know how to solve this ?
Thanks.
I have the same problem too. I think it's because of service pack 1. Is there any solution for this ?