This should be straightforward but I couldn't find anything on either SO or Google on this topic so..
What's the best way of zooming new document windows to full screen (i.e. not the full screen mode but just maximizing the window) for NSDocument
based apps?
It might even be some method to override in NSDocument
or NSWindowController
but I'm unable to locate it. Or are we supposed to do this manually somewhere in the initWithType:error:
method..?