-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add select all command for file browser listing #17571
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for making a pull request to jupyterlab! |
For jupyterlab visual regression tests, these context-menu tests could be addressed with snapshot updates
For the documentation visual regression tests, all three may be addressed with snapshot updates
If keeping the context menu item for |
Co-authored-by: Michał Krassowski <[email protected]>
Co-authored-by: Michał Krassowski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @RRosio!
References
This aims to address #16690
Code changes
selectAll
function to theDirListing
andFileBrowser
classesUser-facing changes
The user will now see the Select All option, and its corresponding shortcut, in the context menu after right-clicking on a file.
Screen.Recording.2025-05-15.at.4.36.23.PM.mov
Backwards-incompatible changes
None to my knowledge