Jesse,
If I wanted to have people set their mGTD documents explicitly in the pref panel (with an IB file browser), how could I match that document with open Mori docs?
Also, which point would I have to extend so that I would know when a user opens a new document?
I'm sorry if these things are clear and well documented, but I just can't find them tonight.
Thanks,
Jeff
I'm not sure what you mean
I'm not sure what you mean exactly. Are you saying that you have a file path, and want to find the Mori document that matches that path? If that's the case then I think you want to use [NSDocumentController documentForURL:]. In general NSDocumentController is the class that's responsible for creating and managing documents.