Skip to content

UI Toolbar

Digitoxin edited this page Dec 21, 2025 · 3 revisions

Toolbar

Toolbar

The Toolbar provides quick access to commonly used actions and contextual controls related to the active image and the current workspace state.

All toolbar items are icon-based unless otherwise noted.
Toolbar items may be enabled, disabled, shown, or hidden depending on image state, selection context, and scan status.


File Operations

Open

Opens a disk image file.

  • Equivalent to File → Open
  • Opens the selected image without closing existing images
  • The newly opened image becomes the active image

Save

Saves the currently active image.

  • Equivalent to File → Save
  • Disabled when no unsaved changes exist

Save As

Saves the active image to a new file.

  • Equivalent to File → Save As
  • Prompts for a destination path

Save All

Saves all modified open images.

  • Equivalent to File → Save All
  • Only images with unsaved changes are written

Close

Closes the active image.

  • Equivalent to File → Close
  • Prompts to save changes if necessary

Close All

Closes all open images.

  • Equivalent to File → Close All
  • Prompts to save changes for each modified image

File-Level Actions

File Properties

Displays properties for the currently selected file.

  • Equivalent to Edit → File Properties
  • Disabled when no file is selected
  • Opens the File Properties dialog for the selected entry.
  • When multiple entries are selected, a multi-file version of the dialog is shown.

Export File

Exports the currently selected file to the host filesystem.

  • Equivalent to Edit → Export File
  • Disabled when no file is selected

Import Files

Imports files into the active image.

  • Equivalent to Edit → Import Files
  • Imported files are placed in the root directory, regardless of the current directory selection

Edit History

Undo

Undoes the most recent modification to the active image.

  • Equivalent to Edit → Undo
  • Disabled when no undoable actions exist

Redo

Reapplies the most recently undone modification.

  • Equivalent to Edit → Redo
  • Disabled when no redoable actions exist

File Viewing

View File as Text

Displays the currently selected file as text.

  • Opens a text-based viewer
  • Intended for viewing plain-text file contents
  • Disabled when no file is selected

View File

Displays the currently selected file in the hex editor.

  • Opens the file in a hexadecimal view
  • Equivalent to viewing the file through the Hex interface
  • Disabled when no file is selected

FAT Selection

FAT1 / FAT2 (Combo Box)

Allows selection of the active File Allocation Table.

  • Appears only when FAT tables do not match
  • Displayed as a combo box labeled FAT1 | FAT2
  • Selecting a FAT determines which table is considered active for viewing and editing

This control reflects the current image state and does not modify data by itself.


Filter Controls

The following toolbar controls act as filters and integrate with the Filters menu.

Unless otherwise noted:

  • Filters affect which images are displayed
  • Filters are cleared when Clear Filters is selected from the menu

Disk Format Filter

Label + Combo Box

Filters images by detected disk format.

  • Appears only after Scan Images has been performed
  • Combo box contains:
    • (All)
    • One entry per detected disk format (e.g. 360K, 720K, etc.)
  • Selecting a value filters the image list
  • Reset to (All) when filters are cleared

OEM Name Filter

Label + Combo Box

Filters images by detected OEM Name.

  • Appears only after Scan Images has been performed
  • Combo box contains:
    • (All)
    • One entry per detected OEM Name
  • Selecting a value filters the image list
  • Reset to (All) when filters are cleared

Search Filter

Label + Text Input

Filters images based on their file names.

  • Always available, regardless of scan state
  • Searches within the file names of open images
  • Filters the image list dynamically as text is entered
  • Cleared automatically when Clear Filters is selected

This filter operates independently of image scanning.


Notes

  • Toolbar actions generally mirror menu commands for convenience
  • Toolbar controls may change availability based on:
    • Active image state
    • File selection
    • Scan status
    • Image structure
  • Filter controls are synchronized with the Filters menu
  • Toolbar actions never bypass confirmation or safety checks present in menu commands

See Also

Clone this wiki locally