The File Operations are rather standard and similar to corresponding operations in other programs. Constructions are stored in a special file format. The construction files have the extension ".cdy".
NewThis action clears the entire construction. Everything is reset to the original state.
LoadLoads a construction.
SavePrompts for a filename if needed and saves the construction.
Save AsPrompts for a new filename and save the construction.
Print all viewsPrints all currently open views. This operation makes use of the Java printing routines. The output is inferior to the output produced using the "Print PS" command of a view, due to the limits of the Java printing interface. If you have the facilities to print and preview PostScript files (we recommend installing Ghostscript and GSView resp. gv) it is much better to use the PostScript printout routines.
Export to HTMLThis operation automatically generates an interactive HTML page.
Create an exerciseWith this operation you can generate student exercises, which can be used inside a standard web browser. Read more about it in the chapter on creating interactive web pages and exercises.
UndoThis operation undoes the last performed action. The following actions are undoable:
You can undo as many consecutive operations as you want.
RedoRedoes the last undo operation. You can redo as many consecutive undo operations as you want.
DeleteDeletes all selected elements and all elements that depend on them. If you delete elements by accident, just use "Undo" to restore them.
Select allSelects all geometric elements.
Select pointsSelects all points.
Select linesSelects all lines.
Select conicsSelects all circles and conics.
Deselect
Clears the current selection.