The Edit Menu contains the standard commands for undo, copy, and paste plus functions related to object properties.
| Command | Description |
|---|---|
| Undo | Undo the most recent action. |
| Redo | Redo the last action that was undone. |
| Undo All | Undo all actions. If the equation was opened from a file, then this returns the equation to its initial state when loaded. |
| Redo All | Redo all actions that have been undone. |
| Cut | Copy the current selection to the clipboard and delete it from the equation. |
| Copy | Copy the current selection to the clipboard. |
| Paste | Paste the contents of the clipboard into the equation. |
| Delete | Delete the current selection from the equation. |
| Select All | If the current selection is an equation selection, then select everything in that equation (either the main equation or an annotation). If the current selection is one or more drawing objects, then select all drawing objects. |
| Select None | If the current selection is an equation selection, then place the caret at the end of the selection. If the current selection is one or more drawing objects, then unselect them and place the caret at the end of the main equation. |
| Properties... | Open the Properties dialog for the currently selected equation structure. If there is no selected structure, then open the Properties dialog for the structure that contains the group that currently contains the caret, if any. |
| Take Color | If the current selection is an equation selection, then take the color at the end of the selection and make it the current equation color. If the current selection is exactly one drawing object, then take the fill and stroke colors of that object and make them the current fill and stroke colors. |