Hi, I have created an Eclipse Editor (extends EditorPart) containing an TextViewer. I would like to disable the Caret blinking (I want an Caret allways visible)? How can i do?
A:
Google showed me: http://www.gatorspit.com/tips/disable-blinking-cursor.html
However, it removes the blinking carets from ALL of your applications [which includes eclipse], so you probably won't want that ._. Unless.. you totally abhor blinking carets
ItzWarty
2010-02-24 07:38:11
Thanks, but I am Looking for a way to disable the blinking caret of my TextViewer only and programmatically?
Imen
2010-02-24 12:04:49
A:
As mentioned in this thread:
Yes, if you OS supports it you can set it there (in the OS)
and the editor will honor it if you disable the custom caret on theGeneral > Editors > Text Editors > Accessibility
preference page.
VonC
2010-02-24 08:19:41