|
@@ -266,7 +266,7 @@ $1=self._new();
|
|
$recv($1)._browser_(aBrowser);
|
|
$recv($1)._browser_(aBrowser);
|
|
return $recv($1)._yourself();
|
|
return $recv($1)._yourself();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"on:",{aBrowser:aBrowser},$globals.ClassesList.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"on:",{aBrowser:aBrowser},$globals.ClassesList.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -276,7 +276,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["browser:", "new", "yourself"]
|
|
messageSends: ["browser:", "new", "yourself"]
|
|
}),
|
|
}),
|
|
-$globals.ClassesList.klass);
|
|
|
|
|
|
+$globals.ClassesList.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("ClassesListNode", $globals.Widget, ["browser", "theClass", "level", "nodes"], "IDE");
|
|
$core.addClass("ClassesListNode", $globals.Widget, ["browser", "theClass", "level", "nodes"], "IDE");
|
|
@@ -595,7 +595,7 @@ $recv($1)._level_(anInteger);
|
|
$recv($1)._getNodesFrom_(aCollection);
|
|
$recv($1)._getNodesFrom_(aCollection);
|
|
return $recv($1)._yourself();
|
|
return $recv($1)._yourself();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"on:browser:classes:level:",{aClass:aClass,aBrowser:aBrowser,aCollection:aCollection,anInteger:anInteger},$globals.ClassesListNode.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"on:browser:classes:level:",{aClass:aClass,aBrowser:aBrowser,aCollection:aCollection,anInteger:anInteger},$globals.ClassesListNode.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -605,7 +605,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["theClass:", "new", "browser:", "level:", "getNodesFrom:", "yourself"]
|
|
messageSends: ["theClass:", "new", "browser:", "level:", "getNodesFrom:", "yourself"]
|
|
}),
|
|
}),
|
|
-$globals.ClassesListNode.klass);
|
|
|
|
|
|
+$globals.ClassesListNode.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("DebugErrorHandler", $globals.Object, [], "IDE");
|
|
$core.addClass("DebugErrorHandler", $globals.Object, [], "IDE");
|
|
@@ -668,7 +668,7 @@ return $core.withContext(function($ctx1) {
|
|
$recv($globals.ErrorHandler)._register_(self._new());
|
|
$recv($globals.ErrorHandler)._register_(self._new());
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.DebugErrorHandler.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.DebugErrorHandler.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -678,7 +678,7 @@ referencedClasses: ["ErrorHandler"],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["register:", "new"]
|
|
messageSends: ["register:", "new"]
|
|
}),
|
|
}),
|
|
-$globals.DebugErrorHandler.klass);
|
|
|
|
|
|
+$globals.DebugErrorHandler.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("SourceArea", $globals.Widget, ["editor", "div", "receiver", "onDoIt"], "IDE");
|
|
$core.addClass("SourceArea", $globals.Widget, ["editor", "div", "receiver", "onDoIt"], "IDE");
|
|
@@ -1383,7 +1383,7 @@ return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
return $recv(require)._value_("codemirror/lib/codemirror");
|
|
return $recv(require)._value_("codemirror/lib/codemirror");
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"codeMirror",{},$globals.SourceArea.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"codeMirror",{},$globals.SourceArea.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -1393,7 +1393,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["value:"]
|
|
messageSends: ["value:"]
|
|
}),
|
|
}),
|
|
-$globals.SourceArea.klass);
|
|
|
|
|
|
+$globals.SourceArea.a$cls);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
@@ -1408,14 +1408,14 @@ return $core.withContext(function($ctx1) {
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = true,
|
|
$ctx1.supercall = true,
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-($globals.SourceArea.klass.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($recv(self), []));
|
|
|
|
|
|
+($globals.SourceArea.a$cls.superclass||$boot.nilAsClass).fn.prototype._initialize.apply($recv(self), []));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
self._setupCodeMirror();
|
|
self._setupCodeMirror();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.SourceArea.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.SourceArea.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -1425,7 +1425,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["initialize", "setupCodeMirror"]
|
|
messageSends: ["initialize", "setupCodeMirror"]
|
|
}),
|
|
}),
|
|
-$globals.SourceArea.klass);
|
|
|
|
|
|
+$globals.SourceArea.a$cls);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
@@ -1439,7 +1439,7 @@ return $core.withContext(function($ctx1) {
|
|
self._codeMirror().keyMap["default"].fallthrough = ["basic"];
|
|
self._codeMirror().keyMap["default"].fallthrough = ["basic"];
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"setupCodeMirror",{},$globals.SourceArea.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"setupCodeMirror",{},$globals.SourceArea.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -1449,7 +1449,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: []
|
|
messageSends: []
|
|
}),
|
|
}),
|
|
-$globals.SourceArea.klass);
|
|
|
|
|
|
+$globals.SourceArea.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("TabManager", $globals.Widget, ["selectedTab", "tabs", "opened", "ul", "input"], "IDE");
|
|
$core.addClass("TabManager", $globals.Widget, ["selectedTab", "tabs", "opened", "ul", "input"], "IDE");
|
|
@@ -2363,7 +2363,7 @@ messageSends: ["css:put:", "asJQuery"]
|
|
$globals.TabManager);
|
|
$globals.TabManager);
|
|
|
|
|
|
|
|
|
|
-$globals.TabManager.klass.iVarNames = ["current"];
|
|
|
|
|
|
+$globals.TabManager.a$cls.iVarNames = ["current"];
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
selector: "current",
|
|
selector: "current",
|
|
@@ -2380,7 +2380,7 @@ self["@current"]=(
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = true,
|
|
$ctx1.supercall = true,
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-($globals.TabManager.klass.superclass||$boot.nilAsClass).fn.prototype._new.apply($recv(self), []));
|
|
|
|
|
|
+($globals.TabManager.a$cls.superclass||$boot.nilAsClass).fn.prototype._new.apply($recv(self), []));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
@@ -2389,7 +2389,7 @@ return self["@current"];
|
|
return $1;
|
|
return $1;
|
|
}
|
|
}
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"current",{},$globals.TabManager.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"current",{},$globals.TabManager.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -2399,7 +2399,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["ifNil:", "new"]
|
|
messageSends: ["ifNil:", "new"]
|
|
}),
|
|
}),
|
|
-$globals.TabManager.klass);
|
|
|
|
|
|
+$globals.TabManager.a$cls);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
@@ -2413,7 +2413,7 @@ return $core.withContext(function($ctx1) {
|
|
self._shouldNotImplement();
|
|
self._shouldNotImplement();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"new",{},$globals.TabManager.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"new",{},$globals.TabManager.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -2423,7 +2423,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["shouldNotImplement"]
|
|
messageSends: ["shouldNotImplement"]
|
|
}),
|
|
}),
|
|
-$globals.TabManager.klass);
|
|
|
|
|
|
+$globals.TabManager.a$cls);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
@@ -2460,7 +2460,7 @@ $recv($recv($globals.TabManager)._current())._open();
|
|
}
|
|
}
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"toggleAmberIDE",{},$globals.TabManager.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"toggleAmberIDE",{},$globals.TabManager.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -2470,7 +2470,7 @@ referencedClasses: ["Browser", "TabManager"],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["ifTrue:ifFalse:", "=", "length", "asJQuery", "open", "is:", "close", "current"]
|
|
messageSends: ["ifTrue:ifFalse:", "=", "length", "asJQuery", "open", "is:", "close", "current"]
|
|
}),
|
|
}),
|
|
-$globals.TabManager.klass);
|
|
|
|
|
|
+$globals.TabManager.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("TabWidget", $globals.Widget, ["div"], "IDE");
|
|
$core.addClass("TabWidget", $globals.Widget, ["div"], "IDE");
|
|
@@ -2806,7 +2806,7 @@ return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
return $recv(self._new())._open();
|
|
return $recv(self._new())._open();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"open",{},$globals.TabWidget.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"open",{},$globals.TabWidget.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -2816,7 +2816,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["open", "new"]
|
|
messageSends: ["open", "new"]
|
|
}),
|
|
}),
|
|
-$globals.TabWidget.klass);
|
|
|
|
|
|
+$globals.TabWidget.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("Browser", $globals.TabWidget, ["selectedPackage", "selectedClass", "selectedProtocol", "selectedMethod", "packagesList", "classesList", "protocolsList", "methodsList", "sourceArea", "tabsList", "selectedTab", "saveButton", "classButtons", "methodButtons", "unsavedChanges"], "IDE");
|
|
$core.addClass("Browser", $globals.TabWidget, ["selectedPackage", "selectedClass", "selectedProtocol", "selectedMethod", "packagesList", "classesList", "protocolsList", "methodsList", "sourceArea", "tabsList", "selectedTab", "saveButton", "classButtons", "methodButtons", "unsavedChanges"], "IDE");
|
|
@@ -5732,7 +5732,7 @@ return $core.withContext(function($ctx1) {
|
|
$recv(self._new())._open();
|
|
$recv(self._new())._open();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"open",{},$globals.Browser.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"open",{},$globals.Browser.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -5742,7 +5742,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["open", "new"]
|
|
messageSends: ["open", "new"]
|
|
}),
|
|
}),
|
|
-$globals.Browser.klass);
|
|
|
|
|
|
+$globals.Browser.a$cls);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
@@ -5759,7 +5759,7 @@ $recv($1)._open();
|
|
$recv($1)._selectCategory_($recv(aClass)._category());
|
|
$recv($1)._selectCategory_($recv(aClass)._category());
|
|
return $recv($1)._selectClass_(aClass);
|
|
return $recv($1)._selectClass_(aClass);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"openOn:",{aClass:aClass},$globals.Browser.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"openOn:",{aClass:aClass},$globals.Browser.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -5769,7 +5769,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["open", "new", "selectCategory:", "category", "selectClass:"]
|
|
messageSends: ["open", "new", "selectCategory:", "category", "selectClass:"]
|
|
}),
|
|
}),
|
|
-$globals.Browser.klass);
|
|
|
|
|
|
+$globals.Browser.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("Debugger", $globals.TabWidget, ["error", "selectedContext", "sourceArea", "ul", "ul2", "inspector", "saveButton", "unsavedChanges", "selectedVariable", "selectedVariableName", "inspectButton"], "IDE");
|
|
$core.addClass("Debugger", $globals.TabWidget, ["error", "selectedContext", "sourceArea", "ul", "ul2", "inspector", "saveButton", "unsavedChanges", "selectedVariable", "selectedVariableName", "inspectButton"], "IDE");
|
|
@@ -7454,7 +7454,7 @@ $recv($1)._inspect_(anObject);
|
|
$recv($1)._open();
|
|
$recv($1)._open();
|
|
return $recv($1)._yourself();
|
|
return $recv($1)._yourself();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"inspect:",{anObject:anObject},$globals.IDEInspector.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"inspect:",{anObject:anObject},$globals.IDEInspector.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -7464,7 +7464,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["inspect:", "new", "open", "yourself"]
|
|
messageSends: ["inspect:", "new", "open", "yourself"]
|
|
}),
|
|
}),
|
|
-$globals.IDEInspector.klass);
|
|
|
|
|
|
+$globals.IDEInspector.a$cls);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
@@ -7480,7 +7480,7 @@ $1=self._new();
|
|
$recv($1)._inspect_(anObject);
|
|
$recv($1)._inspect_(anObject);
|
|
return $recv($1)._yourself();
|
|
return $recv($1)._yourself();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"on:",{anObject:anObject},$globals.IDEInspector.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"on:",{anObject:anObject},$globals.IDEInspector.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -7490,7 +7490,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["inspect:", "new", "yourself"]
|
|
messageSends: ["inspect:", "new", "yourself"]
|
|
}),
|
|
}),
|
|
-$globals.IDEInspector.klass);
|
|
|
|
|
|
+$globals.IDEInspector.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("IDETranscript", $globals.TabWidget, ["textarea"], "IDE");
|
|
$core.addClass("IDETranscript", $globals.TabWidget, ["textarea"], "IDE");
|
|
@@ -7691,7 +7691,7 @@ messageSends: ["ifNil:", "open", "val:", "asJQuery", ",", "val", "asString"]
|
|
$globals.IDETranscript);
|
|
$globals.IDETranscript);
|
|
|
|
|
|
|
|
|
|
-$globals.IDETranscript.klass.iVarNames = ["current"];
|
|
|
|
|
|
+$globals.IDETranscript.a$cls.iVarNames = ["current"];
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
selector: "current",
|
|
selector: "current",
|
|
@@ -7708,7 +7708,7 @@ self["@current"]=(
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = true,
|
|
$ctx1.supercall = true,
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-($globals.IDETranscript.klass.superclass||$boot.nilAsClass).fn.prototype._new.apply($recv(self), []));
|
|
|
|
|
|
+($globals.IDETranscript.a$cls.superclass||$boot.nilAsClass).fn.prototype._new.apply($recv(self), []));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
@@ -7717,7 +7717,7 @@ return self["@current"];
|
|
return $1;
|
|
return $1;
|
|
}
|
|
}
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"current",{},$globals.IDETranscript.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"current",{},$globals.IDETranscript.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -7727,7 +7727,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["ifNil:", "new"]
|
|
messageSends: ["ifNil:", "new"]
|
|
}),
|
|
}),
|
|
-$globals.IDETranscript.klass);
|
|
|
|
|
|
+$globals.IDETranscript.a$cls);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
@@ -7741,7 +7741,7 @@ return $core.withContext(function($ctx1) {
|
|
$recv($globals.Transcript)._register_(self._current());
|
|
$recv($globals.Transcript)._register_(self._current());
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.IDETranscript.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.IDETranscript.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -7751,7 +7751,7 @@ referencedClasses: ["Transcript"],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["register:", "current"]
|
|
messageSends: ["register:", "current"]
|
|
}),
|
|
}),
|
|
-$globals.IDETranscript.klass);
|
|
|
|
|
|
+$globals.IDETranscript.a$cls);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
@@ -7765,7 +7765,7 @@ return $core.withContext(function($ctx1) {
|
|
self._shouldNotImplement();
|
|
self._shouldNotImplement();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"new",{},$globals.IDETranscript.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"new",{},$globals.IDETranscript.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -7775,7 +7775,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["shouldNotImplement"]
|
|
messageSends: ["shouldNotImplement"]
|
|
}),
|
|
}),
|
|
-$globals.IDETranscript.klass);
|
|
|
|
|
|
+$globals.IDETranscript.a$cls);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
@@ -7795,7 +7795,7 @@ $recv($1)._open();
|
|
$recv($1)._selectTab_(self._current());
|
|
$recv($1)._selectTab_(self._current());
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"open",{},$globals.IDETranscript.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"open",{},$globals.IDETranscript.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -7805,7 +7805,7 @@ referencedClasses: ["TabManager"],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["open", "current", "selectTab:"]
|
|
messageSends: ["open", "current", "selectTab:"]
|
|
}),
|
|
}),
|
|
-$globals.IDETranscript.klass);
|
|
|
|
|
|
+$globals.IDETranscript.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("ProgressBar", $globals.TabWidget, ["percent", "progressDiv", "div"], "IDE");
|
|
$core.addClass("ProgressBar", $globals.TabWidget, ["percent", "progressDiv", "div"], "IDE");
|
|
@@ -9029,7 +9029,7 @@ $1=self._new();
|
|
$recv($1)._searchReferencesFor_(aString);
|
|
$recv($1)._searchReferencesFor_(aString);
|
|
return $recv($1)._open();
|
|
return $recv($1)._open();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
-}, function($ctx1) {$ctx1.fill(self,"search:",{aString:aString},$globals.ReferencesBrowser.klass)});
|
|
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"search:",{aString:aString},$globals.ReferencesBrowser.a$cls)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
@@ -9039,7 +9039,7 @@ referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: ["searchReferencesFor:", "new", "open"]
|
|
messageSends: ["searchReferencesFor:", "new", "open"]
|
|
}),
|
|
}),
|
|
-$globals.ReferencesBrowser.klass);
|
|
|
|
|
|
+$globals.ReferencesBrowser.a$cls);
|
|
|
|
|
|
|
|
|
|
$core.addClass("TestRunner", $globals.TabWidget, ["selectedCategories", "packagesList", "selectedClasses", "classesList", "selectedMethods", "progressBar", "methodsList", "result", "statusDiv"], "IDE");
|
|
$core.addClass("TestRunner", $globals.TabWidget, ["selectedCategories", "packagesList", "selectedClasses", "classesList", "selectedMethods", "progressBar", "methodsList", "result", "statusDiv"], "IDE");
|