-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add more ways to copy the currently opened file #12870
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
Add more ways to copy the currently opened file #12870
Conversation
Thanks for making a pull request to jupyterlab! |
bot please update snapshots |
Two of the screenshots got updated but should not have:
@peytondmurray I will merge your branch with master and re-run snapshot bot to see if these were due to something which was already fixed. |
👍 Thanks @krassowski, it looks like that did the trick! |
Well, c3f6667 did it. Surprisingly the visual regression tests for documentation work about as well with and without that commit. I guess that it could be because of lenient retry settings: the snapshots are taken by the bot when the kernel is still busy / SVG comic has not finished loading and they pass the regression tests in one of the allowed retries; the tracked snapshots are taken after loading finished and they also pass the tests in one of the retries. Edit: I left my feedback in the original issue: #12099 (comment). |
bot please update galata snapshots |
Kicking CI |
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.
LGTM
References
Closes #12099.
Code changes
docmanager:duplicate
command for duplicating a fileUser-facing changes
Adds 3 new ways to duplicate the currently opened file to the UI:
File
menuwhich are the 3 ways of duplicating an opened file proposed in the original issue.
Context menu entry:

File menu entry:

Command palette entry:

Backwards-incompatible changes
None