Well, actually, only selectors can have implementations. And "#at:put:" is no valid selector because "#" is not allowed in there. But I understand your confusion. From a tool perspective, TextEditor should also try to make a literal out of the text selection and then look it up as implementor.
But note that SystemNavigation has now to deal with the fact that #browseAllImplementorsOf: can be called with any kind of literal: "42", "#()", etc.
I think we are fine.
Best,
Marcel
Am 22.04.2020 10:47:34 schrieb Marcel Taeumel <[hidden email]>:
Hi Stef,
thanks for the pointer. I just fixed that in Trunk.
Best,
Marcel
Am 22.04.2020 10:39:43 schrieb Stéphane Rollandin <[hidden email]>:
Hello,
Select all of
#at:put:
Then do cmd-n (senders). That works.
Then do cmd-m (implementors). Does nothing.
To get cmd-m to work, you must omit the first $# and select only 'at:put:'
Stef