1

I just purchased a RedBoard, knowing that it would work on Linux, and knowing that it could allow me to easily interface with some electronics project. I am aware of the ino command line tool but I wanted to try interfacing with my board using the Arduino IDE because the latter seems to be somewhat standard. However, when I open the IDE I see a blinking cursor and for whatever reason I can't deal with this. How do I turn off the blinking cursor in the IDE?

I've managed to fix the blinking cursor problem in Firefox, GNOME, KDE, and my terminal... just not sure what to do with Java applications like Arduino IDE.

asked May 19, 2016 at 7:54
2
  • 2
    Workaround; In the settings you can set the IDE to use a external editor. Then you can use an editor that doesn't blink the cursor. Commented May 19, 2016 at 9:03
  • 1
    @Gerben: Thank you. Just in case someone else reads this, it is "File > Preferences" and then I check the "Use external editor" box. You don't actually tell Arduino IDE what the external editor is, you just edit the file and the IDE will "see those changes automatically". Commented May 20, 2016 at 1:23

2 Answers 2

2

As suggested by Gerben, you can go into Preferences and check the box "Use external editor":

Arduino Preferences

Now you can edit with your favourite editing program.

With this option active the IDE will show your sketch but in a non-editable way, and with a blue (cyan?) backwash:

External editor

Whenever you save the file in your external editor the IDE will detect the change and refresh the code shown in the internal editor.

Effectively you have replaced the IDE's editor with your own, but still use the IDE to compile and upload your sketches.

answered Jan 3, 2017 at 5:45
3

Note: does not work with version 1.6.11. Works with 1.0.6

  • Open the Arduino IDE
  • Go to File
  • Then go to Preferences
  • At the bottom of the page is the file location you can enter to set additional preferences
  • Exit the Arduino IDE
  • Go to the preferences file location then set editor.caret.blink=false
  • Then save
  • Then restart the IDE and the caret will not flash
Nick Gammon
38.9k13 gold badges69 silver badges125 bronze badges
answered Nov 4, 2016 at 1:41

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.