Is there any public API to determine when a document is finished renaming (from its window...when clicking on the title in the titlebar).
I only need to pick up the rename event when the user edits it via the titlebar for certain reasons. I don't need to worry about another process renaming the document. It seems like it'd be nice to get a callback, either from NSWindowDelegate or something. Did I miss it? I can KVO the window's title, I guess? But I really only want to know when the user renames the document via the popover.