Comment Re:Overrated (Score 1) 394
The elastic tabstops demo is nice. I played with the idea of empty lines having half-height - sometimes I want something grouped together, but not on the next line, and not a whole line in between. For example, the huge gap in this code:
struct Foo {
void getFoo();
void getBar();
void setFoo();
void setBar();
};