help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Totally confused :/


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Totally confused :/
Date: Mon, 18 Oct 2010 19:54:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.3

On 10/18/2010 07:43 PM, Clemens Eisserer wrote:
Hi,

For quite a few hours I am now playing arround with gnu-smalltalk and
can't get it working.
First I downloaded git, but there gst-browser seems to be broken as
changes to classes aren't rembered:
http://www.youtube.com/watch?v=HkK0aEoQucY

I cannot reproduce this with smalltalk.git's gst-browser.

My steps are:

1) start gst-browser, Object is selected.

2) replace the whole Code pane with

Object subclass: Example [
]

3) click "Accept" in the popup menu

4) click the "Classes" list box. Search for Example by typing it on the keybord. The Code pane shows:

Object subclass: Example [

    <category: nil>
    <comment: nil>

]

5) I replace "Object" with "VisualGST.GtkMainWindow", and click "Accept" again.

6) I click "Exception" in the "Classes" list box.

7) I click "Example" again, and I see:

VisualGST.GtkMainWindow subclass: Example [

    <category: nil>
    <comment: nil>

]

Could it be that you have a stale ~/.st/VisualGST.star file?

Paolo



reply via email to

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