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: Nicolas Petton
Subject: Re: [Help-smalltalk] autocomplete in gst REPL
Date: Thu, 02 Jul 2009 22:35:26 +0200

Le jeudi 02 juillet 2009 à 22:15 +0200, Paolo Bonzini a écrit :
> 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.

Ohhh, wait. Since when does gst's REPL have auto completion? I surely
missed something here :)

Nico

> >
> > 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

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée


reply via email to

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