Re: [Pharo-dev] [ANN] MessageFlowBrowser
Posted by Torsten Bergmann on Sep 09, 2015; 3:16pm
URL: https://forum.world.st/ANN-MessageFlowBrowser-tp4849049p4849076.html
Nicolai wrote:
>You need to set the class this method belongs to:
>
>a smalltalkCode
> smalltalkClass: [:each | each <class/behavior> ];
> display: [:each | each sourceCode ]].
Yes - I know that. At least from the code I found in the image.
But how do I do that in the context of Glamour where the tree is
transmitted to the code pane...
See #openOn: in MessageFlowBrowser.
Thanks
T.