Sept. 9, 2015
3:22 p.m.
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.