|
@@ -897,6 +897,31 @@ messageSends: []
|
|
|
}),
|
|
|
$globals.HLClassReferencesListWidget);
|
|
|
|
|
|
+$core.addMethod(
|
|
|
+$core.method({
|
|
|
+selector: "onItemDoubleClicked:on:",
|
|
|
+protocol: 'reactions',
|
|
|
+fn: function (anEvent,anObject){
|
|
|
+var self=this;
|
|
|
+function $HLBrowser(){return $globals.HLBrowser||(typeof HLBrowser=="undefined"?nil:HLBrowser)}
|
|
|
+
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
+
|
|
|
+$recv($recv($HLBrowser())._openAsTab())._openMethod_(anObject);
|
|
|
+return self;
|
|
|
+
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"onItemDoubleClicked:on:",{anEvent:anEvent,anObject:anObject},$globals.HLClassReferencesListWidget)});
|
|
|
+
|
|
|
+},
|
|
|
+
|
|
|
+args: ["anEvent", "anObject"],
|
|
|
+source: "onItemDoubleClicked: anEvent on: anObject \x0a\x09\x22The item that this widget has rendered for anObject has been double clicked.\x22\x0a\x0a\x09HLBrowser openAsTab openMethod: anObject",
|
|
|
+referencedClasses: ["HLBrowser"],
|
|
|
+
|
|
|
+messageSends: ["openMethod:", "openAsTab"]
|
|
|
+}),
|
|
|
+$globals.HLClassReferencesListWidget);
|
|
|
+
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "onSearchReferences:",
|