- in an example, I see:
---
browser text
display: [:entity | 'self' ];
title: 'Evaluator';
act: [ :text :entity | (Compiler evaluate: text selectedText
for: entity logged: false) inspect ]
---
But in the evaluator pane, when I do "print it" or "do it", it
returns nil. Is it possible to evaluate the selected entity when
there is "self" in this pane ?
The problem there is that :text is nil because of a small problem
in the MorphicRenderer which does not populate that variable from
the text morph. It's on my to do list.
Integration with Morphic is quite tricky. I am wondering whether
ESUG cannot help financing few hours of engineering by a Morphic
expert. Mondrian also has problems dealing with events emitted by
Morphic.