It's not window's 'fault' - what's happening is that you're neither opening nor saving the file through any of the mechanisms that are defined for updating the list of recent documents (specifically, through the Common File Dialog).
It would be possible to code in a specific call, but I must admit that even though I'm a keen Windows fan, I'm reluctant to add such a system-specific piece of code to an application that covers a wide range of platforms, especially since it's only needed in a specific circumstance. I think this would be better handled in the plugin (which would have the advantage of adding jump list entries for other editors as well).
|