Forgot your password?
typodupeerror

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();
};

Slashdot Top Deals

In seeking the unattainable, simplicity only gets in the way. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...