help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] autocomplete in gst REPL


From: Tim Menzies
Subject: Re: [Help-smalltalk] autocomplete in gst REPL
Date: Thu, 2 Jul 2009 22:45:16 -0400

i do a lot of teaching with GST smalltalk and the auto-completion is a
cool tool for making beginners more comfortable with the environment.
So, unless there is some bad memory or runtime hit, I'd vote that:

Dictionary at<TAB>

returns  (at least)

at:
at:put:

Just my $0.02 worth

Regards,
Tim Menzies

On Thu, Jul 2, 2009 at 4:15 PM, Paolo Bonzini<address@hidden> wrote:
> On 07/02/2009 08:34 PM, Stefan Schmiedl wrote:
>>
>> While I tried out Nico's sample code, I noticed that
>> the tab-auto-complete in gst's REPL is not as all-knowing
>> as it could be:
>>
>> st>  error sign<TAB>
>> signal:               signalOn:             signalWithArguments:
>> signalClass:          signalWith:           signed:
>>
>> although error signalingContext is defined in my gst.
>>
>> Bug or feature?
>
> Half-half.  The completion list is built from the symbol table, which
> includes both variables and methods.  Including all methods including unary
> methods would have meant having variables too in the completion list.  I can
> change it if people prefer so.
>
> Paolo
>
>
> _______________________________________________
> help-smalltalk mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>



-- 
there are those who call me... (dr) timm?
morgantown (39.6n, -79w), usa
assoc prof csee, wvu
http://menzies.us

'Hydrogen is a light, odorless gas, which, given enough time, turns
into people.'




reply via email to

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