|
@@ -1479,7 +1479,7 @@ var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$self.editor = codeMirrorLib.fromTextArea(aTextarea, $self._editorOptions());
|
|
|
|
|
|
+$self.editor=$recv($recv(codeMirrorLib)._provided())._fromTextArea_options_(aTextarea,$self._editorOptions());
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"setEditorOn:",{aTextarea:aTextarea},$globals.HLCodeWidget)});
|
|
}, function($ctx1) {$ctx1.fill(self,"setEditorOn:",{aTextarea:aTextarea},$globals.HLCodeWidget)});
|
|
@@ -1487,10 +1487,10 @@ return self;
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: ["aTextarea"],
|
|
args: ["aTextarea"],
|
|
-source: "setEditorOn: aTextarea\x0a\x09<inlineJS: '$self.editor = codeMirrorLib.fromTextArea(aTextarea, $self._editorOptions())'>",
|
|
|
|
|
|
+source: "setEditorOn: aTextarea\x0a\x09editor := codeMirrorLib provided fromTextArea: aTextarea options: self editorOptions",
|
|
referencedClasses: [],
|
|
referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
-messageSends: []
|
|
|
|
|
|
+messageSends: ["fromTextArea:options:", "provided", "editorOptions"]
|
|
}),
|
|
}),
|
|
$globals.HLCodeWidget);
|
|
$globals.HLCodeWidget);
|
|
|
|
|