Slashdot Mirror


User: mike_ekim

mike_ekim's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Overrated on Programming With Proportional Fonts? · · Score: 1
    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();
    };