If, like me, you are annoyed by blinking cursors, and have noticed there is no "disable cursor blinking" option in Komodo or Komodo Edit, you will be happy to stumble upon this little tech note.
Back in the days, I came across a JavaScript snippet that effectively disables cursor blinking in Komodo, and can be added as a macro. I don't remember where, so I can't give due credit. It's about time I make it easily available.As of version 7 (I think), Komodo Edit respects the system setting in Windows for cursor blinking.
if (ko.views.manager.currentView && ko.views.manager.currentView.document) { ko.views.manager.currentView.scimoz.caretPeriod = 0; }
*Go to the menu choice ''Toolbox -> Add -> New Macro'':
*Right-click an empty area, select "Add" and "New Macro"
If you have a session with, say, 10 files open, you will notice that the cursor blinks in all the documents except the last one opened. So you will need to run the macro on demand for these files. I keep the Toolbox to the right where I just double-click the macro. You can also bind it to a keyboard shortcut.
WindowsMinimum cookies is the standard setting. This website uses Google Analytics and Google Ads, and these products may set cookies. By continuing to use this website, you accept this.