Nautilus plugin to add chasing implementor browsing
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.
Great plugin :) I am not fond of the background color :) but the functionality is nice This behavior is not in Nautilus, that why you did not find it Ben On Oct 21, 2012, at 12:06 AM, peter h meadows wrote:
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.
Cool, I've missed the chasing browsers... can't wait to try it out! Thanks, Sean -- View this message in context: http://forum.world.st/Nautilus-plugin-to-add-chasing-implementor-browsing-tp... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
Benjamin -
peter h meadows -
Sean P. DeNigris