Re: setting tab stops in swift

2015-08-27 Thread Marc Khadpe
It looks like your code should be: let theTabStop: NSTextTab = NSTextTab(type: .LeftTabStopType, location: tabInterval * cnt) Check the documentation on NSTextTab here https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSTextTab_Class/#//apple_ref/occ/

Re: Does "- replaceItemAtURL: withItemAtURL: backupItemName: options: resultingItemURL: error:" handle cross-volume moves?

2015-03-30 Thread Marc Khadpe
n the destination, and replaceItemAtURL may fail. Marc Khadpe ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help