Jaa


New Window Management Features for Visual Studio 2005

As I've mentioned before, I own feature area testing outside of Accessibility Testing.  One of the feature areas i own is Window Management.  Here is a listing of some of the new Window Management features you'll see in the Technology Preview release.

File Tab Channel

 

File Tab Channel

 

Behavior:

  • Files enter channel from left to right

  • Files drop off when there is no more room on channel

  • Menu drop down listed on the right-hand side shows all files, whether they are still on the file channel or have been dropped off

  • Shark-fin tabs allow user to better differentiate the active file from the inactive ones

  • The design keeps your most active files on the left-side of the channel

     

 

IDE Navigator

 

IDE Navigator

 

Behavior:

  • Similar to the windows alt-tab dialog, this dialog is shown by pressing Ctrl+Tab, keeping the ctrl key depressed

  • All open tool windows and open files are shown in the IDE Navigator

  • Dismissing the IDE Navigator will set focus on the selected item, either tool window or file

     

 

Tool Window Docking

Tool Window Docking Targets

 

 

  • Docking Targets – provide easy way to drop a tool window exactly where you want it to go
  • Improved docking model
  • 5 states a tool window can be in
    • Floating
    • Dockable
    • Tabbed Document (in the mdi space)
    • AutoHide
    • Hide
  • The transition between states has changed.  In Visual Studio .NET 2003, the user could toggle the dockable state.  For example, to make the tool window undockable, the user unchecked the “Dockable” state.  Now, if the user were to try to do that, nothing would happen.  This is because tool windows now move to a new state, instead of toggling states.  To make a dockable tool window undockable, the user must move to the “Tabbed Document” state.

 Let me know your thoughts!

Comments

  • Anonymous
    May 14, 2004
    "The design keeps your most active files on the left-side of the channel" Do the tabs continually change position then as I click on them so that the most active files are always on the left, or is it counted in the background and rearranged when reopening the project?

  • Anonymous
    May 14, 2004
    I've used the tool window docking features a bit in the CTP, and it's a nice improvement over VS 2003. While it does take a bit of getting used to, once you have it makes it a lot easier to get the tool windows to end up where you want them, instead of hoping for the best.

  • Anonymous
    May 14, 2004
    Image links are broken.

    Can you put up a prototype so we can try it?

    How about these features:

    1) Ability to drag tabs to change their ordering (like moving columns around in Explorer).
    2) Mouse-over the tab shows a tooltip with a thumbnail preview of that document.
    3) Tear a tab off to make it a new window.

  • Anonymous
    May 14, 2004
    Pictures are fixed now. Thanks!

  • Anonymous
    May 14, 2004
    How do you doc window without using a mouse?

    How does the IDE navigator work with "SickyKey", I thought that the CTRL key would be release after the first press of the Tab key.

  • Anonymous
    May 14, 2004
    The comment has been removed

  • Anonymous
    May 14, 2004
    Dylan: I'd worry that if I could drag the tabs around, and tear them off, I would end up doing it by accident more often than not. Once in a while I still accidentally drag the Outlook or VC6 menu bar into its own window. And never do it on purpose.

  • Anonymous
    May 14, 2004
    Wow, thats awesome!
    I've been waiting for better file control from vs.
    Keep up the great work!

  • Anonymous
    May 14, 2004
    When looking at the first picture, am I correct in saying that 'Textfile5.txt' and 'Textfile7.txt' are active and the rest are dropped? If so, then it's quite hard to distinguish them. Some more visual cues would be nice.

    Also, will it be possible to display one source-file at each monitor on the system? The best would be to have an option to make a tab-bar float like a tool window. That way you can move it to another monitor.

    For example working with interop-stuff I like to have source-files for the unmanaged version of a library in one vertical tab-bar and the managed version on another tab-bar. To have one tab-bar at each monitor is a little hassle right now. First you have to make the VS window non-maximized and size it so it fits as much space as you need. Then you have to resize the tab-bars so that each is placed on it's own monitor... With the tool windows I can just make them float and drag them out of the VS window and move them over to another monitor. Since I often maximize windows and move windows between monitors, I've created a little hotkey to do so. So having the tool window as the foreground window I hit the hotkey and the tool-window is maximized on the secondary monitor :)

    The ctrl+tab navigation window looks really nice btw!

  • Anonymous
    May 17, 2004
    Todd: it's the user's interaction that causes the most recently used files to pile up on the left-hand side. For example, say i'm working with files 1 through 4, 4 being on the left side and 1 on the right side. Say i'm working a lot on file 1, and i open file 5. Say the tab channel is only big enough for 4 files, so 1 falls off. When i go to the drop down to open file 1, it will reenter on the left-side. Now i have files 1, 5, and 4 on the left, which are my most currently-used files.

    milbertus: Yes, i agree. Whenever i have to do something in Everett, i think to myself, "wow, how did i ever do tool window docking before?" <grins>

    Dylan:
    1) For tool windows that are tab-docked (docked together), you can use the tool window tabs to change the tool window ordering in that group. Is that what you are asking for?
    2) I'm not sure i follow. Do you want to preview a file in the file tab channel when you hover over.
    3) I'll put this down as a feature request.

    Thanks!
    -sara

  • Anonymous
    May 17, 2004
    Ian,

    With focus on a tool window, press Alt+Hyphen. This will drop down a system menu for the tool window. Arrow down once and you'll hit Move, the only item in the menu. Then you can use your arrow keys to move the tool window around. Also, the docking targets will show. When you're over a docking target, press Enter.

    The IDE Navigator will respond to sticky keys. With sticky keys enabled, press Ctrl and release. Then press Tab and release. The IDE navigator will remain until the user presses either ESC (to dismiss) or Enter (to cause a selection).

    thanks!
    -sara

  • Anonymous
    May 17, 2004
    someone: I know the people who own testing the class view. i'll forward this to them.

    Andreas Hber: In the first picture, only TextFile5 is active. All others are inactive. I am currently editing TextFile5. The jpg image isn't all that great, as i don't post pictures all that often, considering this is an accessibility blog. <grins> Anyways, another visual cue is that the sharkfin for TextFile5 appears slightly over the TextFile6 tab.

    As for the second monitor, i'll forward this request back to the team, as we get this request a lot.

    Thanks!
    -sara

  • Anonymous
    May 18, 2004
    The comment has been removed

  • Anonymous
    June 21, 2004
    Multi-Mon! Multi-Mon! Multi-Mon!

    Please! :) :)

  • Anonymous
    June 21, 2004
    So far, it looks like quite an improvement on the rather halfhearted tab interface of VS.NET 2003. Well done!

    What isn't clear to me is how the user can interact with the tabs. Do they support context menus, for example, and if so what's on them...or are they dumb like the ones in VS.NET 2003.

    For quite some time I've used Oz Solomonovich's WndTabs add-in for VC6 (http://www.wndtabs.com/wt/tour/), and I have to say that the lack of comparable features in VS.NET is incredibly annoying.

    I'd very strongly recommend you go and have a look at the features it offers and see if you can give us some of that functionality in VS.NET 2005. The Tab grouping and window and file management commands in particular (e.g. "close all tabs except this one" or "auto open header file") are extremely useful.

    WndTabs also gives the user control over what appears in the tabs, and how they should be arranged. That's infinitely prefereable to hardcoding it in the IDE.


    Cheers,

    Anna

  • Anonymous
    June 21, 2004
    It would be great if you could put a quick 'close tab' facility on the right of each tab, a la (clears throat) C# Builder; this would give the user the ability to single-click-close a document, rather than either having to either right-click and select the 'Close' context menu option, or move the mouse all the way over to the right of the File Tab Channel to close it.

  • Anonymous
    June 22, 2004
    Docking targets are not a substitute for a useable means of arranging windows. They impose an unnecessary indirection between where I want a window to be and where I need to drag it. They are sometimes redundant and sometimes not. They're small. They're not at the easy-to-target edges of the screen.

    Instead, increase the size of the space that will cause a window to dock in a particular location. For example, add a dragged window to an existing tool tab group if it is released anywhere over one of the windows currently in the group. For screen edges, consider showing a grayed target window, of the size and shape the dragged window will take if released at that moment, whenever the mouse cursor approaches. Then, require a double-click on the title bar to switch between the floating and dockable states.

    The five possible tool window states are confusingly implemented in the May Whidbey preview. First, I instictively interpret the check boxes as being independent (cf. check boxes) not exclusive (radio buttons). Second, the auto-hide state has to be unselected (toggling), before another state can be chosen. I'd like to be able to drag an auto-hiding window. Third, a dockable window can be dragged into the MDI space and become a tabbed document, but cannot be dragged out. Fourth, "dockable" is not a state, it's a capability; call it "docked" and set the state to floating if the window isn't docked.

    A couple of other suggestions. It would be nice if tab groups that closed together reopened together. I like to keep all my debug windows (breakpoints, call stack, locals, etc.) together. When I need more room for them, I'll float them onto my second monitor. Sometime I accidently close them instead of redocking them, and it's annoying to have to open each one individually. I'd also appreciate a "Locate in Solution Explorer" item in the context menu for a document's tab. There may be a toolbar button for this, but it's not as natural a location for it.

    Finally, I'll echo the request for more commands that operate on the visible tab order and not the hidden z-order. Is there a way to focus the tab immediately to the left or right of the current one? If not, there should be. Automatically closing infrequently used windows, while possibly a useful feature, is not a substitute for an environment that makes it easy to work with many open documents at once. Have you considered using multiple rows of tabs?

  • Anonymous
    June 26, 2004
    the improved docking targets are a great feature. Kudos to the inventors, coders and testers who came up with these improvements.

    It took me about six months in VS2003 before i could reliably dock a window. now in whidbey ir will be so much more intuitive. (i've only seen demonstrations of this so far, but am very much impressed)

    cheers
    Leon

  • Anonymous
    April 21, 2005
    Here’s an old post of mine about&amp;nbsp;the new Tool Window docking model, the File Tab Channel, and the...

  • Anonymous
    April 22, 2005
    > Files enter channel from left to right

    Do we know if there is a way to configure this behavior?

    Maybe it's just me, but I find it maddening when I open a new file, and the new tab appears on the left, pushing all existing tabs to the right. I generally expect newly-opened or -added items to be added to the end of the list -- i.e., on the right -- and if I want to move it someplace else, I will. So, with the current open-on-the-left behavior, I'm perpertually opening files and dragging the resulting tabs around to the "correct" (for me) order.

    Thanks.

  • Anonymous
    May 10, 2005
    Eclipse has some window management features I really like - not only can you drag and drop tabs to change the order, but you can also set a maximum number of editor windows open at a time; also you can "pin" certain editor windows open so they will not be closed in spite of the maximum.

    Typically I set the maximum to 8 or 10, but I pin the two or three files I'm making most of my changes to. I also drag those files to the far left to make them easy to find.

    Very simple and elegant, very useful.

  • Anonymous
    May 24, 2005
    A commonly-asked question.&amp;nbsp; By default, the general development settings profile will set the Find...

  • Anonymous
    August 26, 2005
    Today’s tip comes from “some cool dev” who wrote the new Window Management features for Visual Studio...

  • Anonymous
    March 08, 2006
    The comment has been removed

  • Anonymous
    March 14, 2006
    The new files open in the channel from the left, which is not intuitive to me.  New things should be on the right like reading (from left to right).  Excel opens a new sheet with a tab on the right.  VS2005 should be able to configure this with a dropdown in Tools, Options, Environment, General.  

    New tabs open:
    --> Toward the left
    --> Toward the right

  • Anonymous
    March 23, 2006
    I find the tabs to be very frustrating. Other applications seem to handle tabs more intuitively (Firefox) with addons to configure the desired behavior.

    Why is there such a lack of configuration options? Does anyone know of any addons that will allow us to configure this behavior?

    Suggestions:
    - ADD TABS ON THE RIGHT!!!!
    - no limit of tabs, "squish" the width of tabs when there are too many
    - when closing tab, jump to left/right instead of previously viewed.
    - add a close "X" button to each tab.

    These don't have to defaults, why are we being forced into one behavior? There are so many applications/plugins that provide great configurability, you would thing that a company with the resources Microsoft has would be able to do even better!

    Even VS 6.0 has better tab handling with the WndTab add in!




  • Anonymous
    April 04, 2006
    Worst tabbing experience ever. I would have imagined improvement in this area from VS 2003 to 2005, but I think its worst.

  • Anonymous
    April 07, 2006
    I agree, this is much worse than 2003.  I have to click a drop down menu just to find out if I have more files open than tabs displayed?!  Before I could just look at the screen.  There was a visual indicator that your tabs were scolled off to the side when you had too many open.

    Also, if you manually arrange the tab order, but the some of the ones you want are off the screen, that's a pain.  I'll often have 20 or 30 even 50 files open.  On the left I manually order my say, 5 most important source files I'm currently editing.  On the right I usually arrange config or text data files I'm working with.  I manually order them that way so I can switch between them positionally without having to read the truncated filenames on the tabs.  You just eliminated everything that was good about tabs in 2003.

  • Anonymous
    May 08, 2006
    Please for pities-sake add 'close all but this' functionality to the IDE tabs. Also a wndtabs-like button to flip between the .cpp and .h files is a must have.

  • Anonymous
    May 16, 2006
    I agree with Aric, the file tab ordering is much worse.  I have many files that are nested within directories and its a complete pain in the you-know-what to figure out which file is which because the filename gets hacked off (even in the IDE Navigator.  Not to mention the fact that my files start jumping around depending on their use.  I would love to see an option to use VS2003 tab-features if you want.

  • Anonymous
    June 06, 2006
    Another very annoying problem im VS 2005 tabs is that if my filename is long (for example, if my file is under a folder, the folder name precedes the file name, making the entire name pretty long), only the partial file name is displayed on the tab, with "..." to indicate that the file name was cut...for example,

    Controls/Display...otos.ascx instead of Controls/DisplayMyPhotos.ascx.

    The main problem is that even the dropdown list on the right corner that lists all the files displays  the partial names, so I have an incredibly tough time locating my files when I have multiple files open.  Either there should be a configuration option that allows to us choose whether we want the folder name preceding the file name or not, or the drop down list should display the entire filename instead of the partial name.

  • Anonymous
    June 07, 2006
    The comment has been removed

  • Anonymous
    June 12, 2006
    The ability to create multiple tab rows would be cool....not multiple horizonal and vertical tab groups (which already exist), but multiple tab rows for the same window.

  • Anonymous
    June 30, 2006
    The comment has been removed

  • Anonymous
    July 25, 2006
    I completely agree with "Frustrated".

    It is frustrating to see people who think they have great ideas come in and change the UI of a product that has been on the market for years, and prevent existing users from regaining the old behavior. Product designer hubris.

    VS 2003 had new tabs start on the right. VS 2005 starts them on the left. Small thing. Big impact. Imagine if your start button suddenly moved from bottom left to top right. You get confused. You must learn new habits. It annoys you. It costs time. Furthermore, in case Microsoft hadn't noticed, the typical user does not spend their day staring at the top left of the screen. Hellooo!

    This is a disruptive change to a habitual, instinctive working process. Why would MS not make this a simple configuration option?

    Wake up product managers and UX people. You need to respect the fact that these tiny changes to your customers' instictual working habits are highly disruptive and ultimately cost us money as the accumulation of these changes erodes our productivity during a rather long learning curve. This is unpleasant.

  • Anonymous
    July 28, 2006
    Yet another frustration from Microsoft.  The tabbing is incredibly annoying.  Do they actually use their own products?  I hope one day there will be another company that rules and that actually understands their customers.

  • Anonymous
    July 31, 2006
    The comment has been removed

  • Anonymous
    August 02, 2006
    I agree with those who are annoyed with the new tab behaviors. Is there a patch or update on the way, which will allows users to turn this behavior off?

    I often end up closing all my open files, and then re-open those I was searching for... Please bring back the "normal" behavior again!

    The Ctrl+Tab feature is ok, because we can still use Ctrl-F6 to switch the old fashioned way.

  • Anonymous
    August 14, 2006
    The comment has been removed

  • Anonymous
    September 12, 2006
    Please, please, OPEN TABS ON THE RIGHT, or allow us to configure this behavior.

  • Anonymous
    September 14, 2006
    It is amazing that it isn't an option to have the new tabs appear on the right. Why in the world would you change something so fundamental and not allow users to have it work the way just about every other product on the market behaves?

  • Anonymous
    September 19, 2006
    Yes please fix multiple tab rows.. just simply several rows.
    And please make an option to enable grouping of files with the same title.. such as MyClass.cpp and MyClass.h.
    Please let the user define these relationships and the make a tab that displays the shared filetitle and then has two small buttons on the right with .h and .cpp on top of each other.
    And clicking the shared-file-title could toggle between the cpp and h-file (or more if you have a MyClass.txt maybe? I dunno).
    And I vote for an opening-behavior that puts opened files to the right.

    Also another nice behavior that could be implemented as an alternative or combination to other suggestions would be to replace the drop-down of inactive files with the ability to just scroll the tablist from left to right.
    if you klick and drag with middle mouse button or press the arrows in the left and right end of the tablist it scrolls left and right?

    Good luck in any case, VS2005 is nice and hope it gets even nicer!

  • Anonymous
    November 18, 2008
    PingBack from http://eocampo.wordpress.com/2008/11/18/visual-studio-2008-shortcuts/

  • Anonymous
    January 21, 2009
    PingBack from http://www.keyongtech.com/605455-ot-vs-2005-option-question

  • Anonymous
    May 29, 2009
    PingBack from http://paidsurveyshub.info/story.php?title=sara-ford-s-weblog-new-window-management-features-for-visual-studio-2005