Hexadecimal editing

Using the Hex edit line action, you can display the hexadecimal (hex) values for the selected line of text.

The hex values are displayed at the bottom of the editor in a table format. There are two rows, the first being the highlighted text and the second the hex value of the line. You can change the hex values in the table and the change is reflected in the text. Changes made to the character text are also reflected in the hex representation of the text.

To enable hexadecimal editing, right-mouse click and click Source > Hex edit line. After the hex editing function is enabled, you can select lines in the file and the hex representation is shown at the bottom of the editor. To disable hex editing, click Esc.


Feedback