[Pharo-project] About senders
Hi all this is a call for features. Right now senders shows me even the method that defines the method I'm looking for just because it finds the name in the methods. It would be cool if somebody would enhance the senders to returns senders and not senders and implementors mixed together. Stef
On Wed, Nov 12, 2008 at 10:36 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
this is a call for features. Right now senders shows me even the method that defines the method I'm looking for just because it finds the name in the methods.
It would be cool if somebody would enhance the senders to returns senders and not senders and implementors mixed together.
I don't know what you are talking about: - Open a browser on InputSensor>>anyButtonPressed - Press the 'senders' button and the 'anyButtonPressed' item. - You won't see the method in the new browser -- Damien Cassou http://damiencassou.seasidehosting.st
May be this was me but I often ask for senders and I get the implemented method. May be etoy curiving is driving crazy :) PS: I harvested your changes. On Nov 12, 2008, at 12:48 PM, Damien Cassou wrote:
On Wed, Nov 12, 2008 at 10:36 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
this is a call for features. Right now senders shows me even the method that defines the method I'm looking for just because it finds the name in the methods.
It would be cool if somebody would enhance the senders to returns senders and not senders and implementors mixed together.
I don't know what you are talking about:
- Open a browser on InputSensor>>anyButtonPressed - Press the 'senders' button and the 'anyButtonPressed' item. - You won't see the method in the new browser
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Wed, Nov 12, 2008 at 12:54 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
May be this was me but I often ask for senders and I get the implemented method. May be etoy curiving is driving crazy :)
Or your method is recursive :-) -- Damien Cassou http://damiencassou.seasidehosting.st
Yes, often, when you have a recursive calls , like: foo ^ super foo this method is sender and implementor both. But i don't see much problem with it. I would be happy to see a highlighting fixed, because sometimes it highlights wrong portion of text instead of actual send. Also, if look senders of #self. - in OB its not highligths text at all :( 2008/11/12 David Röthlisberger <squeak@webcitas.ch>:
May be this was me but I often ask for senders and I get the implemented method. May be etoy curiving is driving crazy :)
Or your method is recursive :-)
Probably it's that, because I never get the implementing method when I search for senders.
David
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
I would be happy to see a highlighting fixed, because sometimes it highlights wrong portion of text instead of actual send. Also, if look senders of #self. - in OB its not highligths text at all :(
yeah, I know, this should really get fixed. David
2008/11/12 David Röthlisberger <squeak@webcitas.ch>:
May be this was me but I often ask for senders and I get the implemented method. May be etoy curiving is driving crazy :) Or your method is recursive :-) Probably it's that, because I never get the implementing method when I search for senders.
I would be happy to see a highlighting fixed, because sometimes it highlights wrong portion of text instead of actual send. Also, if look senders of #self. - in OB its not highligths text at all :(
I fixed the highlighting a long time ago for OB-Refactory. Though, it is only used when triggering the search from the RB tools. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
participants (5)
-
Damien Cassou -
David Röthlisberger -
Igor Stasenko -
Lukas Renggli -
Stéphane Ducasse