Page 1 of 1

Disable line break identation in editor?

Posted: Thu Aug 15, 2013 10:51 am
by Justin
The last version idents the code like this when forcing line breaks:

Code: Select all

longfunction(ppppppppppp, ppppppppp, 
             anotherfunction(pppppp, pppppppp, ppppppppp,  
                             yetanotherfunction(pppppppp, pppppp, pppppp, p, 
                                                ll)
Not everyone follow this rules, you end losing the point wich is having more available horizontal space, i personally use this:

Code: Select all

longfunction(ppppppppppp, ppppppppp, anotherfunction(pppppp, pppppppp, 
	ppppppppp,  yetanotherfunction(pppppppp, pppppp, pppppp, p, ll)
So can this be disabled? i did not find an option.

Re: Disable line break identation in editor?

Posted: Thu Aug 15, 2013 11:51 am
by davido
+1

@Justin: I, too, reduce the horizontal length as you do.
Unfortunately I also use Control-I a lot and that puts back the indentation.

I think the first indentation is all that is needed. I'm sure that what happened in early versions.

Re: Disable line break identation in editor?

Posted: Thu Aug 15, 2013 3:38 pm
by Justin
it's been introduced in b9, is pretty annoying and someties buggy too.