[OT] Spaces/tabs (Was: simple display (from: GUI library for D))

Kagamin spam at here.lot
Tue Apr 12 13:39:57 PDT 2011


Nick Sabalausky Wrote:

> So I've changed my style to this:
> 
> if(blah)
> {
> ->  foo(
> ->  ->  bigLongArg1,
> ->  ->  bigLongArg2,
> ->  ->  bigLongArg3
> ->  );
> }
> 
> Much better. Of course, it would be even better still if Scintilla would be 
> willing to add elastic tabstops (I'm getting increasingly annoyed that it 
> doesn't, and that it doesn't even seem receptive to the idea, for technical 
> reasons), because then I *could* do exactly what I used to with absolutely 
> no problem:

Scintilla has 3 word wrapping modes, so long lines should not be a problem.


More information about the Digitalmars-d mailing list