coreh-deprecated / nide

Beautiful IDE for Node.js
http://coreh.github.com/nide/
712 stars 111 forks source link

OSX: Reopen on window close #71

Open imryan opened 11 years ago

imryan commented 11 years ago

Hey, love the OSX app! You should implement the method:

- (BOOL)applicationShouldHandleReopen:(NSApplication *)sender hasVisibleWindows:(BOOL)flag
{
    [_window setIsVisible:true];
    return true;
}

So that the window will reopen upon hitting the (x). Thanks man. :)