|
@@ -321,11 +321,11 @@ selector: "browseIt",
|
|
protocol: "actions",
|
|
protocol: "actions",
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: [],
|
|
args: [],
|
|
-source: "browseIt\x0a\x09[ Finder findString: self currentLineOrSelection ] fork",
|
|
|
|
-referencedClasses: ["Finder"],
|
|
|
|
|
|
+source: "browseIt\x0a\x09[ self model browse: self basicDoIt ] fork",
|
|
|
|
+referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
pragmas: [],
|
|
pragmas: [],
|
|
-messageSends: ["fork", "findString:", "currentLineOrSelection"]
|
|
|
|
|
|
+messageSends: ["fork", "browse:", "model", "basicDoIt"]
|
|
}, function ($methodClass){ return function (){
|
|
}, function ($methodClass){ return function (){
|
|
var self=this,$self=this;
|
|
var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
@@ -335,7 +335,7 @@ $recv((function(){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return $recv($globals.Finder)._findString_($self._currentLineOrSelection());
|
|
|
|
|
|
+return $recv($self._model())._browse_($self._basicDoIt());
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|