Hi, simple existentialist question that google can't answer me:
When and NSOutlineView send the message outlineView:setObjectValue:forTableColumn:byItem: to its data source, will it always reload its data?
I have [sourceList reloadData]; as the last line of that method's implementation, but it doesn't seem to be necessary.
Cheers