-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Cannot rearrange root folders #29715
Comments
I think it would be cool to be able to use drag and drop to reorder root folders. |
@bpasero do we have new API support for this? Since now all folders are treated equal this should be possible |
@isidorn there is no explicit API to change the sorting order of root folders, it would probably make sense @sandy081 to add this to Btw I do think that we need to revisit how the drop feedback for the tree is working in the case of rearranging root folders: Currently we just select the drop target, which implies that you drop a folder or file into that target folder. That imho does not make much sense when rearranging root folders. Instead I would expect a new visual drop indicator to show up as e.g. Windows does it: |
I will work from an API side to change the order |
Yes the line drop indicator would be more fitting. |
Moving to october, @sandy081 ping me when there is api to change the order :) |
Moving to november :) |
Reordering should preserve the expansion state of folders. Since we know have api for this I will tackle this in february |
Sorting alphabetically by default is sane option even without this being implemented |
@isidorn @sandy081 fyi I pushed a change to have |
@bpasero thanks, I was aware of that thus I assigned this to the february milestone. |
We now support drag and drop of root folders in the explorer. Note that I have disabled this behavior when multiple roots are selected - because of the API and this being done sequantally it is basically mental masturabation to get this working and I do not see a use case atm. Try it out in insiders from monday and let me know how it goes. @bpasero thanks for the API, however not the nicest to program against, I had to write a clunky for loop in order to make this work. |
Testing #29176
To have a certain root folder order, today, special care must be taken to open root folders in a specific order. It would make sense to be able to sort them in the Explorer and have them presented in a different order than they were opened.
The text was updated successfully, but these errors were encountered: