@ambers/helios
Advanced tools
Comparing version 0.11.13 to 0.11.14
@@ -5,3 +5,3 @@ { | ||
"description": "Helios IDE for Amber Smalltalk", | ||
"version": "0.11.13", | ||
"version": "0.11.14", | ||
"homepage": "https://lolg.it/amber/helios", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -2016,5 +2016,10 @@ define(["amber/boot", "require", "helios/Helios-Core"], function($boot,requirejs){"use strict"; | ||
var self=this,$self=this; | ||
var refreshInterval; | ||
//>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
return $core.withContext(function($ctx1) { | ||
//>>excludeEnd("ctx"); | ||
var $1; | ||
refreshInterval="helios.inspector.refreshMillis"._settingValueIfAbsent_((500)); | ||
$1=$recv(refreshInterval).__gt((0)); | ||
if($core.assert($1)){ | ||
$recv((function(){ | ||
@@ -2030,12 +2035,13 @@ //>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
//>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
}, function($ctx3) {$ctx3.fillBlock({each:each},$ctx2,2)}); | ||
}, function($ctx3) {$ctx3.fillBlock({each:each},$ctx2,3)}); | ||
//>>excludeEnd("ctx"); | ||
})); | ||
//>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)}); | ||
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,2)}); | ||
//>>excludeEnd("ctx"); | ||
}))._valueWithInterval_((500)); | ||
}))._valueWithInterval_(refreshInterval); | ||
} | ||
return self; | ||
//>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
}, function($ctx1) {$ctx1.fill(self,"watchChanges",{})}); | ||
}, function($ctx1) {$ctx1.fill(self,"watchChanges",{refreshInterval:refreshInterval})}); | ||
//>>excludeEnd("ctx"); | ||
@@ -2045,7 +2051,7 @@ }, | ||
args: [], | ||
source: "watchChanges\x0a\x09[ self inspectors do: [ :each | each refresh ] ]\x0a\x09\x09valueWithInterval: 500", | ||
source: "watchChanges\x0a\x09| refreshInterval |\x0a\x09refreshInterval := 'helios.inspector.refreshMillis' settingValueIfAbsent: 500.\x0a\x09refreshInterval > 0 ifTrue: [\x0a\x09\x09[ self inspectors do: [ :each | each refresh ] ]\x0a\x09\x09\x09valueWithInterval: refreshInterval ]", | ||
referencedClasses: [], | ||
//>>excludeEnd("ide"); | ||
pragmas: [], | ||
messageSends: ["valueWithInterval:", "do:", "inspectors", "refresh"] | ||
messageSends: ["settingValueIfAbsent:", "ifTrue:", ">", "valueWithInterval:", "do:", "inspectors", "refresh"] | ||
}), | ||
@@ -2052,0 +2058,0 @@ $globals.HLInspector.a$cls); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1766369
43152