Skip to content

Dialog Save All

Digitoxin1 edited this page May 6, 2026 · 3 revisions

Save All Prompt

The Save All Prompt dialog is shown when a workspace-wide action needs a per-image answer. It allows the user to decide once for all remaining images rather than being prompted separately for each one.


How to Open

The dialog is not opened directly from the menu. It is shown by bulk commands such as Save All and Close All when one or more images have unsaved modifications or otherwise require confirmation.


Overview

The dialog displays a short caption (supplied by the caller) describing the specific question being asked for the current image, such as whether to save pending modifications.

A question-mark icon is drawn next to the caption to indicate that a decision is required.


Buttons

Yes

Applies the action for the current image only.


No

Skips the action for the current image only.


Yes to All

Applies the action for the current image and every subsequent image affected by the same bulk command, without prompting again.


No to All

Skips the action for the current image and every subsequent image, without prompting again.


Cancel

Aborts the entire bulk operation. Any images that were already processed before Cancel was selected retain the results of their prompts; any remaining images are left untouched.


Notes

  • The dialog is modal; one of the five options must be selected before the bulk command continues.
  • The dialog is a general-purpose multi-button prompt; its exact wording depends on the command that invoked it.

Clone this wiki locally