Skip to content

File dialog sequence fix

When listing file series, the code was previously considering the index as an integer, removing any duplicate index like : file010.case vs file10.case.

However, this case can happen, this fixes it by considering the sequence index to be a suffix string. This has no other impacts as the list of file is not sorted by index when presented to the user. When reworking the dialog, it would be worth to consider different behaviors instead of this quickfix.

@utkarsh.ayachit : FYI

Edited by Mathieu Westphal (Kitware)

Merge request reports