Hi, I am using the Arduino 1.8.13 ide, and I am unable to type anything into the sketch. The whole program is highlighted in blue, and I am unable to type anything. I have no idea what happened, and I really need help. I've tried downloading the app and redownloading, I tried changing the settings, nothing worked. Please help me.
Here's what works:
-Serial Monitor
-All the Settings Above
-Opening the Menus
-Uploading Code
-Saving
-Compressing
Basically, everything in the Arduino IDE works fine except being able to edit the code.
Thanks.
You likely have "Use external editor" enabled, which puts the Ardunio IDE's text-editor in read-only mode.
Go File > Preferences > Settings > [ ] Use external editor
Ensure it is unchecked.