// changed at Tue Jun 09 2015 15:27:35 GMT+0200 (Central Europe Daylight Time) by unknown_use
r
this.addScript(function boundEval(str) {
    var result,
        ctx = this.getDoitContext();
    if (this.getDoitContext().isMorph || !str.include("this")) {
        result = $super(str);
    } else {
        var targets = ctx.targets;
        result = targets.collect(function (t) {
            try {
                this.doitContext = t;
                return $super(str);
            } catch (e) {
                return e;
            } finally {
                this.doitContext = ctx;
            }
        });
    }
    return result;
});
// changed at Tue Jun 09 2015 15:24:53 GMT+0200 (Central Europe Daylight Time) by unknown_use
r
this.addScript(function display(jsCode) {
    this.lastSaveSource = jsCode;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<lively.morphic.CodeEditor#461F0... - ObjectEditorScriptPane>
Tag:
run
save
Tests

-- ALL --
boundEval
display
doSave
hasChanged
reset
updateTarget
Scripts
-
+
-
Connections
+
-- ALL --
textString,AttributeConnection(<lively.morphic.CodeEditor#461F0... - ObjectEditorScriptPane>.textString --> <lively.morphic.Box#1E048... - ChangeIndicator>.indicateUnsavedChanges)
all
ObjectEditor -- ObjectEditorScriptPane>>-- ALL --
X

Menu