Hello,
I get an annoying error message when i start arduino_debug.exe. Look in the Attachment...
How can I change the font size without using the guy?
The IDE doesn't start... after the splash-screen just nothing happens.. :o :o
Hello,
I get an annoying error message when i start arduino_debug.exe. Look in the Attachment...
How can I change the font size without using the guy?
The IDE doesn't start... after the splash-screen just nothing happens.. :o :o
This happend because I holdet the strg key and scrolled with my mousewheel... wtf
mathishuettl:
- the prereferences.txt hast font size 12...
You are probably looking at the wrong preferences.txt file.
This is probably the easiest way to fix the issue:
After doing that the font size will have been changed to a valid value and you can go back to using Arduino IDE 1.8.4. The bug has been fixed and will not be a problem with future releases of the Arduino IDE.
I found the issue and the fix.
Issue is when by accident you change the font size to 0 or less. It happens when you press control and move the mouse over. 2 ways to fix it.
1: if you have not closed Arduino IDE: just go to settings change the font back to 12 or something you want.
2: if you have closed Arduino IDE: go to C:\Users\xxxxx\AppData\Local\
replace xxxxx with your user (on the pc) and then in the local folder look for the Arduino folder, go to the preferences folder.
Do not try to open yet.
Look for editor.font=Monospaced,plain, -xx and change what ever number shows as -xx to just 12 or what ever you desire that is greater than 0
save the file. restart pc. check file again to ensure it did save. then open program again. it should work.