The Text Editor becomes visible after you select any found text file and click the Edit button. The text editor allows you to edit any file without having to launch any external text editor.
The Text Editor supports all the most common text file formats: ANSI, UTF-8, Unicode (16-bit little endian).
If a file you have selected for editing contains entries of the
sought text, the editor comes with bookmarks set against the matches.
Bookmarks are indicated with
.

The text editor provide commands that are common to all text editors; these can be accessed via the editor toolbar.
| Button | Description |
|---|---|
| Save | Saves the active file. This button remains inactive until you make any modification to the active file. |
| Cut | Cuts the selection and places it on the Clipboard. |
| Copy | Copies the selection to the Clipboard. |
| Paste | Inserts the Clipboard contents. |
| Undo | Reverses the last command or deletes the last entry you typed. |
| Redo | Reverses the action of the Undo command. |
| Wrap | Toggles word-wrapping mode on or off. |
| Font | Changes font used by the editor to display text. |
| If a file you have selected for editing contains entries of the sought text, this button navigates to the previous bookmark that has been set against the found match. | |
| Navigates to the next bookmark that has been set against the found match. |