Next: Edit
Up: DrScheme's Menus
Previous: DrScheme's Menus
- New creates a new DrScheme window.
- Open... brings up a dialog box from which you choose a
file. The file you choose will be loaded into the program buffer. You
will be warned if the current definitions buffer contents are not saved. In
the dialog box, highlight a file and choose OK. To switch to a
subdirectory, highlight the subdirectory and choose OK. To switch to a
containing directory press the button above the file list and choose a
directory. To switch to an arbitrary directory type the directory in the
little window along the bottom of the dialog, and press return.
- Open URL... will bring up a dialog box prompting you for a
Uniform Resource Locator (URL). Try http://www.cs.rice.edu/CS/PLT/!
- Revert loads the file currently in the program buffer.
That is, any changes you made since the file was last saved will be
ignored. You are warned if the current program buffer contents are
not saved.
- Save Definitions saves the definitions buffer contents.
If the file is untitled, you will be prompted for a filename.
If not, the current filename will be used.
- Save Definitions As... will save the definitions buffer contents
in a new file. You are prompted for a filename.
- Save Definitions As Text... saves the definitions buffer contents
in a new file, as text only. You are prompted for a filename.
- Save Interactions saves the interactions buffer contents.
If the file is untitled, you will be prompted for a filename.
If not, the current filename will be used.
- Save Interactions As... will save the interactions buffer
contents in a new file. You are prompted for a filename.
- Save Interactions As Text... saves the definitions buffer contents
in a new file, as text only. You are prompted for a filename.
- Show Interactions History opens a window that shows the
history of expressions evaluated in the interactions buffer. Use meta-p
in the interactions buffer to cycle through the history.
- Print Definitions... opens a dialog for printing the program
currently in the definitions buffer.
- Print Interactions... opens a dialog for printing the
contents of the interactions buffer.
- Close closes this DrScheme window. If this is the last
DrScheme window open, DrScheme will quit. You will be warned if the
current definitions buffer is not saved.
- Quit or Exit exits DrScheme. You will be warned if the current
definitions buffer is not saved.
Next: Edit
Up: DrScheme's Menus
Previous: DrScheme's Menus
PLT