Disable line break identation in editor?

Everything else that doesn't fall into one of the other PB categories.
Justin
Addict
Addict
Posts: 962
Joined: Sat Apr 26, 2003 2:49 pm

Disable line break identation in editor?

Post 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.
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: Disable line break identation in editor?

Post 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.
DE AA EB
Justin
Addict
Addict
Posts: 962
Joined: Sat Apr 26, 2003 2:49 pm

Re: Disable line break identation in editor?

Post by Justin »

it's been introduced in b9, is pretty annoying and someties buggy too.
Post Reply