Edit

Undo: undoes your previous action.
Undo List: shows a list of all your previous actions and you can optionally select one of them and restore it.
Cut: cuts a selected portion to the buffer. To select a portion, double click the hex part of the code (start point) and again double click it to define the ending point.
Copy: copies a selected portion to the buffer. To select a portion, double click the hex part of the code (start point) and again double click it to define the ending point.
Copy as...: copies a selected portion to the buffer as that the buffer can be used with other programs. Supported modes are: C+ source code, HTML document, Rich Text Format document and plain text, Quick Basic source code and Visual Basic 5.0 source code.
Paste: pastes a selected portion from the buffer to the file.
Fill: fills a selected portion with a certain byte from null (00) to (FF).
Insert: inserts a null byte (00) just before the current cursor position.
Delete: deletes the byte where the current position is. If a selection is made, then the selection is deleted.
Find: finds a sole or a sequence of hex or ascii bytes within the source code of the selected file.
Find next: repeats last find command.
Replace: replaces a hex or ascii string within a file.
Goto: jumps a certain amount of bytes forward or backward in a file.
Goto again: repeats last jump.
Watches: access to the watch manager. You may put up to 20 expression to trace.
Watch mode: if you intend not to use watches, disabling (mute) them will accelerate the kernel. Otherwise you may enable them or have an automatic mode (enables them only if they exists, mutes if they don't). The last mode is the default.

Return