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