More flexible code tabs in the IDE
CompletedI love the tabs for code files in the IDE. However, the implementation is pretty rigid. As you add files, the tabs keep getting smaller and smaller, with the file name shortened with ellipsis. I currently have 23 tabs and they are all unreadable because each only shows the first 3 or 4 letters followed by ellipsis. Also, the order of the tabs is dictated by the order they were opened. You can't move them to group them more logically.
Suggestions -
1 - Allow the user to move tabs.
2 - Allow tabs to be displayed vertically and let the user adjust the width of the tabs on the fly in the IDE. This will prevent the tabs from becoming unreadbale at the expense of some horizontal real estate.
3 - When the user mouses over the tabs, have an tooltip appear (without a delay) that shows just the unshortened names of the source files without the path. This would make it a lot easier to find the tab you want when they are really tiny. You currently have a tooltip, but it takes a few seconds for it to appear, and it shows the entire path. That's a lot of reading when all I really want is the file name.
4 - Allow option to always have tabs show full file name. since this would result is much larger tabs, when they no longer all fit on in the window, allow for mouse wheel scrolling to slide the list of available tabs back and forth.
5 - Allow an option to always place header files tabs next to matching source file tabs when both are opened.
Please sign in to leave a comment.
Comments
8 comments