Closed mjherzog closed 12 months ago
I just tested on v4.0.0rc4 and the new Scan loaded much more quickly than v4.0.0rc3. It still might be a good idea to provide an explicit File Close command.
- The SCWB display retains the old data in the Table View until after the new file is fully processed which is confusing
Yep, this needs to be resolved
In addition to the menu item (with a shortcut), we should flush the previous scan immediately when the new scan is parsed successfully (If unsuccessful, then keeping the old scan is ok IMO)
I suggest the Close command should flush the previous scan immediately - no reason to wait on the results of parsing the new scan. This should be much simpler and the user can always re-open the prior scan if that is what they want to do
I suggest the Close command should flush the previous scan immediately - no reason to wait on the results of parsing the new scan.
Yeah this would be better (unsuccessful parsing should be rare anyway)
what would be an ideal keyboard shortcut for close command?
I thought of Ctrl+w
but it's already being used to close the window
perhaps Ctrl+c
perhaps Ctrl+c
That's reserved for copying :)
Closing as it is implemented and available in v4.0.0 Release
Description
We should add a Close command to the File menu. This command would clear the current Scan data and return you to the Home screen. This would address a current problem for the use case:
This has been a long-standing problem and it is still present for v4.0.0r3. I will retest with v40.0rc4