July 11, 2019
4:14 p.m.
Hi, I updated my MessageFlowBrowser today to work on Pharo 7 and 8, see attached screenshot or youtube video on https://www.youtube.com/watch?v=DRd_bzGocQg It now also works in Calypso and you just need to right click on a method in the method pane or code pane and select "Message Flow" close to Senders, Implementors and other. You can load the tool using Metacello new repository: 'github://astares/Pharo-MessageFlowBrowser/src'; baseline: 'MessageFlowBrowser'; load I also now moved repo from http://www.smalltalkhub.com/#!/~TorstenBergmann/MessageFlowBrowser to the new location https://github.com/astares/Pharo-MessageFlowBrowser on GitHub for future development. Have fun, T.