-
Hello everyone, How to change the rate of cursor blinking in NetBeans to make the blinking rate is more slower the the curent blinking rate? I use Windows 10 and I use Apache NetBeans IDE 20 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't think there is a setting for this in the UI but you can change it in the config file. open: 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 |
Beta Was this translation helpful? Give feedback.
-
My problem is solved since some days, so I'm sorry for replying late, actually what I did is by depending on the following website: and what I did is same or similar to what you said. Thank you so much for your help. |
Beta Was this translation helpful? Give feedback.
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:
the value represents the blinking delay in ms.
The
Help->About
window would dispaly the config folder location.