|
@@ -390,10 +390,10 @@ selector: "editorOptions",
|
|
|
protocol: 'accessing',
|
|
|
fn: function (){
|
|
|
var self=this;
|
|
|
-function $Smalltalk(){return globals.Smalltalk||(typeof Smalltalk=="undefined"?nil:Smalltalk)}
|
|
|
+function $SmalltalkSettings(){return globals.SmalltalkSettings||(typeof SmalltalkSettings=="undefined"?nil:SmalltalkSettings)}
|
|
|
return smalltalk.withContext(function($ctx1) {
|
|
|
var $2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$1;
|
|
|
-$2="theme".__minus_gt(_st(_st($Smalltalk())._vm())._at_ifAbsent_("codeMirrorTheme",(function(){
|
|
|
+$2="theme".__minus_gt(_st($SmalltalkSettings())._at_ifAbsent_("helios.codeMirrorTheme",(function(){
|
|
|
return smalltalk.withContext(function($ctx2) {
|
|
|
return "default helios";
|
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})})));
|
|
@@ -420,9 +420,9 @@ $1=globals.HashedCollection._from_([$2,$3,$4,$5,$6,$7,$8,$9,$10,$11]);
|
|
|
return $1;
|
|
|
}, function($ctx1) {$ctx1.fill(self,"editorOptions",{},globals.HLCodeWidget)})},
|
|
|
args: [],
|
|
|
-source: "editorOptions\x0a\x09^ #{\x0a\x09\x09'theme' -> (Smalltalk vm at: 'codeMirrorTheme' ifAbsent: [ 'default helios' ]).\x0a\x09\x09'mode' -> 'text/x-stsrc'.\x0a 'lineNumbers' -> true.\x0a 'enterMode' -> 'flat'.\x0a 'indentWithTabs' -> true.\x0a\x09\x09'indentUnit' -> 4.\x0a 'matchBrackets' -> true.\x0a 'electricChars' -> false.\x0a\x09\x09'keyMap' -> 'Amber'.\x0a\x09\x09'extraKeys' -> #{'Shift-Space' -> 'autocomplete'}\x0a\x09}",
|
|
|
-messageSends: ["->", "at:ifAbsent:", "vm"],
|
|
|
-referencedClasses: ["Smalltalk"]
|
|
|
+source: "editorOptions\x0a\x09^ #{\x0a\x09\x09'theme' -> (SmalltalkSettings at: 'helios.codeMirrorTheme' ifAbsent: [ 'default helios' ]).\x0a\x09\x09'mode' -> 'text/x-stsrc'.\x0a 'lineNumbers' -> true.\x0a 'enterMode' -> 'flat'.\x0a 'indentWithTabs' -> true.\x0a\x09\x09'indentUnit' -> 4.\x0a 'matchBrackets' -> true.\x0a 'electricChars' -> false.\x0a\x09\x09'keyMap' -> 'Amber'.\x0a\x09\x09'extraKeys' -> #{'Shift-Space' -> 'autocomplete'}\x0a\x09}",
|
|
|
+messageSends: ["->", "at:ifAbsent:"],
|
|
|
+referencedClasses: ["SmalltalkSettings"]
|
|
|
}),
|
|
|
globals.HLCodeWidget);
|
|
|
|