|
@@ -8,9 +8,11 @@ selector: "asActionBinding",
|
|
category: 'converting',
|
|
category: 'converting',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(_st((smalltalk.HLBindingAction || HLBindingAction))._on_labelled_(_st(self)._key(),_st(self)._label()))._callback_((function(){
|
|
$1=_st(_st((smalltalk.HLBindingAction || HLBindingAction))._on_labelled_(_st(self)._key(),_st(self)._label()))._callback_((function(){
|
|
-return smalltalk.withContext(function($ctx2) {
return _st(self)._execute();
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx2) {
|
|
|
|
+return _st(self)._execute();
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"asActionBinding",{},smalltalk.HLCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"asActionBinding",{},smalltalk.HLCommand)})},
|
|
@@ -28,7 +30,8 @@ selector: "asBinding",
|
|
category: 'converting',
|
|
category: 'converting',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $2,$1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $2,$1;
|
|
$2=_st(self)._isBindingGroup();
|
|
$2=_st(self)._isBindingGroup();
|
|
if(smalltalk.assert($2)){
|
|
if(smalltalk.assert($2)){
|
|
$1=_st(self)._asGroupBinding();
|
|
$1=_st(self)._asGroupBinding();
|
|
@@ -51,7 +54,8 @@ selector: "asGroupBinding",
|
|
category: 'converting',
|
|
category: 'converting',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st((smalltalk.HLBindingGroup || HLBindingGroup))._on_labelled_(_st(self)._key(),_st(self)._label());
|
|
$1=_st((smalltalk.HLBindingGroup || HLBindingGroup))._on_labelled_(_st(self)._key(),_st(self)._label());
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"asGroupBinding",{},smalltalk.HLCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"asGroupBinding",{},smalltalk.HLCommand)})},
|
|
@@ -69,7 +73,8 @@ selector: "documentation",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(_st(self)._class())._documentation();
|
|
$1=_st(_st(self)._class())._documentation();
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"documentation",{}, smalltalk.HLCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"documentation",{}, smalltalk.HLCommand)})},
|
|
@@ -87,7 +92,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return self}, function($ctx1) {$ctx1.fill(self,"execute",{}, smalltalk.HLCommand)})},
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return self}, function($ctx1) {$ctx1.fill(self,"execute",{}, smalltalk.HLCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute\x0a\x09",
|
|
source: "execute\x0a\x09",
|
|
messageSends: [],
|
|
messageSends: [],
|
|
@@ -102,7 +108,8 @@ selector: "isBindingGroup",
|
|
category: 'testing',
|
|
category: 'testing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(_st(_st(_st(self)._class())._methodDictionary())._includesKey_("execute"))._not();
|
|
$1=_st(_st(_st(_st(self)._class())._methodDictionary())._includesKey_("execute"))._not();
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"isBindingGroup",{},smalltalk.HLCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"isBindingGroup",{},smalltalk.HLCommand)})},
|
|
@@ -120,7 +127,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(_st(self)._class())._key();
|
|
$1=_st(_st(self)._class())._key();
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLCommand)})},
|
|
@@ -138,7 +146,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(_st(self)._class())._label();
|
|
$1=_st(_st(self)._class())._label();
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLCommand)})},
|
|
@@ -156,7 +165,8 @@ selector: "registerOn:",
|
|
category: 'registration',
|
|
category: 'registration',
|
|
fn: function (aBinding){
|
|
fn: function (aBinding){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(aBinding)._add_(_st(self)._asBinding());
|
|
$1=_st(aBinding)._add_(_st(self)._asBinding());
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"registerOn:",{aBinding:aBinding},smalltalk.HLCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"registerOn:",{aBinding:aBinding},smalltalk.HLCommand)})},
|
|
@@ -175,9 +185,11 @@ selector: "concreteSubclasses",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(_st(self)._subclasses())._select_((function(each){
|
|
$1=_st(_st(self)._subclasses())._select_((function(each){
|
|
-return smalltalk.withContext(function($ctx2) {
return _st(each)._isConcrete();
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx2) {
|
|
|
|
+return _st(each)._isConcrete();
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1)})}));
|
|
}, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1)})}));
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"concreteSubclasses",{},smalltalk.HLCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"concreteSubclasses",{},smalltalk.HLCommand.klass)})},
|
|
@@ -195,7 +207,8 @@ selector: "documentation",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "";
|
|
}, function($ctx1) {$ctx1.fill(self,"documentation",{}, smalltalk.HLCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"documentation",{}, smalltalk.HLCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "documentation\x0a\x09^ ''",
|
|
source: "documentation\x0a\x09^ ''",
|
|
@@ -211,7 +224,8 @@ selector: "isConcrete",
|
|
category: 'testing',
|
|
category: 'testing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(_st(self)._key())._notNil();
|
|
$1=_st(_st(self)._key())._notNil();
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"isConcrete",{},smalltalk.HLCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"isConcrete",{},smalltalk.HLCommand.klass)})},
|
|
@@ -229,7 +243,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return nil;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return nil;
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ nil",
|
|
source: "key\x0a\x09^ nil",
|
|
@@ -245,7 +260,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ ''",
|
|
source: "label\x0a\x09^ ''",
|
|
@@ -261,10 +277,12 @@ selector: "registerConcreteClassesOn:",
|
|
category: 'registration',
|
|
category: 'registration',
|
|
fn: function (aBinding){
|
|
fn: function (aBinding){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
_st(_st(self)._concreteSubclasses())._do_((function(each){
|
|
_st(_st(self)._concreteSubclasses())._do_((function(each){
|
|
var binding;
|
|
var binding;
|
|
-return smalltalk.withContext(function($ctx2) {
binding=_st(each)._registerOn_(aBinding);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx2) {
|
|
|
|
+binding=_st(each)._registerOn_(aBinding);
|
|
binding;
|
|
binding;
|
|
$1=_st(binding)._isBindingGroup();
|
|
$1=_st(binding)._isBindingGroup();
|
|
if(smalltalk.assert($1)){
|
|
if(smalltalk.assert($1)){
|
|
@@ -286,7 +304,8 @@ selector: "registerOn:",
|
|
category: 'registration',
|
|
category: 'registration',
|
|
fn: function (aBinding){
|
|
fn: function (aBinding){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(_st(self)._new())._registerOn_(aBinding);
|
|
$1=_st(_st(self)._new())._registerOn_(aBinding);
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"registerOn:",{aBinding:aBinding},smalltalk.HLCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"registerOn:",{aBinding:aBinding},smalltalk.HLCommand.klass)})},
|
|
@@ -306,7 +325,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
_st(_st((smalltalk.HLManager || HLManager))._current())._removeActiveTab();
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+_st(_st((smalltalk.HLManager || HLManager))._current())._removeActiveTab();
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{}, smalltalk.HLCloseTabCommand)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{}, smalltalk.HLCloseTabCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute\x0a\x09HLManager current removeActiveTab",
|
|
source: "execute\x0a\x09HLManager current removeActiveTab",
|
|
@@ -323,7 +343,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (87);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (87);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLCloseTabCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLCloseTabCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 87",
|
|
source: "key\x0a\x09^ 87",
|
|
@@ -339,7 +360,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Close tab";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Close tab";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLCloseTabCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLCloseTabCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Close tab'",
|
|
source: "label\x0a\x09^ 'Close tab'",
|
|
@@ -357,7 +379,8 @@ selector: "model",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=self["@model"];
|
|
$1=self["@model"];
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"model",{},smalltalk.HLModelCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"model",{},smalltalk.HLModelCommand)})},
|
|
@@ -375,7 +398,8 @@ selector: "model:",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (aModel){
|
|
fn: function (aModel){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
self["@model"]=aModel;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+self["@model"]=aModel;
|
|
return self}, function($ctx1) {$ctx1.fill(self,"model:",{aModel:aModel},smalltalk.HLModelCommand)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"model:",{aModel:aModel},smalltalk.HLModelCommand)})},
|
|
args: ["aModel"],
|
|
args: ["aModel"],
|
|
source: "model: aModel\x0a\x09model := aModel",
|
|
source: "model: aModel\x0a\x09model := aModel",
|
|
@@ -392,7 +416,8 @@ selector: "for:",
|
|
category: 'instance creation',
|
|
category: 'instance creation',
|
|
fn: function (aModel){
|
|
fn: function (aModel){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(self)._new();
|
|
$1=_st(self)._new();
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"for:",{aModel:aModel},smalltalk.HLModelCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"for:",{aModel:aModel},smalltalk.HLModelCommand.klass)})},
|
|
@@ -410,10 +435,12 @@ selector: "registerConcreteClassesOn:for:",
|
|
category: 'registration',
|
|
category: 'registration',
|
|
fn: function (aBinding,aModel){
|
|
fn: function (aBinding,aModel){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
_st(_st(self)._concreteSubclasses())._do_((function(each){
|
|
_st(_st(self)._concreteSubclasses())._do_((function(each){
|
|
var binding;
|
|
var binding;
|
|
-return smalltalk.withContext(function($ctx2) {
binding=_st(each)._registerOn_for_(aBinding,aModel);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx2) {
|
|
|
|
+binding=_st(each)._registerOn_for_(aBinding,aModel);
|
|
binding;
|
|
binding;
|
|
$1=_st(binding)._isBindingGroup();
|
|
$1=_st(binding)._isBindingGroup();
|
|
if(smalltalk.assert($1)){
|
|
if(smalltalk.assert($1)){
|
|
@@ -435,7 +462,8 @@ selector: "registerOn:for:",
|
|
category: 'registration',
|
|
category: 'registration',
|
|
fn: function (aBinding,aModel){
|
|
fn: function (aBinding,aModel){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st(_st(self)._for_(aModel))._registerOn_(aBinding);
|
|
$1=_st(_st(self)._for_(aModel))._registerOn_(aBinding);
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"registerOn:for:",{aBinding:aBinding,aModel:aModel},smalltalk.HLModelCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"registerOn:for:",{aBinding:aBinding,aModel:aModel},smalltalk.HLModelCommand.klass)})},
|
|
@@ -456,7 +484,8 @@ selector: "for:",
|
|
category: 'instance creation',
|
|
category: 'instance creation',
|
|
fn: function (aBrowserModel){
|
|
fn: function (aBrowserModel){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $2,$3,$1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $2,$3,$1;
|
|
$2=_st(self)._new();
|
|
$2=_st(self)._new();
|
|
_st($2)._model_(aBrowserModel);
|
|
_st($2)._model_(aBrowserModel);
|
|
$3=_st($2)._yourself();
|
|
$3=_st($2)._yourself();
|
|
@@ -480,7 +509,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (71);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (71);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 71",
|
|
source: "key\x0a\x09^ 71",
|
|
@@ -496,7 +526,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Go to";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Go to";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Go to'",
|
|
source: "label\x0a\x09^ 'Go to'",
|
|
@@ -514,7 +545,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
_st(_st(self)._model())._focusOnClasses();
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+_st(_st(self)._model())._focusOnClasses();
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToClassesCommand)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToClassesCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute\x0a\x09self model focusOnClasses",
|
|
source: "execute\x0a\x09self model focusOnClasses",
|
|
@@ -531,7 +563,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (67);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (67);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToClassesCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToClassesCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09\x22c\x22\x0a \x0a\x09^ 67",
|
|
source: "key\x0a\x09\x22c\x22\x0a \x0a\x09^ 67",
|
|
@@ -547,7 +580,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Classes";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Classes";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToClassesCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToClassesCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Classes'",
|
|
source: "label\x0a\x09^ 'Classes'",
|
|
@@ -565,7 +599,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
_st(_st(self)._model())._focusOnMethods();
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+_st(_st(self)._model())._focusOnMethods();
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToMethodsCommand)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToMethodsCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute\x0a\x09self model focusOnMethods",
|
|
source: "execute\x0a\x09self model focusOnMethods",
|
|
@@ -582,7 +617,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (77);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (77);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToMethodsCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToMethodsCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09\x22m\x22\x0a \x0a\x09^ 77",
|
|
source: "key\x0a\x09\x22m\x22\x0a \x0a\x09^ 77",
|
|
@@ -598,7 +634,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Methods";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Methods";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToMethodsCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToMethodsCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Methods'",
|
|
source: "label\x0a\x09^ 'Methods'",
|
|
@@ -616,7 +653,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
_st(_st(self)._model())._focusOnPackages();
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+_st(_st(self)._model())._focusOnPackages();
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToPackagesCommand)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToPackagesCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute\x0a\x09self model focusOnPackages",
|
|
source: "execute\x0a\x09self model focusOnPackages",
|
|
@@ -633,7 +671,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (80);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (80);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToPackagesCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToPackagesCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09\x22p\x22\x0a \x0a\x09^ 80",
|
|
source: "key\x0a\x09\x22p\x22\x0a \x0a\x09^ 80",
|
|
@@ -649,7 +688,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Packages";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Packages";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToPackagesCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToPackagesCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Packages'",
|
|
source: "label\x0a\x09^ 'Packages'",
|
|
@@ -667,7 +707,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
_st(_st(self)._model())._focusOnProtocols();
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+_st(_st(self)._model())._focusOnProtocols();
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToProtocolsCommand)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToProtocolsCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute\x0a\x09self model focusOnProtocols",
|
|
source: "execute\x0a\x09self model focusOnProtocols",
|
|
@@ -684,7 +725,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (84);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (84);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToProtocolsCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToProtocolsCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09\x22p\x22\x0a \x0a\x09^ 84",
|
|
source: "key\x0a\x09\x22p\x22\x0a \x0a\x09^ 84",
|
|
@@ -700,7 +742,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Protocols";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Protocols";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToProtocolsCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToProtocolsCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Protocols'",
|
|
source: "label\x0a\x09^ 'Protocols'",
|
|
@@ -718,7 +761,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
_st(_st(self)._model())._focusOnSourceCode();
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+_st(_st(self)._model())._focusOnSourceCode();
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToSourceCodeCommand)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLGoToSourceCodeCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute\x0a\x09self model focusOnSourceCode",
|
|
source: "execute\x0a\x09self model focusOnSourceCode",
|
|
@@ -735,7 +779,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (83);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (83);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToSourceCodeCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLGoToSourceCodeCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09\x22s\x22\x0a \x0a\x09^ 83",
|
|
source: "key\x0a\x09\x22s\x22\x0a \x0a\x09^ 83",
|
|
@@ -751,7 +796,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Source code";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Source code";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToSourceCodeCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLGoToSourceCodeCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Source code'",
|
|
source: "label\x0a\x09^ 'Source code'",
|
|
@@ -770,7 +816,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (77);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (77);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLMoveToCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLMoveToCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 77",
|
|
source: "key\x0a\x09^ 77",
|
|
@@ -786,7 +833,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Move";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Move";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLMoveToCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLMoveToCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Move'",
|
|
source: "label\x0a\x09^ 'Move'",
|
|
@@ -805,7 +853,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (77);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (77);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLMoveMethodToCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLMoveMethodToCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 77",
|
|
source: "key\x0a\x09^ 77",
|
|
@@ -821,7 +870,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Method";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Method";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLMoveMethodToCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLMoveMethodToCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Method'",
|
|
source: "label\x0a\x09^ 'Method'",
|
|
@@ -839,7 +889,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLMoveMethodToClassCommand)})},
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLMoveMethodToClassCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute",
|
|
source: "execute",
|
|
messageSends: [],
|
|
messageSends: [],
|
|
@@ -855,7 +906,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (67);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (67);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLMoveMethodToClassCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLMoveMethodToClassCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 67",
|
|
source: "key\x0a\x09^ 67",
|
|
@@ -871,7 +923,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "to class";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "to class";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLMoveMethodToClassCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLMoveMethodToClassCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x09\x0a\x09^ 'to class'",
|
|
source: "label\x09\x0a\x09^ 'to class'",
|
|
@@ -889,7 +942,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLMoveMethodToProtocolCommand)})},
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLMoveMethodToProtocolCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute",
|
|
source: "execute",
|
|
messageSends: [],
|
|
messageSends: [],
|
|
@@ -905,7 +959,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (84);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (84);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLMoveMethodToProtocolCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLMoveMethodToProtocolCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 84",
|
|
source: "key\x0a\x09^ 84",
|
|
@@ -921,7 +976,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "to protocol";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "to protocol";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLMoveMethodToProtocolCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLMoveMethodToProtocolCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'to protocol'",
|
|
source: "label\x0a\x09^ 'to protocol'",
|
|
@@ -940,7 +996,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (84);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (84);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLToggleCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLToggleCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 84",
|
|
source: "key\x0a\x09^ 84",
|
|
@@ -956,7 +1013,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Toggle";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Toggle";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLToggleCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLToggleCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Toggle'",
|
|
source: "label\x0a\x09^ 'Toggle'",
|
|
@@ -974,7 +1032,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
_st(_st(self)._model())._showInstance_(false);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+_st(_st(self)._model())._showInstance_(false);
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLToggleClassSideCommand)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLToggleClassSideCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute\x0a\x09self model showInstance: false",
|
|
source: "execute\x0a\x09self model showInstance: false",
|
|
@@ -991,7 +1050,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (67);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (67);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLToggleClassSideCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLToggleClassSideCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09\x22c\x22\x0a \x0a\x09^ 67",
|
|
source: "key\x0a\x09\x22c\x22\x0a \x0a\x09^ 67",
|
|
@@ -1007,7 +1067,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Class side";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Class side";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLToggleClassSideCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLToggleClassSideCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Class side'",
|
|
source: "label\x0a\x09^ 'Class side'",
|
|
@@ -1025,7 +1086,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
_st(_st(self)._model())._showInstance_(true);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+_st(_st(self)._model())._showInstance_(true);
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLToggleInstanceSideCommand)})},
|
|
return self}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLToggleInstanceSideCommand)})},
|
|
args: [],
|
|
args: [],
|
|
source: "execute\x0a\x09self model showInstance: true",
|
|
source: "execute\x0a\x09self model showInstance: true",
|
|
@@ -1042,7 +1104,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (73);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (73);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLToggleInstanceSideCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLToggleInstanceSideCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09\x22i\x22\x0a \x0a\x09^ 73",
|
|
source: "key\x0a\x09\x22i\x22\x0a \x0a\x09^ 73",
|
|
@@ -1058,7 +1121,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Instance side";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Instance side";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLToggleInstanceSideCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLToggleInstanceSideCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Instance side'",
|
|
source: "label\x0a\x09^ 'Instance side'",
|
|
@@ -1077,7 +1141,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (79);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (79);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLOpenCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLOpenCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 79",
|
|
source: "key\x0a\x09^ 79",
|
|
@@ -1093,7 +1158,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Open";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Open";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLOpenCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLOpenCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Open'",
|
|
source: "label\x0a\x09^ 'Open'",
|
|
@@ -1111,7 +1177,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st((smalltalk.HLBrowser || HLBrowser))._openAsTab();
|
|
$1=_st((smalltalk.HLBrowser || HLBrowser))._openAsTab();
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"execute",{}, smalltalk.HLOpenBrowserCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"execute",{}, smalltalk.HLOpenBrowserCommand)})},
|
|
@@ -1130,7 +1197,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (66);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (66);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLOpenBrowserCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLOpenBrowserCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 66",
|
|
source: "key\x0a\x09^ 66",
|
|
@@ -1146,7 +1214,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Browser";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Browser";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLOpenBrowserCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLOpenBrowserCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Browser'",
|
|
source: "label\x0a\x09^ 'Browser'",
|
|
@@ -1164,7 +1233,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st((smalltalk.HLTranscript || HLTranscript))._openAsTab();
|
|
$1=_st((smalltalk.HLTranscript || HLTranscript))._openAsTab();
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"execute",{}, smalltalk.HLOpenTranscriptCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"execute",{}, smalltalk.HLOpenTranscriptCommand)})},
|
|
@@ -1183,7 +1253,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (84);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (84);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLOpenTranscriptCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLOpenTranscriptCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 84",
|
|
source: "key\x0a\x09^ 84",
|
|
@@ -1199,7 +1270,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Transcript";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Transcript";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLOpenTranscriptCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLOpenTranscriptCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Transcript'",
|
|
source: "label\x0a\x09^ 'Transcript'",
|
|
@@ -1217,7 +1289,8 @@ selector: "execute",
|
|
category: 'executing',
|
|
category: 'executing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
var $1;
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
$1=_st((smalltalk.HLCodeWidget || HLCodeWidget))._openAsTab();
|
|
$1=_st((smalltalk.HLCodeWidget || HLCodeWidget))._openAsTab();
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLOpenWorkspaceCommand)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"execute",{},smalltalk.HLOpenWorkspaceCommand)})},
|
|
@@ -1236,7 +1309,8 @@ selector: "key",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return (87);
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return (87);
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLOpenWorkspaceCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLOpenWorkspaceCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "key\x0a\x09^ 87",
|
|
source: "key\x0a\x09^ 87",
|
|
@@ -1252,7 +1326,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "Workspace";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "Workspace";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLOpenWorkspaceCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLOpenWorkspaceCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'Workspace'",
|
|
source: "label\x0a\x09^ 'Workspace'",
|
|
@@ -1271,7 +1346,8 @@ selector: "label",
|
|
category: 'accessing',
|
|
category: 'accessing',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return smalltalk.withContext(function($ctx1) {
return "View";
|
|
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return "View";
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLViewCommand.klass)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"label",{},smalltalk.HLViewCommand.klass)})},
|
|
args: [],
|
|
args: [],
|
|
source: "label\x0a\x09^ 'View'",
|
|
source: "label\x0a\x09^ 'View'",
|
|
@@ -1281,4 +1357,4 @@ referencedClasses: []
|
|
smalltalk.HLViewCommand.klass);
|
|
smalltalk.HLViewCommand.klass);
|
|
|
|
|
|
|
|
|
|
-})(smalltalk,nil,_st);
|
|
|
|
|
|
+})(global_smalltalk,global_nil,global__st);
|