Skip to content
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

Line wise copy cut(Ctrl-C) codemirror setting #7842

Merged

Conversation

ggbhat
Copy link
Contributor

@ggbhat ggbhat commented Feb 2, 2020

References

6281

Code changes

Added settings option for doing copy or cut when there is no selection will copy or cut the whole lines that have cursors on them.
For codemirror and notebook option is added.

User-facing changes

New setting can be configured to use below:
lineWiseCopyCut:
When enabled, which is the default, doing copy or cut when there is no selection will copy or cut the whole lines that have cursors on them.

Backwards-incompatible changes

no

@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

To try out this branch on binder, follow this link: Binder

Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit 28c6e6e into jupyterlab:master Feb 3, 2020
@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Mar 10, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pkg:codemirror pkg:notebook status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants