Re: I think I messed up the undo-count during load

2017-03-03 Thread Daryle Walker
Nearly a day later, and the bug doesn’t show up now. I hate Heisen-bugs. But is there a timing issue on how “NSManagedObjectContext.save” works? — Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT com ___ Cocoa-dev mailing list (

I think I messed up the undo-count during load

2017-03-02 Thread Daryle Walker
I got data loading working (-ish?) in my NSDocument-based app. But soon after the window opens, the “Edited” status appears. Here’s the method: > override func read(from data: Data, ofType typeName: String) throws { > guard UTTypeConformsTo(typeName as CFString, > Names.international