Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make document tabs in Visual Studio 2008 appear in left-to-right order, just as it was in earlier VS?

In earlier versions of VS (2003 for sure, maybe 2005) when you open a project file, the tab opens to the right. In current VS 2008 it always opens to the left, so I have to rearrange them manually. It's time consuming and stupid, since I feel I'm forced to write in the right-to-the-left order. I looked for appropriate settings, but haven;t found anything.

Is this behaviour permanent? Any way to turn it back?

like image 212
User Avatar asked Mar 16 '09 14:03

User


1 Answers

In Visual Studio 2010, it is possible to have document tabs open left to right. The option is under: Tools > Environment > Documents

Check "Insert documents to the right of existing tabs"

http://blogs.msdn.com/b/zainnab/archive/2010/02/10/insert-documents-to-the-right-of-existing-tabs-vstipenv0001.aspx

alt text

like image 76
Adam Kane Avatar answered Nov 05 '22 13:11

Adam Kane