[squeak-dev] Reusable browsers was Re: About HyperCard

Bob Arning arning315 at comcast.net
Sun Mar 3 02:23:22 UTC 2013


I think you'll find that now works as you expect with the code I posted 
earlier (once you use the #findSelector2 instead of #findSelector).

After posting the code I started wondering about other possible odd 
situations, like what is expected from

self x: 1; y: 2

Right now it considers the selector to be #x:y: . Easy enough to fix, 
but is the right answer #x:, #y: or nothing?

Cheers,
Bob

On 3/2/13 8:57 PM, Yoshiki Ohshima wrote:
> Yay to people.  But here is one more challenge to the community ^^;
>
> Back when we weren't using := for assignment, you even didn't have
> select a line but just click on a line something like:
>
> a _ self beep: nil.
>
> and press Cmd-m to get the implementors for example.  I've been
> missing this convenience since we adopted :=...
>
> -- Yoshiki
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130302/1cba7d02/attachment.htm


More information about the Squeak-dev mailing list