The K Desktop Environment

Next Previous Table of Contents

9. Menu entries

9.1 File

New Document

Creates a new empty document named "Untitled n", where "n" is a number used to identify this document in case there are more than one untitled documents open.

Open

Opens the document the user has chosen from a file dialog box. If a document is already open, then this document gets hidden (but not closed) and the new is displayed.

Insert

Opens the document the user has chosen from a file dialog box and inserts it into the current document (if any) starting from the cursor position.

Open Recent

This submenu stores the five most recent used documents. This list is remembered from one session to the next.

Reload

Reloads the current displayed document. A warning message becomes visible if the document contains unsaved changes.

Save

Writes the document data to disk. If the document is untitled, then the user must specify a valid name. If backup creation has been enabled (see Customize) the original file on disk will be renamed first.

Save as

Renames the current document name and writes data to disk. The original file on disk is left untouched.

Close Document

Closes active document. If it contains unsaved changes, the user will be prompted to save data first.

Print Document

Opens the print dialog box.

Export

Opens the export dialog box. This dialog allows the user to export the data as shown in the editor. At the moment data can be exported as formatted text and as HTML tables.

Cancel Operation

Stops a lengthy operation (eg., printing). The operation is not stopped immediately. The user has to confirm the action in a dialog box first.

Permissions

This submenu contains options (Read only and Allow resize) that sets the read-write state of the document and the ability to resize a document.

New Window

Opens a new editor window.

Close Window

Closes this editor window. If there is only one window open, then KHexEdit is terminated.

Quit

Closes KHexEdit. The user will be prompted to save unsaved documents first.

9.2 Edit

Undo

Undo an editor operation.

Redo

Redo an editor operation.

Copy

Copies a selection to the clipboard. The copied data is a MIME encapsulated message of the binary data.

Paste

Pastes the contents of the clipboard into the document at the cursor location. If the contents is recognized as a MIME message made by KHexEdit itself, then this message will be decoded. Otherwise the data is written directly into the editor.

Cut

Deletes a selected area. The selection is copied to the clipboard first as a MIME encapsulated message (see above).

Special

This submenu contains copy and paste options. Copy as text (primary field) copies the current selection as formatted text to the clipboard. Only the data of the primary field is copied. Copy as text (all fields) copies the current selection, as well as the associated data in the offset column to the clipboard. Paste into new file pastes the clipboard contents to a new file while Paste into new window pastes the clipboard contents to a new file in a new window.

Select All

Selects the entire document.

Unselect

Removes a selection if present.

Goto Offset

Opens the "Goto Offset" dialog box.

Find

Opens the "Find" dialog box.

Find Again

Locates the next match for the pattern defined in the "Find" dialog box. If no pattern has been defined, the user is prompted with a warning dialog box.

Find and Replace

Opens the "Find and Replace" dialog box.

Insert Pattern

Opens the "Insert Pattern" dialog box.

9.3 View

Hexadecimal, Octal, Binary, Text only

Sets the formatting for the displayed data in the primary field. If Text only is selected then text field (rightmost field) will be hidden.

Show offset column

Toggles the offset column visibility on and off.

Show text field

Toggles the text field (rightmost field) visibility on and off. The text field can not be made visible when Text only formatting (see above) is selected.

Offset as decimal

Toggles the offset column representation between hexadecimal and decimal format.

Upper case (data)

Toggles the hexadecimal data to be displayed with upper or lower case characters. This mode will only have effect when Hexadecimal formatting (see above) is selected.

Upper case (offset)

Toggles the hexadecimal offset values to be displayed with upper or lower case characters. This mode will only have effect when the offset column displays offset data with hexadecimal values.

Document Encoding

This submenu contains encoding options. Default use the standard encoding (no decoding at all), US-ASCII assumes document data uses 7-bit ASCII, while EBCDIC assumes EBCDIC encoded document. User Defined allows the user to define a encoding.

9.4 Tools

Extract Strings

Opens the "Extract Strings" dialog box.

Record Viewer

Opens the "Record Viewer" dialog box.

Binary Filter

Opens the "Binary Filter" dialog box.

Character Table

Opens the "Character Table" dialog box.

Select Indicator

Opens the "Select Indicator" dialog box.

Statistics

Opens the "Statistics" dialog box.

9.5 Bookmarks

Add Bookmark

Adds a bookmark using the offset of the cursor.

Replace Bookmark

Replaces a current bookmark with a new one.

Remove Bookmark

Removes a bookmark.

Remove All

Removes all bookmarks of the current document. The user must confirm the operation.

9.6 Documents

This menu contains the list of all open documents in the editor. Once an entry is activated in the menu, the corresponding document will be displayed in the editor.

9.7 Options

Customize

Opens the Customize dialog box.

Favorites

Opens the "Favorites" dialog box.

Show Toolbar

Toggles the visibility of statusbar.

Conversion Field

This submenu contains entries for displaying the Conversion Field. Hide hides the field, Show In Own Window moves the field into a free standing window, while Show In Editor Window displays the field at the bottom of the editor window. The latter is the default setting.

Show Statusbar

Toggles the visibility of the statusbar.

Save configuration

Saves the current configuration as selected in the Customize dialog box and the current layout to disk. This is also done automatically when the KHexEdit terminates.

9.8 Help

Contents

Opens the index of the help text you read now.

About khexedit

Opens a dialog box which displays contact information, e-mail and home page addresses as well as contributors and the software license.

About KDE

Some information about the KDE project.

Next Previous Table of Contents