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
Currently, deleting a file in the file browser sidebar will cause the file browser to immediately jump to whatever the currently open file is, instead of staying in the same directory, making it really hard to do some basic file management.
Instead, the file browser should just move focus to whichever dir owns the file/dir that got deleted:
┬ root
│ ├ some dir <─ highlight this...
│ │ ├ some file
┆ ┆ └ some other file <─ ...when deleting this
And then don't change the file browser location until the user explicitly focuses on an open file again (e.g not on scroll, as scrolling does not imply working on a file in the slightest; it's a consultation at best, which might in fact guide which other files need deleting).
The text was updated successfully, but these errors were encountered:
Pomax
changed the title
Keep the file browser in the same directory when deleting a file
Keep the file browser in the same directory when deleting a file or subdirectory
Oct 10, 2020
Currently, deleting a file in the file browser sidebar will cause the file browser to immediately jump to whatever the currently open file is, instead of staying in the same directory, making it really hard to do some basic file management.
Instead, the file browser should just move focus to whichever dir owns the file/dir that got deleted:
And then don't change the file browser location until the user explicitly focuses on an open file again (e.g not on scroll, as scrolling does not imply working on a file in the slightest; it's a consultation at best, which might in fact guide which other files need deleting).
The text was updated successfully, but these errors were encountered: