
browser (b):
A Browser which shows the code of Squeak, and allows editing
it.
Cmd-b with the cursor in a Projects (outside a Morph) starts
one also.
package-pane browser:
Same as the previous one, with an extra pane for packages.
workspace
Starts a new Workspace. So does Cmd-k.
file-list
Starts a filelist of the directory Squeak is in. Allows
editing of files.
file...
Starts a filelisy of only filenames of the directory Squeak
is in. Allows loading.
transcript:
Starts a Transcript. So does Cmd-t.
method finder:
Starts a method finder that works on compiled code of
methods.
message names (W):
Starts a method find that works on the strings for methods.
simple change sorter:
Starts a changesort with one list of Changes.
dual change sorter:
Starts a changesort with two lists of Changes.
The following group of items on the open... menu may be longer or shorter.
Package Loader
Starts a Package Loader. You need to be online, for it
must go to Squeak Map.
web browser
Starts Scamper.
email reader
Starts Celeste.
IRC chat
Starts a chat tool, for which you need to be online to
use it.
Test Runner:
Starts a Test Runner, that tests whether code in
the image works.
VMMaker
Starts a VM maker, to remake Squeak's innards. Not
for newbies, but read the Help at some point.
The following group of items on the open... menu concerns projects
mvc projects
Starts a new project button for a classical Smalltalk-80
project. See also MVC.
morphic project
Starts a new project button for a morphic Squeak project.
Be sure to try this out.