I have customized my editor colors in the preferences.txt file when I was using Arduino version 11. I have since updated to version 17 but my old preferences are being ignored by 17. Is this a know issue?
Thanks
-Adriano
I have customized my editor colors in the preferences.txt file when I was using Arduino version 11. I have since updated to version 17 but my old preferences are being ignored by 17. Is this a know issue?
Thanks
-Adriano
It is possible the location of the file has changed. First, ensure Arduino is looking for the file where you expect it to.
I'm using 0017. My file is here...
%APPDATA%\Arduino\preferences.txt
To find the location...
I checked the location and it's the same (I use a mac):
/Users//Library/Arduino/preferences.txt
I also can start both versiions (11 and 17) and the path is the same.
One version (11) applies the colors and the other (17) doesn't.
Thanks
Bummer. Maybe there is a compatibility problem. Hopefully someone else can provide some help.
I have customized my editor colors in the preferences.txt file when I was using Arduino version 11. I have since updated to version 17 but my old preferences are being ignored by 17. Is this a know issue?
Yes, starting with 16 (I think) customizing colors went into
[DirectoryWhereArduinoWasInstalled]/lib/theme/theme.txt
Eberhard
Thanks, I moved my customizations to the theme.txt file and it worked!
-Adriano