View Issue Details

IDProjectCategoryView StatusLast Update
0020407MMW 5Extensions (bundled)public2023-11-24 18:33
Reporterdrakinite Assigned To 
PriorityhighSeverityminorReproducibilitysometimes
Status feedbackResolutionreopened 
Product Version5.1 
Target Version5.1Fixed in Version5.1 
Summary0020407: Case Checker freezes when processing capitalization on a lot of tracks
DescriptionWhen many hundreds of tracks are being processed, the dialog freezes for a while. The task should be done in an async loop instead of a forEach loop to improve performance.
TagsNo tags attached.
Fixed in build2825

Activities

drakinite

2023-11-21 22:01

developer   ~0073599

Fixed in build 2825

lowlander

2023-11-24 18:28

developer   ~0073634

Last edited: 2023-11-24 18:33

Case checker worked flawlessly with 500 files, but fails to show files when doing 26000 files. Note that the Case Checker dialog still responded to X close and Cancel.

I wonder if it would be useful if there were 2 parameters Addons that work on file selections could use:
A) Not recommended quantity. A value beyond which the addon developer does not recommend using
B) Not allowed quantity. A value at which the Addon will not be allowed to proceed.
MM would provide the appropriate warning messages.