|
@@ -1312,20 +1312,24 @@ selector: "onDoneIt",
|
|
protocol: "reactions",
|
|
protocol: "reactions",
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: [],
|
|
args: [],
|
|
-source: "onDoneIt\x0a\x0a\x09self refresh",
|
|
|
|
|
|
+source: "onDoneIt\x0a\x09| refreshInterval |\x0a\x09refreshInterval := 'helios.inspector.refreshMillis' settingValueIfAbsent: 500.\x0a\x09refreshInterval < 0 ifFalse: [ self refresh ]",
|
|
referencedClasses: [],
|
|
referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
pragmas: [],
|
|
pragmas: [],
|
|
-messageSends: ["refresh"]
|
|
|
|
|
|
+messageSends: ["settingValueIfAbsent:", "ifFalse:", "<", "refresh"]
|
|
}, function ($methodClass){ return function (){
|
|
}, function ($methodClass){ return function (){
|
|
var self=this,$self=this;
|
|
var self=this,$self=this;
|
|
|
|
+var refreshInterval;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
|
|
+refreshInterval="helios.inspector.refreshMillis"._settingValueIfAbsent_((500));
|
|
|
|
+if(!$core.assert($recv(refreshInterval).__lt((0)))){
|
|
$self._refresh();
|
|
$self._refresh();
|
|
|
|
+}
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"onDoneIt",{})});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"onDoneIt",{refreshInterval:refreshInterval})});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
}; }),
|
|
}; }),
|
|
$globals.HLInspectorWidget);
|
|
$globals.HLInspectorWidget);
|