IIRC, you get the option to save whenever you try to quit. So save and quit didn't really make sense, as it'd save, then ask you if you wanted to save again before actually quitting... Cheers, Henry Oscar Nierstrasz skrev:
Hi Folks,
Is there any reason why "save and quit" is commented out of the world menu? It is what I want to do 90% of the time.
Would be nice to have it back by default.
- on
TheWorldMenu>>buildWorldMenu "Build the menu that is put up when the screen-desktop is clicked on" | menu | ... self fillIn: menu from: { nil. ... "{'save and quit'. {self. #saveAndQuit}. 'save the current image on disk, and quit out of Squeak.'}." {'quit'. {self. #quitSession}. 'quit out of Squeak.'} }. ^ menu
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project