Forráskód Böngészése

Different ivar setting.

Herby Vojčík 5 éve
szülő
commit
4c7809316a

+ 3 - 3
src/Helios-Browser.js

@@ -578,7 +578,7 @@ messageSends: ["unregister", "do:", "packagesListWidget", "classesListWidget", "
 $globals.HLBrowser);
 
 
-$globals.HLBrowser.a$cls.iVarNames = ["nextId"];
+$core.setInstanceVariables($globals.HLBrowser.a$cls, ["nextId"]);
 $core.addMethod(
 $core.method({
 selector: "canBeOpenAsTab",
@@ -4849,7 +4849,7 @@ messageSends: ["setItemsForProtocol:", "selectedProtocol", "model"]
 $globals.HLMethodsListWidget);
 
 
-$globals.HLMethodsListWidget.a$cls.iVarNames = ["selectorsCache"];
+$core.setInstanceVariables($globals.HLMethodsListWidget.a$cls, ["selectorsCache"]);
 $core.addMethod(
 $core.method({
 selector: "selectorsCache",
@@ -6123,7 +6123,7 @@ messageSends: ["invalidateCacheFor:", "method"]
 $globals.HLSelectorsCache);
 
 
-$globals.HLSelectorsCache.a$cls.iVarNames = ["current"];
+$core.setInstanceVariables($globals.HLSelectorsCache.a$cls, ["current"]);
 $core.addMethod(
 $core.method({
 selector: "current",

+ 4 - 4
src/Helios-Core.js

@@ -6133,7 +6133,7 @@ messageSends: ["ifNil:", "new"]
 $globals.HLManager);
 
 
-$globals.HLManager.a$cls.iVarNames = ["current"];
+$core.setInstanceVariables($globals.HLManager.a$cls, ["current"]);
 $core.addMethod(
 $core.method({
 selector: "current",
@@ -7432,7 +7432,7 @@ messageSends: ["ifFalse:", "isVisible", "show"]
 $globals.HLProgressWidget);
 
 
-$globals.HLProgressWidget.a$cls.iVarNames = ["default"];
+$core.setInstanceVariables($globals.HLProgressWidget.a$cls, ["default"]);
 $core.addMethod(
 $core.method({
 selector: "default",
@@ -8445,7 +8445,7 @@ messageSends: []
 $globals.HLProgressBarWidget);
 
 
-$globals.HLProgressBarWidget.a$cls.iVarNames = ["default"];
+$core.setInstanceVariables($globals.HLProgressBarWidget.a$cls, ["default"]);
 $core.addMethod(
 $core.method({
 selector: "default",
@@ -10288,7 +10288,7 @@ messageSends: ["collect:", "toArray", "asJQuery", "at:"]
 $globals.HLTabsWidget);
 
 
-$globals.HLTabsWidget.a$cls.iVarNames = ["current"];
+$core.setInstanceVariables($globals.HLTabsWidget.a$cls, ["current"]);
 
 $core.addClass("HLWelcomeWidget", $globals.HLWidget, [], "Helios-Core");
 $core.addMethod(

+ 1 - 1
src/Helios-Inspector.js

@@ -1722,7 +1722,7 @@ messageSends: ["with:", "with:with:", "variablesWidget", "displayWidget", "codeW
 $globals.HLInspector);
 
 
-$globals.HLInspector.a$cls.iVarNames = ["inspectors"];
+$core.setInstanceVariables($globals.HLInspector.a$cls, ["inspectors"]);
 $core.addMethod(
 $core.method({
 selector: "canBeOpenAsTab",

+ 1 - 1
src/Helios-KeyBindings.js

@@ -2055,7 +2055,7 @@ messageSends: ["match:", "platform"]
 $globals.HLKeyBinder);
 
 
-$globals.HLKeyBinder.a$cls.iVarNames = ["current"];
+$core.setInstanceVariables($globals.HLKeyBinder.a$cls, ["current"]);
 $core.addMethod(
 $core.method({
 selector: "current",

+ 1 - 1
src/Helios-Transcript.js

@@ -193,7 +193,7 @@ $core.addClass("HLTranscriptHandler", $globals.Object, [], "Helios-Transcript");
 $globals.HLTranscriptHandler.comment="I handle transcript events, dispatching them to all instances of `HLTranscript`.\x0a\x0a## API\x0a\x0aUse the class-side method `#register:` to add transcript instances.";
 //>>excludeEnd("ide");
 
-$globals.HLTranscriptHandler.a$cls.iVarNames = ["transcripts"];
+$core.setInstanceVariables($globals.HLTranscriptHandler.a$cls, ["transcripts"]);
 $core.addMethod(
 $core.method({
 selector: "clear",