I want my app to open new untitled document every time it starts. It worked in 10.6 but now I upgraded to 10.8 and when I close the window with Command+W and then restart the application it won't open any windows.
How do I make it open a new window every time the app starts, regardless of how it exited previously?
I tried to return YES
in both applicationShouldOpenUntitledFile:
and applicationOpenUntitledFile:
of the app delegate without luck.