Chapter 4. Menu Entries

Note that most menu commands also have a keyboard shortcut.

File Menu

FileNew (Ctrl+N)

Create a new byte array...

  • Empty: ... as Empty one.

  • From Clipboard: ... by the current content of the clipboard.

  • Pattern...: ... with a given pattern.

  • Random Data...: ...with random data.

  • Sequence: ... with all the bytes from 0 to 255.

FileOpen... (Ctrl+O)

Open an existing file.

FileOpen Recent

Choose from a list of the last opened files.

FileSave (Ctrl+S)

Save byte array to the assigned file.

FileSave As...

Save byte array to another file with a new name.

FileExport

Export the selected bytes to a file...

  • Values: ... encoded as byte values.

  • Plain Text: ... encoded as characters.

  • Base64: ... encoded in the Base64 format.

  • C array: ... defined as an array in the programming language C.

  • View in Plain Text: ... as in the data view with offset, byte values and characters.

FileReload (F5)

Discards all changes and reloads the byte array from the file.

FilePrint... (Ctrl+P)

Print the current byte array.

FilePermissions

Set modification privileges:

Set Read-only

When set, changes may not be made to the loaded byte array.

FileClose (Ctrl+W)

Close the current byte array.

FileClose All

Close all byte arrays.

FileClose All Other

Close all besides the current byte array.

FileQuit (Ctrl+Q)

Close the Okteta window.