File Menu Functions:



   Clear
--------------
Deletes all contents of the current CSD window.



   Open
--------------
Brings up a dialog that allows the user to select a file to load into the CSD window.



   Save
--------------
Saves the current file under its given name.  All CSD characters are automatically filtered so that only plain text is saved.  A backup file is created by renaming the original file (filename)%g. 



   Save As
--------------
Allows the user to rename the open file via a save file dialog.

If the file exists, the user is given the option to save over it. If the user chooses to save over, the old file is backed up with the name  (filename)%g  .



   Print
--------------
This option allows the user to print the CSD.

The file may be printed directly to any PostScript compatible printer, using the <Print> button.

The <Print to File> button brings up a dialog that allows the user to save the file in PostScript form.

The size of the print font is controlled by the value in the Point Size box. 

A personalized header may be added to the document by entering the text in the header box.

The filename header button causes the filename and directory path to be placed at the top left corner of each printed page.

The page number button toggles page numbering. Page numbers appear in the upper right hand corner of each page.

The printer list is read from the results of a system call to "lpstat -a" and the contents of "/etc/printcap", and printing is done with a system call to "lpr".



   Language
--------------
Menu that allows the current language for the CSD window to be changed.



   Default Settings
--------------
Saving default setting makes the current settings (font size, print margins, view settings, compiler commands, etc.) for the CSD window be the default settings. Loading defaults settings changes the current settings to defaults.



   Add To Project
--------------
Add the current file to the current project.



   Exit
--------------
Closes the current CSD window.
