June 10, 2009
11:33 a.m.
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