On Wed, 2009-11-11 at 09:24 +0200, Bèrto ëd Sèra wrote: > Hi Gwenael!
Hi Berto, > > you made a fantastic job! Actually this is the first smalltalk browser > that finally has normal chars... One small problem, which seems to be > very common (Firefox has it, too). KDE offers a theme that has a black > background (obsydian, IIRC), which I'm using to have less light kill > my eyes. > Thanks, in fact I should add a preference dialog where you can choose your colors, fonts, ... Cheers, Gwenael > Under this settings, though, some of the code highlighting gets lost, > namely the local variables, for example, in > > contents [ > <category: 'building'> > ^[:e || table | > table := e table. > table build: self tableHeadContents. > (self items asSortedCollection: [:a :b | a deadline < b deadline]) > do: [:each | table build: (self rowContentsForItem: each)]. > e div a > action: [self addNewItem]; > text: 'new'] > ] > > all mentions of the table variable are black on black. > > I thought you'd want to know about it, and it was a good chance to > make a standing ovation for visual :) REALLY great job, dude :) > > Berto > _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
