Handling double-clicks (NSTableView->General)UseNSTableView's-setDoubleAction:method, and supply it a standard IBAction-style method selector.You may need to also do
-setTarget:. double-clicks get sent if the column isn't editable, so you may need to grab the column and do a-setEditable: NOon it.