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

Add cursorBlinkRate settings for editors #10485

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

fcollonval
Copy link
Member

References

Fixes #10443

Code changes

Add new cursorBlinkRate to all cell type and to the text editor

User-facing changes

User can now set the cursor blink rate

Backwards-incompatible changes

N/A

@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
Contributor

@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.

Thank you!

@blink1073 blink1073 merged commit 6924d73 into jupyterlab:master Jun 25, 2021
@fcollonval fcollonval deleted the fcollonval/issue10443 branch June 26, 2021 12:15
@gloryVine
Copy link

@fcollonval Can you please tell me what exactly I need to do to use this to get a non-blinking cursor.

@fcollonval
Copy link
Member Author

@gloryVine first of all this is only available in master (or in the freshly released v3.1.0 beta 0). You can install it with:

pip install -U --pre jupyterlab

Then you unfortunately need to set the 4 configuration parameters.

  1. Open the Advanced Settings
  2. In Notebook duplicate the settings for the three cell types and change the cursorBlinkRate (0 to stop blinking and negative value to remove the cursor):

cursorblink

  1. You need to do that in the Text Editor section too

@gloryVine
Copy link

@fcollonval Great, this works. Thank you so much.

@github-actions github-actions bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Mar 5, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement pkg:codeeditor pkg:codemirror pkg:fileeditor 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.

Can't disable cursor-blinking
3 participants