"TimM" <
[hidden email]> wrote in message
news:dmuq6s$j4f$
[hidden email]...
> When I am entering class methods - I notice the completion list doesn't
> show me completions for super class, class methods?
>
> e.g.
>
> my class UnaryConstraint has a class method: #contrainedTo:
>
> my subclass BlockConstraint when defining the method #with: and typing:
> ^self con<I get no compltion here, and have to type the whole thing
> in?>
Yes, you're right. It always auto-completes as if on the instance side. #
I am constantly amazed at what will slip through beta testing and yet be
spotted a week or two after release, sigh....
(At a quick glance I would say that SmalltalkWorkspace>>selfClass should
simply return 'self parseContext' to fix this, but that is almost completely
untested).
Regards
Blair