Clustering not saved when you quit TreeView3 any other way besides closing the main window

Issue #563 closed
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Safely quit treeview without losing work.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Open any file
  2. Cluster
  3. Do any one of the following: * Type command-q * Select TreeView3->Quit TreeView3 * Right-click app icon in the dock and select quit

CURRENT BEHAVIOR

App quits immediately without saving the clustering that was performed.

EXPECTED BEHAVIOR

The same thing should happen as when you close the main window: prompt to save.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Either prompt to save immediately upon finishing of clustering or write code to catch the various quit events and prompt to save when they happen.

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

medium

COMMENTS

Comments (4)

  1. Log in to comment