|
Edit menu |
Top Previous Next |
|
Edit Menu
Edit - Undo
Undoes the last operation that was performed. For example, if the last thing done in the word processor were selected text to be deleted, then the undo would undelete the text.
Edit - Redo
Re does the last operation that was performed
Edit - Cut
'Cuts' the selected text and places it on the Windows clipboard.
Edit - Copy
Makes a copy of the selected text and places it on the Windows clipboard.
Edit - Paste
Takes any information on the Windows clipboard, and places it into the current document at the current cursor position. If an Edit - Cut or Edit - Copy has been performed in Unique or some other Windows application, there will be information on the clipboard to paste. Edit - Find
Finds a particular value in the document. You may search up or down. Searching Down simply means to start searching from the current cursor position, downward through the document, while searching UP means to search towards the beginning of the document. Match case should be checked if you want uppercase and lowercase letters treated differently. For example, searching for Hello with Match case checked will NOT find the word HELLO in the document.
Edit - Find Next
If a Find has already been performed, Find Next will find the next occurrence of the word or words being searched for. If the direction of the Find was down, then the next occurrence is located. If the Find direction was up, the previous occurrence is found.
Edit - Replace
Searches the document for the specified text, and when it is found, this text is replaced by the new specified value. Clicking the Find Next button will find the next occurrence of the target word. The Replace button replaces the found value with the new value, while the Replace All button replaces all occurrences of the target word with the new value.
|