The edit menu and its operations

The edit menu contains operations that are used for the editing or effect the editing in some way. The operations in the menu are described in the list bellow. The list is in the same order as the menu items in the menu.

  1. The undo command makes the last operation undone. The number of undo commands that is possible to perform is unlimited.
  2. The redo command cancels the last undo command.
  3. The cut command first saves all selected graph objects so they can be pasted with the paste command later and then removes them.
  4. The copy command makes a copy of the selected objects in the graph so they can be pasted with the paste command
  5. The paste command paste the saved object from the cut or copy commands in the graph window. It is possible to paste parts of graphs that have been copied or cut from other graph windows.
  6. The Insert mode alternative can be set to on and off below and not insert mode for more information.