"TimM" <
[hidden email]> wrote in message
news:
[hidden email]...
> Great tip - that works reasonably well.
>
> I still wish there was a keyboard way of doing it, but I suppose I can
> investigate that side of things.
In the next D6 beta there is a refactoring command to do this.
You might also be interested to know of the new "Implement In" feature in
the browsers that is similar to the Debugger functionality. Essentially you
can click over any message send in the browser, and issue a command to
implement that in an appropriate class. For example for 'self' sends you get
the option to implement in the class itself, or any of its superclasses.
Regards
Blair