help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Visual-gst very minor bug


From: Gwenael Casaccio
Subject: Re: [Help-smalltalk] Visual-gst very minor bug
Date: Mon, 16 Nov 2009 10:24:14 +0100

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
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]