| commit | fa26f7cc3955dbeecbc616928e7b434ea99fa118 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim.peters@gmail.com> | Mon Sep 24 08:05:11 2001 +0000 |
| committer | Tim Peters <tim.peters@gmail.com> | Mon Sep 24 08:05:11 2001 +0000 |
| tree | 2f2886eff266f0c3f626a4c599ffbd4891f2a7e2 | |
| parent | b47879b239dc51e9c5df04578f06ae6aab4567f4 [diff] |
More work on class display:
+ Minor code cleanup, generalization and simplification.
+ "Do something" to make the attribute aggregation more apparent:
- In text mode, stick a "* " at the front of subgroup header lines.
- In GUI mode, display a horizontal rule between subgroups.
For GUI mode, this is a huge improvement, at least under IE.