-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Option to Disable Blinking Cursor #4277
Comments
First time I've heard this complaint in seven years working in Spyder, so (I'm sorry to say it but) we're not going to implement this. You're welcome to send us a pull request to implement this though. |
@ccordoba12 , can you suggest me where to start if I want to implement this? |
@ccordoba12 Thanks Vim
Emacs Sublime text XCode Etc. |
Meanwhile, you can set this option with a quick hack by adding the line :
after
in file C:\Python36\Lib\site-packages\spyder\app |
Actually, this solved my problem! |
Spyder does not respect system keyboard settings, and there seems to be no way to disable the blinking cursor in the editor, integrated consoles, etc. All modern IDEs provide an option to disable cursor blinking; the flashing cursor is known to irritate a lot of developers. (www.jurta.org/en/prog/noblink).
How can one tweak the Spyder settings, configuration files to make this happen?
I'm using: Linux (Ubuntu 16.04), Anaconda 4.3. This issue was also noted by a few developer friends on Windows.
The text was updated successfully, but these errors were encountered: