12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406 |
- smalltalk.addPackage('Helios-KeyBindings');
- smalltalk.addClass('HLBinding', smalltalk.Object, ['key', 'label'], 'Helios-KeyBindings');
- smalltalk.addMethod(
- "_applyOn_",
- smalltalk.method({
- selector: "applyOn:",
- category: 'actions',
- fn: function (aKeyBinder){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(self)._subclassResponsibility();
- return self}, function($ctx1) {$ctx1.fill(self,"applyOn:",{aKeyBinder:aKeyBinder}, smalltalk.HLBinding)})},
- args: ["aKeyBinder"],
- source: "applyOn: aKeyBinder\x0a\x09self subclassResponsibility",
- messageSends: ["subclassResponsibility"],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_displayLabel",
- smalltalk.method({
- selector: "displayLabel",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(self)._label();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"displayLabel",{}, smalltalk.HLBinding)})},
- args: [],
- source: "displayLabel\x0a\x09^ self label",
- messageSends: ["label"],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_isActive",
- smalltalk.method({
- selector: "isActive",
- category: 'testing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(self)._subclassResponsibility();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"isActive",{},smalltalk.HLBinding)})},
- args: [],
- source: "isActive\x0a\x09^ self subclassResponsibility",
- messageSends: ["subclassResponsibility"],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_isBindingAction",
- smalltalk.method({
- selector: "isBindingAction",
- category: 'testing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return false;
- }, function($ctx1) {$ctx1.fill(self,"isBindingAction",{}, smalltalk.HLBinding)})},
- args: [],
- source: "isBindingAction\x0a\x09^ false",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_isBindingGroup",
- smalltalk.method({
- selector: "isBindingGroup",
- category: 'testing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return false;
- }, function($ctx1) {$ctx1.fill(self,"isBindingGroup",{}, smalltalk.HLBinding)})},
- args: [],
- source: "isBindingGroup\x0a\x09^ false",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_key",
- smalltalk.method({
- selector: "key",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=self["@key"];
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"key",{}, smalltalk.HLBinding)})},
- args: [],
- source: "key\x0a\x09^ key",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_key_",
- smalltalk.method({
- selector: "key:",
- category: 'accessing',
- fn: function (anInteger){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
self["@key"]=anInteger;
- return self}, function($ctx1) {$ctx1.fill(self,"key:",{anInteger:anInteger}, smalltalk.HLBinding)})},
- args: ["anInteger"],
- source: "key: anInteger\x0a\x09key := anInteger",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_label",
- smalltalk.method({
- selector: "label",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=self["@label"];
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"label",{}, smalltalk.HLBinding)})},
- args: [],
- source: "label\x0a\x09^ label",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_label_",
- smalltalk.method({
- selector: "label:",
- category: 'accessing',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
self["@label"]=aString;
- return self}, function($ctx1) {$ctx1.fill(self,"label:",{aString:aString}, smalltalk.HLBinding)})},
- args: ["aString"],
- source: "label: aString\x0a\x09label := aString",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_renderOn_html_",
- smalltalk.method({
- selector: "renderOn:html:",
- category: 'rendering',
- fn: function (aBindingHelper,html){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return self}, function($ctx1) {$ctx1.fill(self,"renderOn:html:",{aBindingHelper:aBindingHelper,html:html}, smalltalk.HLBinding)})},
- args: ["aBindingHelper", "html"],
- source: "renderOn: aBindingHelper html: html",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_shortcut",
- smalltalk.method({
- selector: "shortcut",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st((smalltalk.String || String))._fromCharCode_(_st(self)._key());
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"shortcut",{}, smalltalk.HLBinding)})},
- args: [],
- source: "shortcut\x0a\x09^ String fromCharCode: self key",
- messageSends: ["fromCharCode:", "key"],
- referencedClasses: ["String"]
- }),
- smalltalk.HLBinding);
- smalltalk.addMethod(
- "_on_labelled_",
- smalltalk.method({
- selector: "on:labelled:",
- category: 'instance creation',
- fn: function (anInteger,aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $2,$3,$1;
- $2=_st(self)._new();
- _st($2)._key_(anInteger);
- _st($2)._label_(aString);
- $3=_st($2)._yourself();
- $1=$3;
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"on:labelled:",{anInteger:anInteger,aString:aString}, smalltalk.HLBinding.klass)})},
- args: ["anInteger", "aString"],
- source: "on: anInteger labelled: aString\x0a\x09^ self new\x0a \x09key: anInteger;\x0a label: aString;\x0a yourself",
- messageSends: ["key:", "new", "label:", "yourself"],
- referencedClasses: []
- }),
- smalltalk.HLBinding.klass);
- smalltalk.addClass('HLBindingAction', smalltalk.HLBinding, ['callback', 'activeBlock'], 'Helios-KeyBindings');
- smalltalk.addMethod(
- "_activeBlock",
- smalltalk.method({
- selector: "activeBlock",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $2,$1;
- $2=self["@activeBlock"];
- if(($receiver = $2) == nil || $receiver == undefined){
- self["@activeBlock"]=(function(){
- return smalltalk.withContext(function($ctx2) {
return true;
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})});
- $1=self["@activeBlock"];
- } else {
- $1=$2;
- };
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"activeBlock",{},smalltalk.HLBindingAction)})},
- args: [],
- source: "activeBlock\x0a\x09^ activeBlock ifNil: [ activeBlock := [ true ] ]",
- messageSends: ["ifNil:"],
- referencedClasses: []
- }),
- smalltalk.HLBindingAction);
- smalltalk.addMethod(
- "_activeBlock_",
- smalltalk.method({
- selector: "activeBlock:",
- category: 'accessing',
- fn: function (aBlock){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
self["@activeBlock"]=aBlock;
- return self}, function($ctx1) {$ctx1.fill(self,"activeBlock:",{aBlock:aBlock},smalltalk.HLBindingAction)})},
- args: ["aBlock"],
- source: "activeBlock: aBlock\x0a\x09activeBlock := aBlock",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBindingAction);
- smalltalk.addMethod(
- "_applyOn_",
- smalltalk.method({
- selector: "applyOn:",
- category: 'actions',
- fn: function (aKeyBinder){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- $1=_st(self)._isActive();
- if(! smalltalk.assert($1)){
- $2=self;
- return $2;
- };
- _st(aKeyBinder)._applyBindingAction_(self);
- return self}, function($ctx1) {$ctx1.fill(self,"applyOn:",{aKeyBinder:aKeyBinder},smalltalk.HLBindingAction)})},
- args: ["aKeyBinder"],
- source: "applyOn: aKeyBinder\x0a\x09self isActive ifFalse: [ ^ self ].\x0a\x09\x0a\x09aKeyBinder applyBindingAction: self",
- messageSends: ["ifFalse:", "isActive", "applyBindingAction:"],
- referencedClasses: []
- }),
- smalltalk.HLBindingAction);
- smalltalk.addMethod(
- "_callback",
- smalltalk.method({
- selector: "callback",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=self["@callback"];
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"callback",{}, smalltalk.HLBindingAction)})},
- args: [],
- source: "callback\x0a\x09^ callback",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBindingAction);
- smalltalk.addMethod(
- "_callback_",
- smalltalk.method({
- selector: "callback:",
- category: 'accessing',
- fn: function (aBlock){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
self["@callback"]=aBlock;
- return self}, function($ctx1) {$ctx1.fill(self,"callback:",{aBlock:aBlock}, smalltalk.HLBindingAction)})},
- args: ["aBlock"],
- source: "callback: aBlock\x0a\x09callback := aBlock",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBindingAction);
- smalltalk.addMethod(
- "_isActive",
- smalltalk.method({
- selector: "isActive",
- category: 'testing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(_st(self)._activeBlock())._value();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"isActive",{},smalltalk.HLBindingAction)})},
- args: [],
- source: "isActive\x0a\x09^ self activeBlock value",
- messageSends: ["value", "activeBlock"],
- referencedClasses: []
- }),
- smalltalk.HLBindingAction);
- smalltalk.addMethod(
- "_isBindingAction",
- smalltalk.method({
- selector: "isBindingAction",
- category: 'testing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return true;
- }, function($ctx1) {$ctx1.fill(self,"isBindingAction",{}, smalltalk.HLBindingAction)})},
- args: [],
- source: "isBindingAction\x0a\x09^ true",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBindingAction);
- smalltalk.addClass('HLBindingGroup', smalltalk.HLBinding, ['bindings'], 'Helios-KeyBindings');
- smalltalk.addMethod(
- "_activeBindings",
- smalltalk.method({
- selector: "activeBindings",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(_st(self)._bindings())._select_((function(each){
- return smalltalk.withContext(function($ctx2) {
return _st(each)._isActive();
- }, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1)})}));
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"activeBindings",{},smalltalk.HLBindingGroup)})},
- args: [],
- source: "activeBindings\x0a\x09^ self bindings select: [ :each | each isActive ]",
- messageSends: ["select:", "isActive", "bindings"],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_add_",
- smalltalk.method({
- selector: "add:",
- category: 'accessing',
- fn: function (aBinding){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(_st(self)._bindings())._add_(aBinding);
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"add:",{aBinding:aBinding}, smalltalk.HLBindingGroup)})},
- args: ["aBinding"],
- source: "add: aBinding\x0a\x09^ self bindings add: aBinding",
- messageSends: ["add:", "bindings"],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_addActionKey_labelled_callback_",
- smalltalk.method({
- selector: "addActionKey:labelled:callback:",
- category: 'accessing',
- fn: function (anInteger,aString,aBlock){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- $1=_st((smalltalk.HLBindingAction || HLBindingAction))._on_labelled_(anInteger,aString);
- _st($1)._callback_(aBlock);
- $2=_st($1)._yourself();
- _st(self)._add_($2);
- return self}, function($ctx1) {$ctx1.fill(self,"addActionKey:labelled:callback:",{anInteger:anInteger,aString:aString,aBlock:aBlock}, smalltalk.HLBindingGroup)})},
- args: ["anInteger", "aString", "aBlock"],
- source: "addActionKey: anInteger labelled: aString callback: aBlock\x0a\x09self add: ((HLBindingAction on: anInteger labelled: aString)\x0a \x09callback: aBlock;\x0a yourself)",
- messageSends: ["add:", "callback:", "on:labelled:", "yourself"],
- referencedClasses: ["HLBindingAction"]
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_addActionKey_labelled_command_",
- smalltalk.method({
- selector: "addActionKey:labelled:command:",
- category: 'accessing',
- fn: function (anInteger,aString,aCommand){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- $1=_st((smalltalk.HLBindingAction || HLBindingAction))._on_labelled_(anInteger,aString);
- _st($1)._command_(aCommand);
- $2=_st($1)._yourself();
- _st(self)._add_($2);
- return self}, function($ctx1) {$ctx1.fill(self,"addActionKey:labelled:command:",{anInteger:anInteger,aString:aString,aCommand:aCommand}, smalltalk.HLBindingGroup)})},
- args: ["anInteger", "aString", "aCommand"],
- source: "addActionKey: anInteger labelled: aString command: aCommand\x0a\x09self add: ((HLBindingAction on: anInteger labelled: aString)\x0a \x09command: aCommand;\x0a yourself)",
- messageSends: ["add:", "command:", "on:labelled:", "yourself"],
- referencedClasses: ["HLBindingAction"]
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_addGroupKey_labelled_",
- smalltalk.method({
- selector: "addGroupKey:labelled:",
- category: 'accessing',
- fn: function (anInteger,aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(self)._add_(_st((smalltalk.HLBindingGroup || HLBindingGroup))._on_labelled_(anInteger,aString));
- return self}, function($ctx1) {$ctx1.fill(self,"addGroupKey:labelled:",{anInteger:anInteger,aString:aString}, smalltalk.HLBindingGroup)})},
- args: ["anInteger", "aString"],
- source: "addGroupKey: anInteger labelled: aString\x0a\x09self add: (HLBindingGroup on: anInteger labelled: aString)",
- messageSends: ["add:", "on:labelled:"],
- referencedClasses: ["HLBindingGroup"]
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_applyOn_",
- smalltalk.method({
- selector: "applyOn:",
- category: 'actions',
- fn: function (aKeyBinder){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- $1=_st(self)._isActive();
- if(! smalltalk.assert($1)){
- $2=self;
- return $2;
- };
- _st(aKeyBinder)._applyBindingGroup_(self);
- return self}, function($ctx1) {$ctx1.fill(self,"applyOn:",{aKeyBinder:aKeyBinder},smalltalk.HLBindingGroup)})},
- args: ["aKeyBinder"],
- source: "applyOn: aKeyBinder\x0a\x09self isActive ifFalse: [ ^ self ].\x0a\x09\x0a\x09aKeyBinder applyBindingGroup: self",
- messageSends: ["ifFalse:", "isActive", "applyBindingGroup:"],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_at_",
- smalltalk.method({
- selector: "at:",
- category: 'accessing',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(_st(self)._bindings())._detect_ifNone_((function(each){
- return smalltalk.withContext(function($ctx2) {
return _st(_st(each)._label()).__eq(aString);
- }, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1)})}),(function(){
- return smalltalk.withContext(function($ctx2) {
return nil;
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"at:",{aString:aString}, smalltalk.HLBindingGroup)})},
- args: ["aString"],
- source: "at: aString\x0a\x09^ self bindings \x0a \x09detect: [ :each | each label = aString ]\x0a \x09ifNone: [ nil ]",
- messageSends: ["detect:ifNone:", "=", "label", "bindings"],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_at_add_",
- smalltalk.method({
- selector: "at:add:",
- category: 'accessing',
- fn: function (aString,aBinding){
- var self=this;
- var binding;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- binding=_st(self)._at_(aString);
- $1=binding;
- if(($receiver = $1) == nil || $receiver == undefined){
- $2=self;
- return $2;
- } else {
- $1;
- };
- _st(binding)._add_(aBinding);
- return self}, function($ctx1) {$ctx1.fill(self,"at:add:",{aString:aString,aBinding:aBinding,binding:binding},smalltalk.HLBindingGroup)})},
- args: ["aString", "aBinding"],
- source: "at: aString add: aBinding\x0a\x09| binding |\x0a\x09\x0a\x09binding := self at: aString.\x0a\x09binding ifNil: [ ^ self ].\x0a\x09\x09\x0a\x09binding add: aBinding",
- messageSends: ["at:", "ifNil:", "add:"],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_atKey_",
- smalltalk.method({
- selector: "atKey:",
- category: 'accessing',
- fn: function (anInteger){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(_st(self)._bindings())._detect_ifNone_((function(each){
- return smalltalk.withContext(function($ctx2) {
return _st(_st(each)._key()).__eq(anInteger);
- }, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1)})}),(function(){
- return smalltalk.withContext(function($ctx2) {
return nil;
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"atKey:",{anInteger:anInteger}, smalltalk.HLBindingGroup)})},
- args: ["anInteger"],
- source: "atKey: anInteger\x0a\x09^ self bindings \x0a \x09detect: [ :each | each key = anInteger ]\x0a \x09ifNone: [ nil ]",
- messageSends: ["detect:ifNone:", "=", "key", "bindings"],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_bindings",
- smalltalk.method({
- selector: "bindings",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $2,$1;
- $2=self["@bindings"];
- if(($receiver = $2) == nil || $receiver == undefined){
- self["@bindings"]=_st((smalltalk.OrderedCollection || OrderedCollection))._new();
- $1=self["@bindings"];
- } else {
- $1=$2;
- };
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"bindings",{}, smalltalk.HLBindingGroup)})},
- args: [],
- source: "bindings\x0a\x09^ bindings ifNil: [ bindings := OrderedCollection new ]",
- messageSends: ["ifNil:", "new"],
- referencedClasses: ["OrderedCollection"]
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_displayLabel",
- smalltalk.method({
- selector: "displayLabel",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(smalltalk.HLBinding.fn.prototype._displayLabel.apply(_st(self), [])).__comma("...");
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"displayLabel",{}, smalltalk.HLBindingGroup)})},
- args: [],
- source: "displayLabel\x0a\x09^ super displayLabel, '...'",
- messageSends: [",", "displayLabel"],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_isActive",
- smalltalk.method({
- selector: "isActive",
- category: 'testing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(_st(self)._activeBindings())._notEmpty();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"isActive",{},smalltalk.HLBindingGroup)})},
- args: [],
- source: "isActive\x0a\x09^ self activeBindings notEmpty",
- messageSends: ["notEmpty", "activeBindings"],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_isBindingGroup",
- smalltalk.method({
- selector: "isBindingGroup",
- category: 'testing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return true;
- }, function($ctx1) {$ctx1.fill(self,"isBindingGroup",{}, smalltalk.HLBindingGroup)})},
- args: [],
- source: "isBindingGroup\x0a\x09^ true",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addMethod(
- "_renderOn_html_",
- smalltalk.method({
- selector: "renderOn:html:",
- category: 'rendering',
- fn: function (aBindingHelper,html){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(self)._isActive();
- if(smalltalk.assert($1)){
- _st(aBindingHelper)._renderBindingGroup_on_(self,html);
- };
- return self}, function($ctx1) {$ctx1.fill(self,"renderOn:html:",{aBindingHelper:aBindingHelper,html:html},smalltalk.HLBindingGroup)})},
- args: ["aBindingHelper", "html"],
- source: "renderOn: aBindingHelper html: html\x0a\x09self isActive ifTrue: [\x0a\x09\x09aBindingHelper renderBindingGroup: self on: html ]",
- messageSends: ["ifTrue:", "renderBindingGroup:on:", "isActive"],
- referencedClasses: []
- }),
- smalltalk.HLBindingGroup);
- smalltalk.addClass('HLKeyBinder', smalltalk.Object, ['modifierKey', 'helper', 'bindings', 'selectedBinding'], 'Helios-KeyBindings');
- smalltalk.addMethod(
- "_activate",
- smalltalk.method({
- selector: "activate",
- category: 'actions',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(_st(self)._helper())._show();
- return self}, function($ctx1) {$ctx1.fill(self,"activate",{},smalltalk.HLKeyBinder)})},
- args: [],
- source: "activate\x0a\x09self helper show",
- messageSends: ["show", "helper"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_activationKey",
- smalltalk.method({
- selector: "activationKey",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return (32);
- }, function($ctx1) {$ctx1.fill(self,"activationKey",{}, smalltalk.HLKeyBinder)})},
- args: [],
- source: "activationKey\x0a\x09\x22SPACE\x22\x0a\x09^ 32",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_activationKeyLabel",
- smalltalk.method({
- selector: "activationKeyLabel",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return "ctrl + space";
- }, function($ctx1) {$ctx1.fill(self,"activationKeyLabel",{}, smalltalk.HLKeyBinder)})},
- args: [],
- source: "activationKeyLabel\x0a\x09^ 'ctrl + space'",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_applyBinding_",
- smalltalk.method({
- selector: "applyBinding:",
- category: 'actions',
- fn: function (aBinding){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(aBinding)._applyOn_(self);
- return self}, function($ctx1) {$ctx1.fill(self,"applyBinding:",{aBinding:aBinding}, smalltalk.HLKeyBinder)})},
- args: ["aBinding"],
- source: "applyBinding: aBinding\x0a aBinding applyOn: self",
- messageSends: ["applyOn:"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_applyBindingAction_",
- smalltalk.method({
- selector: "applyBindingAction:",
- category: 'actions',
- fn: function (aBinding){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(_st(aBinding)._callback())._value();
- _st(self)._deactivate();
- return self}, function($ctx1) {$ctx1.fill(self,"applyBindingAction:",{aBinding:aBinding}, smalltalk.HLKeyBinder)})},
- args: ["aBinding"],
- source: "applyBindingAction: aBinding\x0a aBinding callback value.\x0a\x09self deactivate",
- messageSends: ["value", "callback", "deactivate"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_applyBindingGroup_",
- smalltalk.method({
- selector: "applyBindingGroup:",
- category: 'actions',
- fn: function (aBinding){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
self["@selectedBinding"]=aBinding;
- _st(_st(self)._helper())._refresh();
- return self}, function($ctx1) {$ctx1.fill(self,"applyBindingGroup:",{aBinding:aBinding}, smalltalk.HLKeyBinder)})},
- args: ["aBinding"],
- source: "applyBindingGroup: aBinding\x0a selectedBinding := aBinding.\x0a self helper refresh",
- messageSends: ["refresh", "helper"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_bindings",
- smalltalk.method({
- selector: "bindings",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $2,$1;
- $2=self["@bindings"];
- if(($receiver = $2) == nil || $receiver == undefined){
- self["@bindings"]=_st(self)._defaultBindings();
- $1=self["@bindings"];
- } else {
- $1=$2;
- };
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"bindings",{},smalltalk.HLKeyBinder)})},
- args: [],
- source: "bindings\x0a\x09^ bindings ifNil: [ bindings := self defaultBindings ]",
- messageSends: ["ifNil:", "defaultBindings"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_deactivate",
- smalltalk.method({
- selector: "deactivate",
- category: 'actions',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
self["@selectedBinding"]=nil;
- _st(_st(self)._helper())._hide();
- return self}, function($ctx1) {$ctx1.fill(self,"deactivate",{},smalltalk.HLKeyBinder)})},
- args: [],
- source: "deactivate\x0a selectedBinding := nil.\x0a\x09self helper hide",
- messageSends: ["hide", "helper"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_defaultBindings",
- smalltalk.method({
- selector: "defaultBindings",
- category: 'defaults',
- fn: function (){
- var self=this;
- var group;
- return smalltalk.withContext(function($ctx1) {
var $1,$2,$3;
- $1=_st((smalltalk.HLBindingGroup || HLBindingGroup))._new();
- _st($1)._addGroupKey_labelled_((79),"Open");
- _st($1)._addGroupKey_labelled_((86),"View");
- _st($1)._add_(_st(_st((smalltalk.HLCloseTabCommand || HLCloseTabCommand))._new())._asBinding());
- $2=_st($1)._yourself();
- group=$2;
- _st((smalltalk.HLOpenCommand || HLOpenCommand))._registerConcreteClassesOn_(_st(group)._at_("Open"));
- $3=group;
- return $3;
- }, function($ctx1) {$ctx1.fill(self,"defaultBindings",{group:group},smalltalk.HLKeyBinder)})},
- args: [],
- source: "defaultBindings\x0a\x09| group |\x0a\x09\x0a\x09group := HLBindingGroup new\x0a\x09\x09addGroupKey: 79 labelled: 'Open';\x0a\x09\x09addGroupKey: 86 labelled: 'View';\x0a\x09\x09add: HLCloseTabCommand new asBinding;\x0a\x09\x09yourself.\x0a\x09\x09\x0a\x09HLOpenCommand registerConcreteClassesOn: (group at: 'Open').\x0a\x09\x09\x09\x09\x0a\x09^ group",
- messageSends: ["addGroupKey:labelled:", "new", "add:", "asBinding", "yourself", "registerConcreteClassesOn:", "at:"],
- referencedClasses: ["HLBindingGroup", "HLCloseTabCommand", "HLOpenCommand"]
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_escapeKey",
- smalltalk.method({
- selector: "escapeKey",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return (27);
- }, function($ctx1) {$ctx1.fill(self,"escapeKey",{}, smalltalk.HLKeyBinder)})},
- args: [],
- source: "escapeKey\x0a\x09\x22ESC\x22\x0a\x09^ 27",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_flushBindings",
- smalltalk.method({
- selector: "flushBindings",
- category: 'actions',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
self["@bindings"]=nil;
- return self}, function($ctx1) {$ctx1.fill(self,"flushBindings",{}, smalltalk.HLKeyBinder)})},
- args: [],
- source: "flushBindings\x0a\x09bindings := nil",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_handleActiveKeyDown_",
- smalltalk.method({
- selector: "handleActiveKeyDown:",
- category: 'events',
- fn: function (event){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- $1=_st(_st(_st(event)._which()).__eq(_st(self)._escapeKey()))._or_((function(){
- return smalltalk.withContext(function($ctx2) {
return _st(_st(_st(event)._which()).__eq((71)))._and_((function(){
- return smalltalk.withContext(function($ctx3) {
return _st(event)._ctrlKey();
- }, function($ctx3) {$ctx3.fillBlock({},$ctx1)})}));
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
- if(smalltalk.assert($1)){
- _st(self)._deactivate();
- _st(event)._preventDefault();
- return false;
- };
- $2=_st(self)._handleBindingFor_(event);
- return $2;
- }, function($ctx1) {$ctx1.fill(self,"handleActiveKeyDown:",{event:event}, smalltalk.HLKeyBinder)})},
- args: ["event"],
- source: "handleActiveKeyDown: event\x0a\x0a\x09\x22ESC or ctrl+g deactivate the keyBinder\x22\x0a\x09(event which = self escapeKey or: [\x0a\x09\x09event which = 71 and: [ event ctrlKey ] ])\x0a \x09ifTrue: [ \x0a \x09self deactivate.\x0a\x09\x09\x09\x09event preventDefault.\x0a\x09\x09\x09\x09^ false ].\x0a \x0a \x22Handle the keybinding\x22\x0a ^ self handleBindingFor: event",
- messageSends: ["ifTrue:", "deactivate", "preventDefault", "or:", "and:", "ctrlKey", "=", "which", "escapeKey", "handleBindingFor:"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_handleBindingFor_",
- smalltalk.method({
- selector: "handleBindingFor:",
- category: 'events',
- fn: function (anEvent){
- var self=this;
- var binding;
- return smalltalk.withContext(function($ctx1) {
var $1;
- binding=_st(_st(self)._selectedBinding())._atKey_(_st(anEvent)._which());
- $1=binding;
- if(($receiver = $1) == nil || $receiver == undefined){
- $1;
- } else {
- _st(self)._applyBinding_(binding);
- _st(anEvent)._preventDefault();
- return false;
- };
- return self}, function($ctx1) {$ctx1.fill(self,"handleBindingFor:",{anEvent:anEvent,binding:binding}, smalltalk.HLKeyBinder)})},
- args: ["anEvent"],
- source: "handleBindingFor: anEvent\x0a\x09| binding |\x0a binding := self selectedBinding atKey: anEvent which.\x0a \x0a binding ifNotNil: [ \x0a \x09self applyBinding: binding.\x0a\x09\x09anEvent preventDefault.\x0a\x09\x09^ false ]",
- messageSends: ["atKey:", "which", "selectedBinding", "ifNotNil:", "applyBinding:", "preventDefault"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_handleInactiveKeyDown_",
- smalltalk.method({
- selector: "handleInactiveKeyDown:",
- category: 'events',
- fn: function (event){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- $1=_st(_st(event)._which()).__eq(_st(self)._activationKey());
- if(smalltalk.assert($1)){
- $2=_st(event)._ctrlKey();
- if(smalltalk.assert($2)){
- _st(self)._activate();
- _st(event)._preventDefault();
- return false;
- };
- };
- return self}, function($ctx1) {$ctx1.fill(self,"handleInactiveKeyDown:",{event:event}, smalltalk.HLKeyBinder)})},
- args: ["event"],
- source: "handleInactiveKeyDown: event\x0a event which = self activationKey ifTrue: [\x0a \x09\x09event ctrlKey ifTrue: [\x0a\x09\x09\x09\x09\x09self activate. \x0a \x09\x09 event preventDefault. \x0a \x09^ false ] ]",
- messageSends: ["ifTrue:", "activate", "preventDefault", "ctrlKey", "=", "activationKey", "which"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_handleKeyDown_",
- smalltalk.method({
- selector: "handleKeyDown:",
- category: 'events',
- fn: function (event){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $2,$1;
- $2=_st(self)._isActive();
- if(smalltalk.assert($2)){
- $1=_st(self)._handleActiveKeyDown_(event);
- } else {
- $1=_st(self)._handleInactiveKeyDown_(event);
- };
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"handleKeyDown:",{event:event}, smalltalk.HLKeyBinder)})},
- args: ["event"],
- source: "handleKeyDown: event\x0a\x09^ self isActive\x0a \x09ifTrue: [ self handleActiveKeyDown: event ]\x0a \x09ifFalse: [ self handleInactiveKeyDown: event ]",
- messageSends: ["ifTrue:ifFalse:", "handleActiveKeyDown:", "handleInactiveKeyDown:", "isActive"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_helper",
- smalltalk.method({
- selector: "helper",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=self["@helper"];
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"helper",{}, smalltalk.HLKeyBinder)})},
- args: [],
- source: "helper\x0a\x09^ helper",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_initialize",
- smalltalk.method({
- selector: "initialize",
- category: 'initialization',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- smalltalk.Object.fn.prototype._initialize.apply(_st(self), []);
- self["@helper"]=_st((smalltalk.HLKeyBinderHelper || HLKeyBinderHelper))._on_(self);
- $1=self["@helper"];
- _st($1)._renderStart();
- $2=_st($1)._renderCog();
- self["@active"]=false;
- return self}, function($ctx1) {$ctx1.fill(self,"initialize",{},smalltalk.HLKeyBinder)})},
- args: [],
- source: "initialize\x0a\x09super initialize.\x0a\x09helper := HLKeyBinderHelper on: self.\x0a\x09helper \x09\x0a\x09\x09renderStart;\x0a\x09\x09renderCog.\x0a active := false",
- messageSends: ["initialize", "on:", "renderStart", "renderCog"],
- referencedClasses: ["HLKeyBinderHelper"]
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_isActive",
- smalltalk.method({
- selector: "isActive",
- category: 'testing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(_st(_st(".").__comma(_st(_st(self)._helper())._cssClass()))._asJQuery())._is_(":visible");
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"isActive",{},smalltalk.HLKeyBinder)})},
- args: [],
- source: "isActive\x0a\x09^ ('.', self helper cssClass) asJQuery is: ':visible'",
- messageSends: ["is:", "asJQuery", ",", "cssClass", "helper"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_selectedBinding",
- smalltalk.method({
- selector: "selectedBinding",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $2,$1;
- $2=self["@selectedBinding"];
- if(($receiver = $2) == nil || $receiver == undefined){
- $1=_st(self)._bindings();
- } else {
- $1=$2;
- };
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"selectedBinding",{}, smalltalk.HLKeyBinder)})},
- args: [],
- source: "selectedBinding\x0a\x09^ selectedBinding ifNil: [ self bindings ]",
- messageSends: ["ifNil:", "bindings"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_setupEvents",
- smalltalk.method({
- selector: "setupEvents",
- category: 'events',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(_st(window)._jQuery_("body"))._keydown_((function(event){
- return smalltalk.withContext(function($ctx2) {
return _st(self)._handleKeyDown_(event);
- }, function($ctx2) {$ctx2.fillBlock({event:event},$ctx1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"setupEvents",{}, smalltalk.HLKeyBinder)})},
- args: [],
- source: "setupEvents\x0a\x09(window jQuery: 'body') keydown: [ :event | self handleKeyDown: event ]",
- messageSends: ["keydown:", "handleKeyDown:", "jQuery:"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addMethod(
- "_systemIsMac",
- smalltalk.method({
- selector: "systemIsMac",
- category: 'testing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(_st(navigator)._platform())._match_("Mac");
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"systemIsMac",{}, smalltalk.HLKeyBinder)})},
- args: [],
- source: "systemIsMac\x0a\x09^ navigator platform match: 'Mac'",
- messageSends: ["match:", "platform"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinder);
- smalltalk.addClass('HLKeyBinderHelper', smalltalk.HLWidget, ['keyBinder'], 'Helios-KeyBindings');
- smalltalk.addMethod(
- "_cssClass",
- smalltalk.method({
- selector: "cssClass",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return "key_helper";
- }, function($ctx1) {$ctx1.fill(self,"cssClass",{}, smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "cssClass\x0a\x09^ 'key_helper'",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_hide",
- smalltalk.method({
- selector: "hide",
- category: 'actions',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(_st(_st(".").__comma(_st(self)._cssClass()))._asJQuery())._remove();
- _st(self)._showCog();
- return self}, function($ctx1) {$ctx1.fill(self,"hide",{},smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "hide\x0a\x09('.', self cssClass) asJQuery remove.\x0a\x09self showCog",
- messageSends: ["remove", "asJQuery", ",", "cssClass", "showCog"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_hideCog",
- smalltalk.method({
- selector: "hideCog",
- category: 'actions',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(_st("#cog-helper")._asJQuery())._hide();
- return self}, function($ctx1) {$ctx1.fill(self,"hideCog",{},smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "hideCog\x0a\x09'#cog-helper' asJQuery hide",
- messageSends: ["hide", "asJQuery"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_keyBinder",
- smalltalk.method({
- selector: "keyBinder",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=self["@keyBinder"];
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"keyBinder",{}, smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "keyBinder\x0a\x09^ keyBinder",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_keyBinder_",
- smalltalk.method({
- selector: "keyBinder:",
- category: 'accessing',
- fn: function (aKeyBinder){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
self["@keyBinder"]=aKeyBinder;
- return self}, function($ctx1) {$ctx1.fill(self,"keyBinder:",{aKeyBinder:aKeyBinder}, smalltalk.HLKeyBinderHelper)})},
- args: ["aKeyBinder"],
- source: "keyBinder: aKeyBinder\x0a\x09keyBinder := aKeyBinder",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_registerBindings",
- smalltalk.method({
- selector: "registerBindings",
- category: 'keyBindings',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
return self}, function($ctx1) {$ctx1.fill(self,"registerBindings",{}, smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "registerBindings\x0a\x09\x22Do nothing\x22",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_renderBindingGroup_on_",
- smalltalk.method({
- selector: "renderBindingGroup:on:",
- category: 'rendering',
- fn: function (aBindingGroup,html){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$3,$4,$5,$6,$2;
- _st(_st(_st(aBindingGroup)._activeBindings())._sorted_((function(a,b){
- return smalltalk.withContext(function($ctx2) {
return _st(_st(a)._key()).__lt(_st(b)._key());
- }, function($ctx2) {$ctx2.fillBlock({a:a,b:b},$ctx1)})})))._do_((function(each){
- return smalltalk.withContext(function($ctx2) {
$1=_st(html)._span();
- _st($1)._class_("command");
- $2=_st($1)._with_((function(){
- return smalltalk.withContext(function($ctx3) {
$3=_st(html)._span();
- _st($3)._class_("label");
- $4=_st($3)._with_(_st(_st(each)._shortcut())._asLowercase());
- $4;
- $5=_st(html)._a();
- _st($5)._class_("action");
- _st($5)._with_(_st(each)._displayLabel());
- $6=_st($5)._onClick_((function(){
- return smalltalk.withContext(function($ctx4) {
return _st(_st(self)._keyBinder())._applyBinding_(each);
- }, function($ctx4) {$ctx4.fillBlock({},$ctx1)})}));
- return $6;
- }, function($ctx3) {$ctx3.fillBlock({},$ctx1)})}));
- return $2;
- }, function($ctx2) {$ctx2.fillBlock({each:each},$ctx1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"renderBindingGroup:on:",{aBindingGroup:aBindingGroup,html:html},smalltalk.HLKeyBinderHelper)})},
- args: ["aBindingGroup", "html"],
- source: "renderBindingGroup: aBindingGroup on: html\x0a\x09(aBindingGroup activeBindings \x0a \x09sorted: [ :a :b | a key < b key ])\x0a do: [ :each |\x0a\x09\x09\x09html span class: 'command'; with: [\x0a\x09\x09\x09\x09html span class: 'label'; with: each shortcut asLowercase.\x0a \x09\x09\x09\x09html a \x0a \x09class: 'action'; \x0a with: each displayLabel;\x0a \x09\x09\x09\x09\x09onClick: [ self keyBinder applyBinding: each ] ] ]",
- messageSends: ["do:", "class:", "span", "with:", "asLowercase", "shortcut", "a", "displayLabel", "onClick:", "applyBinding:", "keyBinder", "sorted:", "<", "key", "activeBindings"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_renderBindingOn_",
- smalltalk.method({
- selector: "renderBindingOn:",
- category: 'rendering',
- fn: function (html){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(_st(self)._selectedBinding())._renderOn_html_(self,html);
- return self}, function($ctx1) {$ctx1.fill(self,"renderBindingOn:",{html:html}, smalltalk.HLKeyBinderHelper)})},
- args: ["html"],
- source: "renderBindingOn: html\x0a\x09self selectedBinding renderOn: self html: html",
- messageSends: ["renderOn:html:", "selectedBinding"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_renderCloseOn_",
- smalltalk.method({
- selector: "renderCloseOn:",
- category: 'rendering',
- fn: function (html){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- $1=_st(html)._a();
- _st($1)._class_("close");
- _st($1)._with_((function(){
- return smalltalk.withContext(function($ctx2) {
return _st(_st(html)._tag_("i"))._class_("icon-remove");
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
- $2=_st($1)._onClick_((function(){
- return smalltalk.withContext(function($ctx2) {
return _st(_st(self)._keyBinder())._deactivate();
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"renderCloseOn:",{html:html},smalltalk.HLKeyBinderHelper)})},
- args: ["html"],
- source: "renderCloseOn: html\x0a\x09html a\x0a\x09\x09class: 'close';\x0a\x09\x09with: [ (html tag: 'i') class: 'icon-remove' ];\x0a\x09\x09onClick: [ self keyBinder deactivate ]",
- messageSends: ["class:", "a", "with:", "tag:", "onClick:", "deactivate", "keyBinder"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_renderCog",
- smalltalk.method({
- selector: "renderCog",
- category: 'rendering',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$3,$4,$2;
- _st((function(html){
- return smalltalk.withContext(function($ctx2) {
$1=_st(html)._div();
- _st($1)._id_("cog-helper");
- $2=_st($1)._with_((function(){
- return smalltalk.withContext(function($ctx3) {
$3=_st(html)._a();
- _st($3)._with_((function(){
- return smalltalk.withContext(function($ctx4) {
return _st(_st(html)._tag_("i"))._class_("icon-cog");
- }, function($ctx4) {$ctx4.fillBlock({},$ctx1)})}));
- $4=_st($3)._onClick_((function(){
- return smalltalk.withContext(function($ctx4) {
return _st(_st(self)._keyBinder())._activate();
- }, function($ctx4) {$ctx4.fillBlock({},$ctx1)})}));
- return $4;
- }, function($ctx3) {$ctx3.fillBlock({},$ctx1)})}));
- return $2;
- }, function($ctx2) {$ctx2.fillBlock({html:html},$ctx1)})}))._appendToJQuery_(_st("body")._asJQuery());
- return self}, function($ctx1) {$ctx1.fill(self,"renderCog",{},smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "renderCog\x0a\x09[ :html |\x0a\x09\x09html \x0a\x09\x09\x09div id: 'cog-helper'; \x0a\x09\x09\x09with: [\x0a\x09\x09\x09\x09html a \x0a\x09\x09\x09\x09\x09with: [ (html tag: 'i') class: 'icon-cog' ];\x0a\x09\x09\x09\x09\x09onClick: [ self keyBinder activate ] ] ]\x0a\x09\x09appendToJQuery: 'body' asJQuery",
- messageSends: ["appendToJQuery:", "asJQuery", "id:", "div", "with:", "class:", "tag:", "a", "onClick:", "activate", "keyBinder"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_renderContentOn_",
- smalltalk.method({
- selector: "renderContentOn:",
- category: 'rendering',
- fn: function (html){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$3,$4,$2;
- $1=_st(html)._div();
- _st($1)._class_(_st(self)._cssClass());
- $2=_st($1)._with_((function(){
- return smalltalk.withContext(function($ctx2) {
$3=self;
- _st($3)._renderSelectionOn_(html);
- _st($3)._renderBindingOn_(html);
- $4=_st($3)._renderCloseOn_(html);
- return $4;
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"renderContentOn:",{html:html},smalltalk.HLKeyBinderHelper)})},
- args: ["html"],
- source: "renderContentOn: html\x0a\x09html div class: self cssClass; with: [\x0a \x09self \x0a \x09renderSelectionOn:html;\x0a \x09renderBindingOn: html;\x0a\x09\x09\x09renderCloseOn: html ]",
- messageSends: ["class:", "cssClass", "div", "with:", "renderSelectionOn:", "renderBindingOn:", "renderCloseOn:"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_renderSelectionOn_",
- smalltalk.method({
- selector: "renderSelectionOn:",
- category: 'rendering',
- fn: function (html){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$3,$5,$4,$2;
- $1=_st(html)._span();
- _st($1)._class_("selected");
- $3=$1;
- $5=_st(_st(self)._selectedBinding())._label();
- if(($receiver = $5) == nil || $receiver == undefined){
- $4="Action";
- } else {
- $4=$5;
- };
- $2=_st($3)._with_($4);
- return self}, function($ctx1) {$ctx1.fill(self,"renderSelectionOn:",{html:html}, smalltalk.HLKeyBinderHelper)})},
- args: ["html"],
- source: "renderSelectionOn: html\x0a\x09\x09html span \x0a \x09class: 'selected'; \x0a with: (self selectedBinding label ifNil: [ 'Action' ])",
- messageSends: ["class:", "span", "with:", "ifNil:", "label", "selectedBinding"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_renderStart",
- smalltalk.method({
- selector: "renderStart",
- category: 'rendering',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1,$2;
- _st((function(html){
- return smalltalk.withContext(function($ctx2) {
$1=_st(html)._div();
- _st($1)._id_("keybinding-start-helper");
- $2=_st($1)._with_(_st(_st("Press ").__comma(_st(_st(self)._keyBinder())._activationKeyLabel())).__comma(" to start"));
- return $2;
- }, function($ctx2) {$ctx2.fillBlock({html:html},$ctx1)})}))._appendToJQuery_(_st("body")._asJQuery());
- _st((function(){
- return smalltalk.withContext(function($ctx2) {
return _st(_st(window)._jQuery_("#keybinding-start-helper"))._fadeOut_((1000));
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}))._valueWithTimeout_((2000));
- return self}, function($ctx1) {$ctx1.fill(self,"renderStart",{}, smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "renderStart\x0a\x09[ :html |\x0a\x09\x09html div \x0a\x09\x09\x09id: 'keybinding-start-helper';\x0a\x09\x09\x09with: 'Press ', self keyBinder activationKeyLabel, ' to start' ] appendToJQuery: 'body' asJQuery.\x0a\x09\x0a\x09[ (window jQuery: '#keybinding-start-helper') fadeOut: 1000 ] \x0a\x09\x09valueWithTimeout: 2000",
- messageSends: ["appendToJQuery:", "asJQuery", "id:", "div", "with:", ",", "activationKeyLabel", "keyBinder", "valueWithTimeout:", "fadeOut:", "jQuery:"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_selectedBinding",
- smalltalk.method({
- selector: "selectedBinding",
- category: 'accessing',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $1;
- $1=_st(_st(self)._keyBinder())._selectedBinding();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"selectedBinding",{}, smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "selectedBinding\x0a\x09^ self keyBinder selectedBinding",
- messageSends: ["selectedBinding", "keyBinder"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_show",
- smalltalk.method({
- selector: "show",
- category: 'actions',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(self)._hideCog();
- _st(self)._appendToJQuery_(_st("body")._asJQuery());
- return self}, function($ctx1) {$ctx1.fill(self,"show",{},smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "show\x0a\x09self hideCog.\x0a\x09self appendToJQuery: 'body' asJQuery",
- messageSends: ["hideCog", "appendToJQuery:", "asJQuery"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_showCog",
- smalltalk.method({
- selector: "showCog",
- category: 'actions',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
_st(_st("#cog-helper")._asJQuery())._show();
- return self}, function($ctx1) {$ctx1.fill(self,"showCog",{},smalltalk.HLKeyBinderHelper)})},
- args: [],
- source: "showCog\x0a\x09'#cog-helper' asJQuery show",
- messageSends: ["show", "asJQuery"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper);
- smalltalk.addMethod(
- "_on_",
- smalltalk.method({
- selector: "on:",
- category: 'instance creation',
- fn: function (aKeyBinder){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
var $2,$3,$1;
- $2=_st(self)._new();
- _st($2)._keyBinder_(aKeyBinder);
- $3=_st($2)._yourself();
- $1=$3;
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"on:",{aKeyBinder:aKeyBinder}, smalltalk.HLKeyBinderHelper.klass)})},
- args: ["aKeyBinder"],
- source: "on: aKeyBinder\x0a\x09^ self new\x0a \x09keyBinder: aKeyBinder;\x0a yourself",
- messageSends: ["keyBinder:", "new", "yourself"],
- referencedClasses: []
- }),
- smalltalk.HLKeyBinderHelper.klass);
|