beeware / cricket

A GUI tool for running Python test suites.
BSD 3-Clause "New" or "Revised" License
213 stars 68 forks source link

Add quit in file menu. Change to valid reference at keyboard interrupt. #31

Closed nfredrik closed 10 years ago

nfredrik commented 10 years ago

Hi, could this be something that's relevant? regards Fredrik

freakboy3742 commented 10 years ago

The reason I didn't add a Quit is that a Quit option is available by default on OSX (my primary development platform), under the "App" menu, and it's already bound to the Cmd-Q key. If you're on other platforms, this obviously won't exist; but if you're on OSX, having a quit option under the File menu would be odd.

So, yes - this is worth doing, but it needs a cross-platform check, so the menu option is only installed if the platform != OSX.

freakboy3742 commented 10 years ago

Closing in preference for #32.