You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fairly straightforward issue, I have several folders which have far too many files in it. When opening the file search prompt the file count is capped at its maximum 100000/100000. Using the prompt in said folders it takes several seconds and prevents any other interaction, this gives the impression that helix has crashed when in fact it's just taking quite a while to list files.
If possible write the file search dialog / filter such that as files are found they are populated you can still interact with the gui, may require threading, alternatively limit the depth which file search travels while allowing folder traversal to find files. Currently up and down arrows are used to select from the list, consider using left and right to traverse folders. EG: left to expand the search to the parent folder, right to limit the search to a child folder (perhaps of the file selected).
The text was updated successfully, but these errors were encountered:
Fairly straightforward issue, I have several folders which have far too many files in it. When opening the file search prompt the file count is capped at its maximum
100000/100000
. Using the prompt in said folders it takes several seconds and prevents any other interaction, this gives the impression that helix has crashed when in fact it's just taking quite a while to list files.If possible write the file search dialog / filter such that as files are found they are populated you can still interact with the gui, may require threading, alternatively limit the depth which file search travels while allowing folder traversal to find files. Currently up and down arrows are used to select from the list, consider using left and right to traverse folders. EG: left to expand the search to the parent folder, right to limit the search to a child folder (perhaps of the file selected).
The text was updated successfully, but these errors were encountered: