Visual-gst very minor bug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Visual-gst very minor bug

Bèrto ëd Sèra
Hi Gwenael!

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.

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

--
==============================
Constitution du 24 juin 1793 - Article 35. - Quand le gouvernement
viole les droits du peuple, l'insurrection est, pour le peuple et pour
chaque portion du peuple, le plus sacré des droits et le plus
indispensable des devoirs.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Visual-gst very minor bug

Nicolas Petton
Le mercredi 11 novembre 2009 à 09:24 +0200, Bèrto ëd Sèra a écrit :
> 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 :)

+1 for the standing ovation. VisualGST is great, especially its
ergonomy. Thanks for your work gwen!

Nico

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

signature.asc (205 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Visual-gst very minor bug

Bèrto ëd Sèra
Hi!

I just saw my gst-browser turn... white (which voids completely the
problem I was referring to in my first post). Since I did not
recompile gst, I assume this happened because of some gtk/kde issues
being changed by Fedora, which is currently running on this laptop.

Berto

2009/11/11 Nicolas Petton <[hidden email]>:
> Le mercredi 11 novembre 2009 à 09:24 +0200, Bèrto ëd Sèra a écrit :
>> 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 :)
>
> +1 for the standing ovation. VisualGST is great, especially its
> ergonomy. Thanks for your work gwen!
>
> Nico
>



--
==============================
Constitution du 24 juin 1793 - Article 35. - Quand le gouvernement
viole les droits du peuple, l'insurrection est, pour le peuple et pour
chaque portion du peuple, le plus sacré des droits et le plus
indispensable des devoirs.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Visual-gst very minor bug

MrGwen
In reply to this post by Bèrto ëd Sèra
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
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk