Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2012 Text Editor Width

Is it possible to change the width of the text editor in VS2012 - I've got a fairly wide screen and use fairly small text so I end up with a lot wasted real-estate in the middle of my screen.

I don't want to turn off word wrap - I just want the wrap to start further right on the line. If that makes sense!?

like image 953
Dave Avatar asked Nov 16 '25 17:11

Dave


2 Answers

You can set this with HTML in Visual Studio 2012 but there is no global setting and it's missing in quite a few languages.

enter image description here

like image 103
Jaxidian Avatar answered Nov 19 '25 06:11

Jaxidian


You can just put another "dummy" window next to the one you are writing in, so the actual editor window will be smaller. You can put it on the left if you want to pan the text to the right, and to the right if you want to shorten the lines.

like image 25
Bartek Banachewicz Avatar answered Nov 19 '25 07:11

Bartek Banachewicz