| 
					
				 | 
			
			
				@@ -6344,8 +6344,6 @@ $ctx2.sendIdx["class:"]=2; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 _st($3)._at_put_("data-toggle","dropdown"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $4=_st($3)._with_((function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 return smalltalk.withContext(function($ctx3) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-_st(html)._with_("Open..."); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$ctx3.sendIdx["with:"]=3; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 return _st(_st(html)._tag_("b"))._class_("caret"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $ctx3.sendIdx["class:"]=3; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }, function($ctx3) {$ctx3.fillBlock({},$ctx2,2)})})); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -6375,16 +6373,16 @@ return _st(each)._openAsTab(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }, function($ctx6) {$ctx6.fillBlock({},$ctx5,8)})})); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 return $9; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }, function($ctx5) {$ctx5.fillBlock({},$ctx4,7)})})); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$ctx4.sendIdx["with:"]=5; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$ctx4.sendIdx["with:"]=4; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }, function($ctx4) {$ctx4.fillBlock({each:each},$ctx3,6)})})); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }, function($ctx3) {$ctx3.fillBlock({},$ctx2,3)})})); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$ctx2.sendIdx["with:"]=4; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$ctx2.sendIdx["with:"]=3; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 return $6; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})})); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $ctx1.sendIdx["with:"]=1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 return self}, function($ctx1) {$ctx1.fill(self,"renderAddOn:",{html:html},globals.HLTabsWidget)})}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 args: ["html"], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-source: "renderAddOn: html\x0a    html div \x0a    \x09class: 'dropdown new_tab';\x0a        with: [ \x0a\x09\x09\x09html a \x0a        \x09\x09class: 'dropdown-toggle';\x0a           \x09 \x09at: 'data-toggle' put: 'dropdown';\x0a            \x09with: [ \x0a            \x09\x09html with: 'Open...'.\x0a  \x09\x09\x09\x09\x09(html tag: 'b') class: 'caret' ].\x0a           html ul \x0a           \x09\x09class: 'dropdown-menu';\x0a                with: [\x0a                  \x09((HLWidget withAllSubclasses\x0a                    \x09select: [ :each | each canBeOpenAsTab ])\x0a                        sorted: [ :a :b | a tabPriority < b tabPriority ])\x0a                        do: [ :each |\x0a  \x09\x09\x09\x09\x09\x09\x09html li with: [\x0a                      \x09\x09\x09html a \x0a                                \x09with: each tabLabel;\x0a      \x09\x09\x09\x09\x09\x09\x09\x09onClick: [ each openAsTab ] ] ] ] ]", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+source: "renderAddOn: html\x0a    html div \x0a    \x09class: 'dropdown new_tab';\x0a        with: [ \x0a\x09\x09\x09html a \x0a        \x09\x09class: 'dropdown-toggle';\x0a           \x09 \x09at: 'data-toggle' put: 'dropdown';\x0a            \x09with: [\x0a  \x09\x09\x09\x09\x09(html tag: 'b') class: 'caret' ].\x0a           html ul \x0a           \x09\x09class: 'dropdown-menu';\x0a                with: [\x0a                  \x09((HLWidget withAllSubclasses\x0a                    \x09select: [ :each | each canBeOpenAsTab ])\x0a                        sorted: [ :a :b | a tabPriority < b tabPriority ])\x0a                        do: [ :each |\x0a  \x09\x09\x09\x09\x09\x09\x09html li with: [\x0a                      \x09\x09\x09html a \x0a                                \x09with: each tabLabel;\x0a      \x09\x09\x09\x09\x09\x09\x09\x09onClick: [ each openAsTab ] ] ] ] ]", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 messageSends: ["class:", "div", "with:", "a", "at:put:", "tag:", "ul", "do:", "sorted:", "select:", "withAllSubclasses", "canBeOpenAsTab", "<", "tabPriority", "li", "tabLabel", "onClick:", "openAsTab"], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 referencedClasses: ["HLWidget"] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }), 
			 |