The File menu contains the following options:
|
Save Snippet (Ctrl+S) | Saves the source code of the currently selected routine or category to a file. The file is a fragment of Pascal code. The Save Snippet dialog box is displayed and is used to determine the format of the file being saved. This can be plain text, a Pascal include file, HTML or RTF. The latter two options can be syntax highlighted. Not available for type definition and constant snippets. |
|
Save Unit (Ctrl+U) | Generates a valid Pascal unit containing the the currently selected snippets and saves it to file. The Save Unit dialog box is displayed and is used to determine the format of the file being saved. The format can be plain text, a Pascal unit file, HTML or RTF. The latter two options can be syntax highlighted. Freeform snippets are not included in the unit. |
| Page Setup | Displays the Page Setup dialog box to enable the properties of printed pages to be customised. | |
|
Print (Ctrl+P) | Prints information about the currently selected snippet. Displays the Print dialog box where the required printer can be specified and various output options set. |
|
Exit | Closes the program. |
Return to the main menu.