help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] gst & scripting


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] gst & scripting
Date: Tue, 09 Dec 2008 11:59:39 +0100
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

> Any known work arounds ?

I think if you write '#! and then delete the quote it works, but I have
not tried.  I'll work on a fix soon.

BTW, the bug is there because ! is associated to "move past the end of
this method" for analogy with the old syntax.  If you are in the
following situation

   a: n [
       blah blah "Point at the end of this line"
   ]

   b: m [
   ]

Then ! will move just before "b: m".

Paolo




reply via email to

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