Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 0.8.2: Remove Vertical Line Break

Tags:

Been searching through the editor settings for quite a while but I can't figure out how to turn off the vertical line break in Android Studios 0.8.2. Driving me crazy!!!

like image 990
blee908 Avatar asked Jul 23 '14 16:07

blee908


People also ask

How to get rid of the Vertical line in android studio?

I had to click on File > Settings > Editor > General > Appearance and remove the checkbox on Show hard wrap and visual guides (configured in Code Style options) .

What is the vertical line in Android Studio?

That line historically represents the margin of A4 paper, which is useful only if you need to print the code. Old school says that you should keep your code inside that margin, to guarantee much portability.


1 Answers

It was driving me crazy as well. For older versions (like 0.8.2), Open the Options and uncheck:

Editor -> Appearance -> Show right margin

More recent versions use:

Editor -> General -> Appearance -> Show right margin

AS 3.x:

Editor -> General -> Appearance -> Show hard wrap guide

like image 195
jbeck Avatar answered Oct 17 '22 07:10

jbeck