Tcc menus

The File menu

This menu is for actions which read, write and print files.

New Menu entry (unimplemented)

This entry is reserved for creating a new (empty) tcl script window. The current tcl script is replaced with an empty one, with no filename assigned.

Open Menu entry (partially implemented)

This menu entry is capable of reading the following files:

Save Menu entry (unimplemented)

Save the contents of the frontmost script window (.tcl or .qtu). Not currently implemented for tcl scripts.

Save As Menu entry

This can export the following file data:

Page Setup... Menu entry

Setup page attributes ready for printing.

Print Menu entry

Prints the contents of the foremost window.

This can print the following data:

Exit Menu entry

Exits the tcc program. The following data is automatically preserved in the <&OB>script>.tcp file:

The following data is preserved in the tcc.tcp file:

The following files are also produced:

The Edit menu

The View menu

The Configure menu

The Step menu

Single step the TCL script. This means that each WHEN statement gets a chance to run just once. All the tests are evaluated once and those statements that are then eligible to be executed are executed.

The Reset menu

Return to the state just after the script was loaded and compiled. Reset all variables and outputs to zero. Return the CTC panels back to their startup state. Does not stop the network interfaces.

The Run menu

Start running the TCL script.

Last modified 15 Feb 2009

©Howard Amos 2008-2009