mbien commented on issue #8512:
URL: https://github.com/apache/netbeans/issues/8512#issuecomment-2897484526

   this might be a JDK bug since the value is simply passed to the `Caret` 
instance:
   
https://github.com/apache/netbeans/blob/b53a8a4b768c06f1c5612cd3054e969be2227270/ide/editor.lib/src/org/netbeans/editor/BaseTextUI.java#L213-L217
   
   according to the doc, 0 will make it stop blinking:
   
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/text/Caret.html#setBlinkRate(int)
   
   as workaround, you could change this into a large value, which would have 
the same effect in practice:
   
   add this line
   ```xml
       <entry javaType="java.lang.Integer" name="caret-blink-rate" 
xml:space="preserve"><value>100000</value></entry>
   ```
   to 
`[config_folder]/[version]//config/Editors/Preferences/org-netbeans-modules-editor-settings-CustomPreferences.xml`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to