-
Notifications
You must be signed in to change notification settings - Fork 569
Selecting multiple files / directories is not actually implemented. #1067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Now this one is interesting. It seems like the options for selecting multiple files / directories were added in #616, yet they have never been implemented. To make this work we would also have to change |
Huh yea this is an oversight. Agree with @Finnerale about the required API changes. |
Since we want get rid of the sync call to deal with #1068, maybe we can roll up both API changes at the same time. |
I also think we might want to unify file opening to use whatever API we end up with for modals alerts; see #1039. |
Hi, it'd be great if this were to be implemented for Windows too. I do think it should be called out in the |
A bug I ran into just now:
I currently have:
And in my delegate, I am simply printing out whatever command gets in:
this gives me the following outputs:
Cmd: Command { symbol: "druid-builtin.open-file-path", payload: Any }
Info:
The text was updated successfully, but these errors were encountered: