|
@@ -12,12 +12,12 @@ $core.method({
|
|
|
selector: "initializeFromMethod:",
|
|
|
protocol: "initialization",
|
|
|
fn: function (aCompiledMethod){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-self._selector_($recv(aCompiledMethod)._selector());
|
|
|
-self._methodClass_($recv(aCompiledMethod)._methodClass());
|
|
|
+$self._selector_($recv(aCompiledMethod)._selector());
|
|
|
+$self._methodClass_($recv(aCompiledMethod)._methodClass());
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"initializeFromMethod:",{aCompiledMethod:aCompiledMethod},$globals.HLMethodReference)});
|
|
@@ -37,11 +37,11 @@ $core.method({
|
|
|
selector: "method",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-return $recv(self._methodClass())._methodAt_(self._selector());
|
|
|
+return $recv($self._methodClass())._methodAt_($self._selector());
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"method",{},$globals.HLMethodReference)});
|
|
|
|
|
@@ -60,8 +60,8 @@ $core.method({
|
|
|
selector: "methodClass",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
-return self["@methodClass"];
|
|
|
+var self=this,$self=this;
|
|
|
+return $self["@methodClass"];
|
|
|
|
|
|
},
|
|
|
|
|
@@ -78,8 +78,8 @@ $core.method({
|
|
|
selector: "methodClass:",
|
|
|
protocol: "accessing",
|
|
|
fn: function (aClass){
|
|
|
-var self=this;
|
|
|
-self["@methodClass"]=aClass;
|
|
|
+var self=this,$self=this;
|
|
|
+$self["@methodClass"]=aClass;
|
|
|
return self;
|
|
|
|
|
|
},
|
|
@@ -97,8 +97,8 @@ $core.method({
|
|
|
selector: "selector",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
-return self["@selector"];
|
|
|
+var self=this,$self=this;
|
|
|
+return $self["@selector"];
|
|
|
|
|
|
},
|
|
|
|
|
@@ -115,8 +115,8 @@ $core.method({
|
|
|
selector: "selector:",
|
|
|
protocol: "accessing",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
-self["@selector"]=aString;
|
|
|
+var self=this,$self=this;
|
|
|
+$self["@selector"]=aString;
|
|
|
return self;
|
|
|
|
|
|
},
|
|
@@ -134,11 +134,11 @@ $core.method({
|
|
|
selector: "source",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-return $recv(self._method())._source();
|
|
|
+return $recv($self._method())._source();
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"source",{},$globals.HLMethodReference)});
|
|
|
|
|
@@ -158,12 +158,12 @@ $core.method({
|
|
|
selector: "on:",
|
|
|
protocol: "instance creation",
|
|
|
fn: function (aCompiledMethod){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1;
|
|
|
-$1=self._new();
|
|
|
+$1=$self._new();
|
|
|
$recv($1)._initializeFromMethod_(aCompiledMethod);
|
|
|
return $recv($1)._yourself();
|
|
|
|
|
@@ -186,16 +186,16 @@ $core.method({
|
|
|
selector: "classReferencesListWidget",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$receiver;
|
|
|
-$1=self["@classReferencesListWidget"];
|
|
|
+$1=$self["@classReferencesListWidget"];
|
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
|
-self["@classReferencesListWidget"]=$recv($globals.HLClassReferencesListWidget)._on_(self._model());
|
|
|
-self["@classReferencesListWidget"];
|
|
|
-return $recv(self["@classReferencesListWidget"])._next_(self._regexpListWidget());
|
|
|
+$self["@classReferencesListWidget"]=$recv($globals.HLClassReferencesListWidget)._on_($self._model());
|
|
|
+$self["@classReferencesListWidget"];
|
|
|
+return $recv($self["@classReferencesListWidget"])._next_($self._regexpListWidget());
|
|
|
} else {
|
|
|
return $1;
|
|
|
}
|
|
@@ -217,16 +217,16 @@ $core.method({
|
|
|
selector: "implementorsListWidget",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$receiver;
|
|
|
-$1=self["@implementorsListWidget"];
|
|
|
+$1=$self["@implementorsListWidget"];
|
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
|
-self["@implementorsListWidget"]=$recv($globals.HLImplementorsListWidget)._on_(self._model());
|
|
|
-self["@implementorsListWidget"];
|
|
|
-return $recv(self["@implementorsListWidget"])._next_(self._classReferencesListWidget());
|
|
|
+$self["@implementorsListWidget"]=$recv($globals.HLImplementorsListWidget)._on_($self._model());
|
|
|
+$self["@implementorsListWidget"];
|
|
|
+return $recv($self["@implementorsListWidget"])._next_($self._classReferencesListWidget());
|
|
|
} else {
|
|
|
return $1;
|
|
|
}
|
|
@@ -248,17 +248,17 @@ $core.method({
|
|
|
selector: "model",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$2,$receiver;
|
|
|
-$1=self["@model"];
|
|
|
+$1=$self["@model"];
|
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
|
$2=$recv($globals.HLReferencesModel)._new();
|
|
|
-$recv($2)._environment_($recv(self._manager())._environment());
|
|
|
-self["@model"]=$recv($2)._yourself();
|
|
|
-return self["@model"];
|
|
|
+$recv($2)._environment_($recv($self._manager())._environment());
|
|
|
+$self["@model"]=$recv($2)._yourself();
|
|
|
+return $self["@model"];
|
|
|
} else {
|
|
|
return $1;
|
|
|
}
|
|
@@ -280,8 +280,8 @@ $core.method({
|
|
|
selector: "model:",
|
|
|
protocol: "accessing",
|
|
|
fn: function (aModel){
|
|
|
-var self=this;
|
|
|
-self["@model"]=aModel;
|
|
|
+var self=this,$self=this;
|
|
|
+$self["@model"]=aModel;
|
|
|
return self;
|
|
|
|
|
|
},
|
|
@@ -299,16 +299,16 @@ $core.method({
|
|
|
selector: "regexpListWidget",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$receiver;
|
|
|
-$1=self["@regexpListWidget"];
|
|
|
+$1=$self["@regexpListWidget"];
|
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
|
-self["@regexpListWidget"]=$recv($globals.HLRegexpListWidget)._on_(self._model());
|
|
|
-self["@regexpListWidget"];
|
|
|
-return $recv(self["@regexpListWidget"])._next_(self._sourceCodeWidget());
|
|
|
+$self["@regexpListWidget"]=$recv($globals.HLRegexpListWidget)._on_($self._model());
|
|
|
+$self["@regexpListWidget"];
|
|
|
+return $recv($self["@regexpListWidget"])._next_($self._sourceCodeWidget());
|
|
|
} else {
|
|
|
return $1;
|
|
|
}
|
|
@@ -330,11 +330,11 @@ $core.method({
|
|
|
selector: "registerBindingsOn:",
|
|
|
protocol: "actions",
|
|
|
fn: function (aBindingGroup){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-$recv($globals.HLToolCommand)._registerConcreteClassesOn_for_(aBindingGroup,self._model());
|
|
|
+$recv($globals.HLToolCommand)._registerConcreteClassesOn_for_(aBindingGroup,$self._model());
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"registerBindingsOn:",{aBindingGroup:aBindingGroup},$globals.HLReferences)});
|
|
@@ -354,24 +354,24 @@ $core.method({
|
|
|
selector: "renderContentOn:",
|
|
|
protocol: "rendering",
|
|
|
fn: function (html){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $5,$4,$3,$2,$1;
|
|
|
-$5=self._sendersListWidget();
|
|
|
+$5=$self._sendersListWidget();
|
|
|
|
|
|
$ctx1.sendIdx["sendersListWidget"]=1;
|
|
|
|
|
|
-$4=$recv($globals.HLVerticalSplitter)._with_with_($5,self._implementorsListWidget());
|
|
|
+$4=$recv($globals.HLVerticalSplitter)._with_with_($5,$self._implementorsListWidget());
|
|
|
|
|
|
$ctx1.sendIdx["with:with:"]=3;
|
|
|
|
|
|
-$3=$recv($globals.HLVerticalSplitter)._with_with_($4,$recv($globals.HLVerticalSplitter)._with_with_(self._classReferencesListWidget(),self._regexpListWidget()));
|
|
|
+$3=$recv($globals.HLVerticalSplitter)._with_with_($4,$recv($globals.HLVerticalSplitter)._with_with_($self._classReferencesListWidget(),$self._regexpListWidget()));
|
|
|
|
|
|
$ctx1.sendIdx["with:with:"]=2;
|
|
|
|
|
|
-$2=$recv($globals.HLHorizontalSplitter)._with_with_($3,self._sourceCodeWidget());
|
|
|
+$2=$recv($globals.HLHorizontalSplitter)._with_with_($3,$self._sourceCodeWidget());
|
|
|
|
|
|
$ctx1.sendIdx["with:with:"]=1;
|
|
|
|
|
@@ -380,7 +380,7 @@ $recv(html)._with_($1);
|
|
|
|
|
|
$ctx1.sendIdx["with:"]=1;
|
|
|
|
|
|
-$recv(self._sendersListWidget())._focus();
|
|
|
+$recv($self._sendersListWidget())._focus();
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"renderContentOn:",{html:html},$globals.HLReferences)});
|
|
@@ -400,12 +400,12 @@ $core.method({
|
|
|
selector: "search:",
|
|
|
protocol: "actions",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-$recv(self._model())._search_(aString);
|
|
|
-self._setTabLabel_(aString);
|
|
|
+$recv($self._model())._search_(aString);
|
|
|
+$self._setTabLabel_(aString);
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"search:",{aString:aString},$globals.HLReferences)});
|
|
@@ -425,16 +425,16 @@ $core.method({
|
|
|
selector: "sendersListWidget",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$receiver;
|
|
|
-$1=self["@sendersListWidget"];
|
|
|
+$1=$self["@sendersListWidget"];
|
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
|
-self["@sendersListWidget"]=$recv($globals.HLSendersListWidget)._on_(self._model());
|
|
|
-self["@sendersListWidget"];
|
|
|
-return $recv(self["@sendersListWidget"])._next_(self._implementorsListWidget());
|
|
|
+$self["@sendersListWidget"]=$recv($globals.HLSendersListWidget)._on_($self._model());
|
|
|
+$self["@sendersListWidget"];
|
|
|
+return $recv($self["@sendersListWidget"])._next_($self._implementorsListWidget());
|
|
|
} else {
|
|
|
return $1;
|
|
|
}
|
|
@@ -456,17 +456,17 @@ $core.method({
|
|
|
selector: "sourceCodeWidget",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$2,$receiver;
|
|
|
-$1=self["@sourceCodeWidget"];
|
|
|
+$1=$self["@sourceCodeWidget"];
|
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
|
$2=$recv($globals.HLBrowserCodeWidget)._new();
|
|
|
-$recv($2)._browserModel_(self._model());
|
|
|
-self["@sourceCodeWidget"]=$recv($2)._yourself();
|
|
|
-return self["@sourceCodeWidget"];
|
|
|
+$recv($2)._browserModel_($self._model());
|
|
|
+$self["@sourceCodeWidget"]=$recv($2)._yourself();
|
|
|
+return $self["@sourceCodeWidget"];
|
|
|
} else {
|
|
|
return $1;
|
|
|
}
|
|
@@ -489,7 +489,7 @@ $core.method({
|
|
|
selector: "canBeOpenAsTab",
|
|
|
protocol: "testing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return false;
|
|
|
|
|
|
},
|
|
@@ -507,7 +507,7 @@ $core.method({
|
|
|
selector: "tabClass",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return "references";
|
|
|
|
|
|
},
|
|
@@ -525,7 +525,7 @@ $core.method({
|
|
|
selector: "tabLabel",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return "References";
|
|
|
|
|
|
},
|
|
@@ -543,7 +543,7 @@ $core.method({
|
|
|
selector: "tabPriority",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return (100);
|
|
|
|
|
|
},
|
|
@@ -563,11 +563,11 @@ $core.method({
|
|
|
selector: "activateListItem:",
|
|
|
protocol: "actions",
|
|
|
fn: function (anItem){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-$recv(self._model())._withChangesDo_((function(){
|
|
|
+$recv($self._model())._withChangesDo_((function(){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
@@ -575,7 +575,7 @@ return (
|
|
|
|
|
|
$ctx2.supercall = true,
|
|
|
|
|
|
-($globals.HLReferencesListWidget.superclass||$boot.nilAsClass).fn.prototype._activateListItem_.apply($recv(self), [anItem]));
|
|
|
+($globals.HLReferencesListWidget.superclass||$boot.nilAsClass).fn.prototype._activateListItem_.apply($self, [anItem]));
|
|
|
|
|
|
$ctx2.supercall = false;
|
|
|
|
|
@@ -602,7 +602,7 @@ $core.method({
|
|
|
selector: "commandCategory",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return "Methods";
|
|
|
|
|
|
},
|
|
@@ -620,7 +620,7 @@ $core.method({
|
|
|
selector: "label",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return "List";
|
|
|
|
|
|
},
|
|
@@ -638,17 +638,17 @@ $core.method({
|
|
|
selector: "observeModel",
|
|
|
protocol: "actions",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1;
|
|
|
-$1=$recv(self._model())._announcer();
|
|
|
+$1=$recv($self._model())._announcer();
|
|
|
$recv($1)._on_do_($globals.HLSearchReferences,(function(ann){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
|
-return self._onSearchReferences_($recv(ann)._searchString());
|
|
|
+return $self._onSearchReferences_($recv(ann)._searchString());
|
|
|
|
|
|
}, function($ctx2) {$ctx2.fillBlock({ann:ann},$ctx1,1)});
|
|
|
|
|
@@ -660,7 +660,7 @@ $recv($1)._on_do_($globals.HLMethodSelected,(function(ann){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
|
-return self._onMethodSelected_($recv(ann)._item());
|
|
|
+return $self._onMethodSelected_($recv(ann)._item());
|
|
|
|
|
|
}, function($ctx2) {$ctx2.fillBlock({ann:ann},$ctx1,2)});
|
|
|
|
|
@@ -684,7 +684,7 @@ $core.method({
|
|
|
selector: "onMethodSelected:",
|
|
|
protocol: "reactions",
|
|
|
fn: function (aMethod){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
@@ -696,7 +696,7 @@ return self;
|
|
|
} else {
|
|
|
aMethod;
|
|
|
}
|
|
|
-$recv(self._items())._detect_ifNone_((function(each){
|
|
|
+$recv($self._items())._detect_ifNone_((function(each){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
@@ -716,8 +716,8 @@ $2=$recv(aMethod)._selector();
|
|
|
|
|
|
$ctx1.sendIdx["selector"]=2;
|
|
|
|
|
|
-self._selectedItem_($2);
|
|
|
-self._activateItem_($recv(aMethod)._selector());
|
|
|
+$self._selectedItem_($2);
|
|
|
+$self._activateItem_($recv(aMethod)._selector());
|
|
|
return self;
|
|
|
}
|
|
|
catch(e) {if(e===$early)return e[0]; throw e}
|
|
@@ -739,11 +739,11 @@ $core.method({
|
|
|
selector: "onSearchReferences:",
|
|
|
protocol: "reactions",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-self._subclassResponsibility();
|
|
|
+$self._subclassResponsibility();
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"onSearchReferences:",{aString:aString},$globals.HLReferencesListWidget)});
|
|
@@ -763,7 +763,7 @@ $core.method({
|
|
|
selector: "renderItemLabel:on:",
|
|
|
protocol: "rendering",
|
|
|
fn: function (aMethod,html){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
@@ -792,7 +792,7 @@ $core.method({
|
|
|
selector: "selectItem:",
|
|
|
protocol: "actions",
|
|
|
fn: function (aMethod){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
@@ -801,11 +801,11 @@ var $1;
|
|
|
|
|
|
$ctx1.supercall = true,
|
|
|
|
|
|
-($globals.HLReferencesListWidget.superclass||$boot.nilAsClass).fn.prototype._selectItem_.apply($recv(self), [aMethod]));
|
|
|
+($globals.HLReferencesListWidget.superclass||$boot.nilAsClass).fn.prototype._selectItem_.apply($self, [aMethod]));
|
|
|
|
|
|
$ctx1.supercall = false;
|
|
|
|
|
|
-$1=self._model();
|
|
|
+$1=$self._model();
|
|
|
$recv($1)._selectedClass_(nil);
|
|
|
$recv($1)._selectedMethod_(aMethod);
|
|
|
return self;
|
|
@@ -828,12 +828,12 @@ $core.method({
|
|
|
selector: "on:",
|
|
|
protocol: "instance creation",
|
|
|
fn: function (aModel){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1;
|
|
|
-$1=self._new();
|
|
|
+$1=$self._new();
|
|
|
$recv($1)._model_(aModel);
|
|
|
return $recv($1)._yourself();
|
|
|
|
|
@@ -856,7 +856,7 @@ $core.method({
|
|
|
selector: "label",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return "Class references";
|
|
|
|
|
|
},
|
|
@@ -874,13 +874,13 @@ $core.method({
|
|
|
selector: "onSearchReferences:",
|
|
|
protocol: "reactions",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-self._selectItem_(nil);
|
|
|
-self._items_($recv(self._model())._classReferencesOf_(aString));
|
|
|
-self._refresh();
|
|
|
+$self._selectItem_(nil);
|
|
|
+$self._items_($recv($self._model())._classReferencesOf_(aString));
|
|
|
+$self._refresh();
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"onSearchReferences:",{aString:aString},$globals.HLClassReferencesListWidget)});
|
|
@@ -903,7 +903,7 @@ $core.method({
|
|
|
selector: "label",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return "Implementors";
|
|
|
|
|
|
},
|
|
@@ -921,13 +921,13 @@ $core.method({
|
|
|
selector: "onSearchReferences:",
|
|
|
protocol: "reactions",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-self._selectItem_(nil);
|
|
|
-self._items_($recv(self._model())._implementorsOf_(aString));
|
|
|
-self._refresh();
|
|
|
+$self._selectItem_(nil);
|
|
|
+$self._items_($recv($self._model())._implementorsOf_(aString));
|
|
|
+$self._refresh();
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"onSearchReferences:",{aString:aString},$globals.HLImplementorsListWidget)});
|
|
@@ -950,7 +950,7 @@ $core.method({
|
|
|
selector: "label",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return "Source search";
|
|
|
|
|
|
},
|
|
@@ -968,13 +968,13 @@ $core.method({
|
|
|
selector: "onSearchReferences:",
|
|
|
protocol: "reactions",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-self._selectItem_(nil);
|
|
|
-self._items_($recv(self._model())._regexpReferencesOf_(aString));
|
|
|
-self._refresh();
|
|
|
+$self._selectItem_(nil);
|
|
|
+$self._items_($recv($self._model())._regexpReferencesOf_(aString));
|
|
|
+$self._refresh();
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"onSearchReferences:",{aString:aString},$globals.HLRegexpListWidget)});
|
|
@@ -997,7 +997,7 @@ $core.method({
|
|
|
selector: "label",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return "Senders";
|
|
|
|
|
|
},
|
|
@@ -1015,13 +1015,13 @@ $core.method({
|
|
|
selector: "onSearchReferences:",
|
|
|
protocol: "reactions",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-self._selectItem_(nil);
|
|
|
-self._items_($recv(self._model())._sendersOf_(aString));
|
|
|
-self._refresh();
|
|
|
+$self._selectItem_(nil);
|
|
|
+$self._items_($recv($self._model())._sendersOf_(aString));
|
|
|
+$self._refresh();
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"onSearchReferences:",{aString:aString},$globals.HLSendersListWidget)});
|
|
@@ -1044,11 +1044,11 @@ $core.method({
|
|
|
selector: "allMethods",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-return self._methodsCache();
|
|
|
+return $self._methodsCache();
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"allMethods",{},$globals.HLReferencesModel)});
|
|
|
|
|
@@ -1067,11 +1067,11 @@ $core.method({
|
|
|
selector: "classReferencesOf:",
|
|
|
protocol: "accessing",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-return $recv(self._allMethods())._select_((function(each){
|
|
|
+return $recv($self._allMethods())._select_((function(each){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
@@ -1098,11 +1098,11 @@ $core.method({
|
|
|
selector: "classesAndMetaclasses",
|
|
|
protocol: "accessing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-return self._classesAndMetaclassesCache();
|
|
|
+return $self._classesAndMetaclassesCache();
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"classesAndMetaclasses",{},$globals.HLReferencesModel)});
|
|
|
|
|
@@ -1121,18 +1121,18 @@ $core.method({
|
|
|
selector: "classesAndMetaclassesCache",
|
|
|
protocol: "cache",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$receiver;
|
|
|
-$1=self["@classesAndMetaclassesCache"];
|
|
|
+$1=$self["@classesAndMetaclassesCache"];
|
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
|
-self._updateClassesAndMetaclassesCache();
|
|
|
+$self._updateClassesAndMetaclassesCache();
|
|
|
} else {
|
|
|
$1;
|
|
|
}
|
|
|
-return self["@classesAndMetaclassesCache"];
|
|
|
+return $self["@classesAndMetaclassesCache"];
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"classesAndMetaclassesCache",{},$globals.HLReferencesModel)});
|
|
|
|
|
@@ -1151,11 +1151,11 @@ $core.method({
|
|
|
selector: "implementorsOf:",
|
|
|
protocol: "accessing",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-return $recv($recv(self._allMethods())._select_((function(each){
|
|
|
+return $recv($recv($self._allMethods())._select_((function(each){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
@@ -1167,7 +1167,7 @@ return $recv($recv(each)._selector()).__eq(aString);
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
|
-return self._methodReferenceOn_(each);
|
|
|
+return $self._methodReferenceOn_(each);
|
|
|
|
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,2)});
|
|
|
|
|
@@ -1190,7 +1190,7 @@ $core.method({
|
|
|
selector: "isReferencesModel",
|
|
|
protocol: "testing",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
return true;
|
|
|
|
|
|
},
|
|
@@ -1208,7 +1208,7 @@ $core.method({
|
|
|
selector: "methodReferenceOn:",
|
|
|
protocol: "accessing",
|
|
|
fn: function (aCompiledMethod){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
@@ -1231,18 +1231,18 @@ $core.method({
|
|
|
selector: "methodsCache",
|
|
|
protocol: "cache",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$receiver;
|
|
|
-$1=self["@methodsCache"];
|
|
|
+$1=$self["@methodsCache"];
|
|
|
if(($receiver = $1) == null || $receiver.a$nil){
|
|
|
-self._updateMethodsCache();
|
|
|
+$self._updateMethodsCache();
|
|
|
} else {
|
|
|
$1;
|
|
|
}
|
|
|
-return self["@methodsCache"];
|
|
|
+return $self["@methodsCache"];
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"methodsCache",{},$globals.HLReferencesModel)});
|
|
|
|
|
@@ -1261,12 +1261,12 @@ $core.method({
|
|
|
selector: "openClassNamed:",
|
|
|
protocol: "actions",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
var browser;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-self._withChangesDo_((function(){
|
|
|
+$self._withChangesDo_((function(){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
@@ -1296,13 +1296,13 @@ $core.method({
|
|
|
selector: "openMethod",
|
|
|
protocol: "actions",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
var browser;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$receiver;
|
|
|
-$1=self._selectedMethod();
|
|
|
+$1=$self._selectedMethod();
|
|
|
|
|
|
$ctx1.sendIdx["selectedMethod"]=1;
|
|
|
|
|
@@ -1311,13 +1311,13 @@ return self;
|
|
|
} else {
|
|
|
$1;
|
|
|
}
|
|
|
-self._withChangesDo_((function(){
|
|
|
+$self._withChangesDo_((function(){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
|
browser=$recv($globals.HLBrowser)._openAsTab();
|
|
|
browser;
|
|
|
-return $recv(browser)._openMethod_(self._selectedMethod());
|
|
|
+return $recv(browser)._openMethod_($self._selectedMethod());
|
|
|
|
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,2)});
|
|
|
|
|
@@ -1341,11 +1341,11 @@ $core.method({
|
|
|
selector: "regexpReferencesOf:",
|
|
|
protocol: "accessing",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-return $recv($recv(self._allMethods())._select_((function(each){
|
|
|
+return $recv($recv($self._allMethods())._select_((function(each){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
@@ -1357,7 +1357,7 @@ return $recv($recv(each)._source())._match_(aString);
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
|
-return self._methodReferenceOn_(each);
|
|
|
+return $self._methodReferenceOn_(each);
|
|
|
|
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,2)});
|
|
|
|
|
@@ -1380,13 +1380,13 @@ $core.method({
|
|
|
selector: "search:",
|
|
|
protocol: "actions",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$3,$2;
|
|
|
-self._updateCaches();
|
|
|
-$1=self._announcer();
|
|
|
+$self._updateCaches();
|
|
|
+$1=$self._announcer();
|
|
|
$3=$recv($globals.HLSearchReferences)._new();
|
|
|
$recv($3)._searchString_(aString);
|
|
|
$2=$recv($3)._yourself();
|
|
@@ -1410,11 +1410,11 @@ $core.method({
|
|
|
selector: "sendersOf:",
|
|
|
protocol: "accessing",
|
|
|
fn: function (aString){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-return $recv($recv(self._allMethods())._select_((function(each){
|
|
|
+return $recv($recv($self._allMethods())._select_((function(each){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
@@ -1426,7 +1426,7 @@ return $recv($recv(each)._messageSends())._includes_(aString);
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
|
-return self._methodReferenceOn_(each);
|
|
|
+return $self._methodReferenceOn_(each);
|
|
|
|
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,2)});
|
|
|
|
|
@@ -1449,12 +1449,12 @@ $core.method({
|
|
|
selector: "updateCaches",
|
|
|
protocol: "cache",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-self._updateClassesAndMetaclassesCache();
|
|
|
-self._updateMethodsCache();
|
|
|
+$self._updateClassesAndMetaclassesCache();
|
|
|
+$self._updateMethodsCache();
|
|
|
return self;
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"updateCaches",{},$globals.HLReferencesModel)});
|
|
@@ -1474,17 +1474,17 @@ $core.method({
|
|
|
selector: "updateClassesAndMetaclassesCache",
|
|
|
protocol: "cache",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
var $1,$receiver;
|
|
|
-self["@classesAndMetaclassesCache"]=$recv($globals.OrderedCollection)._new();
|
|
|
-$recv($recv(self._environment())._classes())._do_((function(each){
|
|
|
+$self["@classesAndMetaclassesCache"]=$recv($globals.OrderedCollection)._new();
|
|
|
+$recv($recv($self._environment())._classes())._do_((function(each){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
|
-$recv(self["@classesAndMetaclassesCache"])._add_(each);
|
|
|
+$recv($self["@classesAndMetaclassesCache"])._add_(each);
|
|
|
|
|
|
$ctx2.sendIdx["add:"]=1;
|
|
|
|
|
@@ -1494,7 +1494,7 @@ return $1;
|
|
|
} else {
|
|
|
var meta;
|
|
|
meta=$receiver;
|
|
|
-return $recv(self["@classesAndMetaclassesCache"])._add_(meta);
|
|
|
+return $recv($self["@classesAndMetaclassesCache"])._add_(meta);
|
|
|
}
|
|
|
|
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,1)});
|
|
@@ -1519,16 +1519,16 @@ $core.method({
|
|
|
selector: "updateMethodsCache",
|
|
|
protocol: "cache",
|
|
|
fn: function (){
|
|
|
-var self=this;
|
|
|
+var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-self["@methodsCache"]=$recv($globals.OrderedCollection)._new();
|
|
|
-$recv(self._classesAndMetaclasses())._do_((function(each){
|
|
|
+$self["@methodsCache"]=$recv($globals.OrderedCollection)._new();
|
|
|
+$recv($self._classesAndMetaclasses())._do_((function(each){
|
|
|
|
|
|
return $core.withContext(function($ctx2) {
|
|
|
|
|
|
-return $recv(self["@methodsCache"])._addAll_($recv(each)._methods());
|
|
|
+return $recv($self["@methodsCache"])._addAll_($recv(each)._methods());
|
|
|
|
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1,1)});
|
|
|
|