Oct. 20, 2012
10:06 p.m.
This is my first attempt. Did I do it right? (I'm still learning). It works in Pharo 2.0. To test; load this code in monticello: MCHttpRepository   location: 'http://ss3.gemstone.com/ss/ChasingNautilusPlugin'   user: ''   password: '' Open the Nautilus Plugins Manager (by clicking the drop down arrow at the top right of a nautilus window). Add ImplementorsChasingPlugin. Then open a new nautilus window and look at a method. Nautilus should now show you a list of all the message sends by that method. Clicking on those shows you a list of the places they are implemented. Is there something with this functionality already in Nautilus? I couldn't find it. Cheers.