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.