Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting window width in Xcode

Tags:

xcode

width

Probably a very straightforward question. I'd like to set the width of the code editor in Xcode 4 to be exactly 80 characters. Where would I go to do that? Alternatively, if I can make a vertical line appear that indicates the 80 character, that would be fine as well.

Thanks.

like image 718
BlackJack Avatar asked Sep 02 '11 13:09

BlackJack


1 Answers

In Xcode 4: Xcode menu -> Preferences -> Text Editing Tab -> check Page guide at column:.

like image 168
Richard Avatar answered Sep 28 '22 05:09

Richard