Skip to content

How to change the rate of cursor blinking in NetBeans? #6818

Answered by mbien
Ahmed-142 asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think there is a setting for this in the UI but you can change it in the config file.

open:
[netbeans-config]/[version]/config/Editors/Preferences/org-netbeans-modules-editor-settings-CustomPreferences.xml

and add this entry if it isn't there yet:

    <entry javaType="java.lang.Integer" name="caret-blink-rate" xml:space="preserve"><value>1000</value></entry>

the value represents the blinking delay in ms.

The Help->About window would dispaly the config folder location.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Ahmed-142
Comment options

You must be logged in to vote
1 reply
@Ahmed-142
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants