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
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk