Edit Menu
Prev
Next

Edit Menu

Edit->Undo (Ctrl+Z)

Undo the last action.

Edit->Redo (Ctrl+Shift+Z)

Redo the last undone action.

Edit->Cut (Ctrl+X)

Delete the selected bytes and copy them to the clipboard.

Edit->Copy (Ctrl+C)

Copy the selected bytes to the clipboard.

Edit->Paste (Ctrl+V)

Insert the cut or copied bytes in the clipboard.

Edit->Special

Variations on Copy and Paste:

  • Copy as Text: Copies the selected bytes as ASCII characters.

  • Paste into New File.

  • Paste into new window.

Edit->Select All (Ctrl+A)

Select entire document.

Edit->Unselect

Unselect entire document.

Edit->Find... (Ctrl+F)

Find a specified pattern in the document. Hexadecimal,decimal, octal, binary or text patterns can be searched for.

Options in the dialog box allow you to specify the starting point, direction and range of the search.

Edit->Find Next (F3)

Find the next instance of the Find pattern.

Edit->Find Previous (Shift+F3)

Find the previous instance of the Find pattern.

Edit->Replace... (Ctrl+R)

Replace the find pattern with a different pattern.

Edit->Goto Offset... (Ctrl+G)

Move the cursor to a specified offset.

Edit->Insert Pattern... (Ctrl+Ins)

Insert a specified string of bytes.

Options in the dialog box allow you to specify the length of the pattern, its format (hexadecimal, decimal, octal, binary or text) and the insertion point.

If Repeat pattern is checked, the specified pattern will be inserted repeatedly to reach the length set in Size.

Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team