[ANN] MessageFlowBrowser for Pharo 7 and 8
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.
On Fri, 12 Jul 2019 at 00:15, Torsten Bergmann <astares@gmx.de> wrote:
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.
Thanks Torsten. It looks really nice. cheers -ben
Great tool. Helpful video. One thing would improve the video: remove the sound track, or replace it with spoken commentary. On Fri, 12 Jul 2019 at 04:15, Torsten Bergmann <astares@gmx.de> wrote:
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.
I like the soundtrack. If anything else must be added, subtitles is the first thing in the list. El vie., 12 de julio de 2019 08:59, Richard O'Keefe <raoknz@gmail.com> escribió:
Great tool. Helpful video. One thing would improve the video: remove the sound track, or replace it with spoken commentary.
On Fri, 12 Jul 2019 at 04:15, Torsten Bergmann <astares@gmx.de> wrote:
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.
participants (4)
-
Ben Coman -
Esteban Maringolo -
Richard O'Keefe -
Torsten Bergmann