=== Top of the Swiki === Attachments ===

FAQ: Finding Code in an Image

How do I find the code that does X in Squeak? For example, how do I find the code that handles the "save and quit" menu item?

On the menus there are a couple of possibilities. Let's, for example, try to find out how the "help..." item in the World menu works:



Regarding the windows present in the Squeak distributed image, some (the Play with me's) are projects. Click in one of these windows and pick "enter" from the menu that appears. Once in the project, all morphs can be manipulated (inspected, moved, trashed, etc) by cmd-clicking on the morph and clicking on the appropriate halo (colored dots). The other windows are simple workspaces with text typed in them. BobArning